Searched refs:slot_waitq (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/nfs/
H A Dnfs4session.h45 wait_queue_head_t slot_waitq; /* Completion wait on slot */ member in struct:nfs4_slot_table
H A Dnfs4session.c32 init_waitqueue_head(&tbl->slot_waitq);
226 if (wait_event_timeout(tbl->slot_waitq,
H A Dnfs4proc.c804 if (waitqueue_active(&tbl->slot_waitq))
805 wake_up_all(&tbl->slot_waitq);

Completed in 407 milliseconds