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()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 …]
31 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 …]
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); member573 .is_stopped = rkisp1_mp_is_stopped,582 .is_stopped = rkisp1_sp_is_stopped,727 if (!cap->ops->is_stopped(cap)) { in rkisp1_capture_isr()
511 bool is_stopped; member4329 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()
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()
Completed in 30 milliseconds