Home
last modified time | relevance | path

Searched refs:is_stopped (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/map_tests/
A Dsk_storage_map.c38 static bool is_stopped(void) in is_stopped() function
55 while (!is_stopped() && !threads_err()) in wait_for_threads_err()
58 return !is_stopped(); in wait_for_threads_err()
98 return !is_stopped(); in wait_for_map()
106 return !is_stopped(); in wait_for_map_close()
177 while (!is_stopped()) { in insert_close_thread()
245 while (!is_stopped()) { in do_sk_storage_map_stress_free()
287 while (!is_stopped()) { in update_thread()
297 if (!is_stopped()) { in update_thread()
311 while (!is_stopped()) { in delete_thread()
[all …]
/linux-6.3-rc2/drivers/usb/host/
A Duhci-q.c31 if (uhci->is_stopped) in uhci_set_next_interrupt()
326 ret = (uhci->frame_number + uhci->is_stopped != in uhci_cleanup_queue()
1241 qh->is_stopped = 1; in uhci_result_common()
1462 if (qh->queue.next == &urbp->node && !qh->is_stopped) { in uhci_urb_enqueue()
1596 qh->is_stopped = 1; in uhci_scan_qh()
1597 else if (!qh->is_stopped) in uhci_scan_qh()
1609 qh->is_stopped = 1; in uhci_scan_qh()
1610 else if (!qh->is_stopped) in uhci_scan_qh()
1623 qh->is_stopped = 0; in uhci_scan_qh()
1630 qh->is_stopped = 0; in uhci_scan_qh()
[all …]
A Duhci-hcd.c144 uhci->is_stopped = UHCI_IS_STOPPED; in finish_reset()
372 uhci->is_stopped = UHCI_IS_STOPPED; in suspend_rh()
390 uhci->is_stopped = 0; in start_rh()
518 if (!uhci->is_stopped) { in uhci_get_current_frame_number()
A Duhci-hcd.h181 unsigned int is_stopped:1; /* Queue was stopped by error/unlink */ member
407 unsigned int is_stopped; member
/linux-6.3-rc2/drivers/media/platform/rockchip/rkisp1/
A Drkisp1-capture.c68 bool (*is_stopped)(struct rkisp1_capture *cap); member
573 .is_stopped = rkisp1_mp_is_stopped,
582 .is_stopped = rkisp1_sp_is_stopped,
727 if (!cap->ops->is_stopped(cap)) { in rkisp1_capture_isr()
/linux-6.3-rc2/drivers/net/ethernet/marvell/
A Dmvneta.c511 bool is_stopped; member
4329 if (pp->is_stopped) { in mvneta_cpu_online()
4447 pp->is_stopped = false; in mvneta_open()
4506 pp->is_stopped = true; in mvneta_stop()
5699 pp->is_stopped = true; in mvneta_suspend()
5780 pp->is_stopped = false; in mvneta_resume()
/linux-6.3-rc2/drivers/block/mtip32xx/
A Dmtip32xx.c3229 static inline bool is_stopped(struct driver_data *dd, struct request *rq) in is_stopped() function
3323 if (is_se_active(dd) || is_stopped(dd, rq)) in mtip_queue_rq()

Completed in 29 milliseconds