Searched refs:is_stopped (Results 1 – 7 of 7) sorted by relevance
38 static bool is_stopped(void) in is_stopped() function55 while (!is_stopped() && !threads_err()) in wait_for_threads_err()58 return !is_stopped(); in wait_for_threads_err()78 while (threads_done() != nr_sk_threads && !is_stopped() && in wait_for_threads_done()82 return !is_stopped() && !threads_err(); in wait_for_threads_done()87 while (threads_done() && !is_stopped() && !threads_err()) in wait_for_threads_redo()90 return !is_stopped() && !threads_err(); in wait_for_threads_redo()95 while (READ_ONCE(sk_storage_map) == -1 && !is_stopped()) in wait_for_map()98 return !is_stopped(); in wait_for_map()103 while (READ_ONCE(sk_storage_map) != -1 && !is_stopped()) in wait_for_map_close()[all …]
31 if (uhci->is_stopped) in uhci_set_next_interrupt()326 ret = (uhci->frame_number + uhci->is_stopped != in uhci_cleanup_queue()570 if (list_empty(&uhci->skel_unlink_qh->node) || uhci->is_stopped) in uhci_unlink_qh()1241 qh->is_stopped = 1; in uhci_result_common()1462 if (qh->queue.next == &urbp->node && !qh->is_stopped) { in uhci_urb_enqueue()1573 uhci->frame_number + uhci->is_stopped != qh->unlink_frame)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()[all …]
144 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()
181 unsigned int is_stopped:1; /* Queue was stopped by error/unlink */ member407 unsigned int is_stopped; member
68 bool (*is_stopped)(struct rkisp1_capture *cap); member595 .is_stopped = rkisp1_mp_is_stopped,604 .is_stopped = rkisp1_sp_is_stopped,749 if (!cap->ops->is_stopped(cap)) { in rkisp1_capture_isr()
516 bool is_stopped; member4392 if (pp->is_stopped) { in mvneta_cpu_online()4510 pp->is_stopped = false; in mvneta_open()4569 pp->is_stopped = true; in mvneta_stop()5775 pp->is_stopped = true; in mvneta_suspend()5856 pp->is_stopped = false; in mvneta_resume()
3229 static inline bool is_stopped(struct driver_data *dd, struct request *rq) in is_stopped() function3323 if (is_se_active(dd) || is_stopped(dd, rq)) in mtip_queue_rq()