Searched refs:is_stopped (Results 1 – 7 of 7) sorted by relevance
42 static bool is_stopped(void) in is_stopped() function59 while (!is_stopped() && !threads_err()) in wait_for_threads_err()62 return !is_stopped(); in wait_for_threads_err()102 return !is_stopped(); in wait_for_map()110 return !is_stopped(); in wait_for_map_close()181 while (!is_stopped()) { in insert_close_thread()249 while (!is_stopped()) { in do_sk_storage_map_stress_free()291 while (!is_stopped()) { in update_thread()301 if (!is_stopped()) { in update_thread()315 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); member574 .is_stopped = rkisp1_mp_is_stopped,583 .is_stopped = rkisp1_sp_is_stopped,718 if (!cap->ops->is_stopped(cap)) { in rkisp1_capture_isr()
481 bool is_stopped; member4207 if (pp->is_stopped) { in mvneta_cpu_online()4325 pp->is_stopped = false; in mvneta_open()4384 pp->is_stopped = true; in mvneta_stop()5435 pp->is_stopped = true; in mvneta_suspend()5516 pp->is_stopped = false; in mvneta_resume()
3363 static inline bool is_stopped(struct driver_data *dd, struct request *rq) in is_stopped() function3457 if (is_se_active(dd) || is_stopped(dd, rq)) in mtip_queue_rq()
Completed in 37 milliseconds