Searched refs:slot_tbl_waitq (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/nfs/
H A Dnfs4session.h44 struct rpc_wait_queue slot_tbl_waitq; /* allocators may wait here */ member in struct:nfs4_slot_table
H A Dnfs4session.c31 rpc_init_priority_wait_queue(&tbl->slot_tbl_waitq, queue);
339 rpc_destroy_wait_queue(&tbl->slot_tbl_waitq);
378 if (rpc_wake_up_first(&tbl->slot_tbl_waitq, nfs41_assign_slot, slot))
H A Dnfs4proc.c1115 rpc_sleep_on_priority_timeout(&tbl->slot_tbl_waitq, task,
1118 rpc_sleep_on_timeout(&tbl->slot_tbl_waitq, task,
1124 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
1127 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
/linux-master/fs/nfs/filelayout/
H A Dfilelayout.c174 rpc_wake_up(&tbl->slot_tbl_waitq);
191 rpc_wake_up(&tbl->slot_tbl_waitq);
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1130 rpc_wake_up(&tbl->slot_tbl_waitq);
1146 rpc_wake_up(&tbl->slot_tbl_waitq);

Completed in 161 milliseconds