Searched defs:waitq (Results 1 - 3 of 3) sorted by relevance

/fs/kernfs/
H A Ddir.c1164 wait_queue_head_t *waitq = &kernfs_root(kn)->deactivate_waitq; local
1168 prepare_to_wait(waitq, &wait, TASK_UNINTERRUPTIBLE);
1178 finish_wait(waitq, &wait);
/fs/afs/
H A Dinternal.h77 wait_queue_head_t waitq; /* processes awaiting completion */ member in struct:afs_call
149 wait_queue_head_t waitq; /* completion and ready wait queue */ member in struct:afs_writeback
260 wait_queue_head_t waitq; /* status change waitqueue */ member in struct:afs_vlocation
/fs/fuse/
H A Dfuse_i.h303 wait_queue_head_t waitq; member in struct:fuse_req
399 wait_queue_head_t waitq; member in struct:fuse_conn
450 /** waitq for blocked connection */
453 /** waitq for reserved requests */

Completed in 91 milliseconds