Searched defs:waiting (Results 1 - 2 of 2) sorted by relevance

/fs/exofs/
H A Dore.c340 struct completion *waiting = p; local
342 complete(waiting);
/fs/fuse/
H A Dfuse_i.h290 /** Request is counted as "waiting" */
291 unsigned waiting:1; member in struct:fuse_req
302 /** Used to wake up the task waiting for completion of request*/
398 /** Readers of the connection are waiting on this */
413 /** rbtree of fuse_files waiting for poll events indexed by ph */
560 /** The number of requests waiting for completion */

Completed in 54 milliseconds