Home
last modified time | relevance | path

Searched refs:cl_cb_waitq (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/nfsd/
Dnfs4callback.c901 rpc_sleep_on(&clp->cl_cb_waitq, task, NULL); in nfsd41_cb_get_slot()
907 rpc_wake_up_queued_task(&clp->cl_cb_waitq, task); in nfsd41_cb_get_slot()
996 rpc_wake_up_next(&clp->cl_cb_waitq); in nfsd4_cb_sequence_done()
Dstate.h355 struct rpc_wait_queue cl_cb_waitq; /* backchannel callers may */ member
Dnfs4state.c1831 rpc_init_wait_queue(&clp->cl_cb_waitq, "Backchannel slot table"); in alloc_client()
1851 rpc_destroy_wait_queue(&clp->cl_cb_waitq); in free_client()