Home
last modified time | relevance | path

Searched refs:RPC_CLNT_CREATE_INFINITE_SLOTS (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/linux/sunrpc/
Dclnt.h169 #define RPC_CLNT_CREATE_INFINITE_SLOTS (1UL << 7) macro
/Linux-v6.6/fs/nfs/
Dclient.c531 args.flags |= RPC_CLNT_CREATE_INFINITE_SLOTS; in nfs_create_rpc_client()
/Linux-v6.6/include/trace/events/
Dsunrpc.h159 { RPC_CLNT_CREATE_INFINITE_SLOTS, \
/Linux-v6.6/net/sunrpc/
Dclnt.c553 if (args->flags & RPC_CLNT_CREATE_INFINITE_SLOTS) in rpc_create()