Lines Matching refs:wait
1 completions - wait for completion handling
9 If you have one or more threads of execution that must wait for some process
47 wait_queue_head_t wait;
50 providing the wait queue to place tasks on for waiting and the flag for
71 Initialization is accomplished by initializing the wait queue and setting
76 wait queue. Calling init_completion() twice on the same completion object is
105 For a thread of execution to wait for some concurrent work to finish, it
132 The default behavior is to wait without a timeout and to mark the task as
167 The task is marked as TASK_UNINTERRUPTIBLE and will wait at most 'timeout'
223 particular struct completion at any time - serialized through the wait
234 The try_wait_for_completion() function will not put the thread on the wait