Lines Matching refs:wait
2754 bool wait = false; in flush_workqueue_prep_pwqs() local
2773 wait = true; in flush_workqueue_prep_pwqs()
2788 return wait; in flush_workqueue_prep_pwqs()
3100 wait_queue_entry_t wait; member
3104 static int cwt_wakefn(wait_queue_entry_t *wait, unsigned mode, int sync, void *key) in cwt_wakefn() argument
3106 struct cwt_wait *cwait = container_of(wait, struct cwt_wait, wait); in cwt_wakefn()
3110 return autoremove_wake_function(wait, mode, sync, key); in cwt_wakefn()
3140 init_wait(&cwait.wait); in __cancel_work_timer()
3141 cwait.wait.func = cwt_wakefn; in __cancel_work_timer()
3144 prepare_to_wait_exclusive(&cancel_waitq, &cwait.wait, in __cancel_work_timer()
3148 finish_wait(&cancel_waitq, &cwait.wait); in __cancel_work_timer()