Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnfs_fs_sb.h258 struct rpc_wait_queue uoc_rpcwaitq; member
/openbmc/linux/fs/nfs/
H A Dpagelist.c177 rpc_sleep_on(&NFS_SERVER(inode)->uoc_rpcwaitq, task, NULL); in nfs_async_iocounter_wait()
182 rpc_wake_up_queued_task(&NFS_SERVER(inode)->uoc_rpcwaitq, task); in nfs_async_iocounter_wait()
662 rpc_wake_up(&NFS_SERVER(d_inode(ctx->dentry))->uoc_rpcwaitq); in nfs_clear_request()
H A Dclient.c1004 rpc_init_wait_queue(&server->uoc_rpcwaitq, "NFS UOC"); in nfs_alloc_server()