Lines Matching refs:wait
59 iter->info.wait) { in plock_lookup_waiter()
111 op->info.wait = 0; in do_lock_cancel()
143 op->info.wait = !!(fl->c.flc_flags & FL_SLEEP); in dlm_posix_lock()
173 if (op->info.wait) { in dlm_posix_lock()
204 goto wait; in dlm_posix_lock()
214 wait: in dlm_posix_lock()
545 if (info.wait) { in dev_write()
549 if (!iter->info.wait && in dev_write()
559 if (info.wait) in dev_write()
586 static __poll_t dev_poll(struct file *file, poll_table *wait) in dev_poll() argument
590 poll_wait(file, &send_wq, wait); in dev_poll()