Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dtrace.h938 int cl_rpc_users
940 TP_ARGS(clp, cl_rpc_users),
942 __field(int, cl_rpc_users)
948 __entry->cl_rpc_users = cl_rpc_users;
956 __entry->cl_rpc_users)
H A Dstate.h507 atomic_t cl_rpc_users; member
H A Dnfs4state.c183 atomic_inc(&clp->cl_rpc_users); in get_client_locked()
216 if (!atomic_dec_and_test(&clp->cl_rpc_users)) in put_client_renew_locked()
228 if (!atomic_dec_and_lock(&clp->cl_rpc_users, &nn->client_lock)) in put_client_renew()
2372 atomic_set(&clp->cl_rpc_users, 0); in alloc_client()
2488 int users = atomic_read(&clp->cl_rpc_users); in mark_client_expired_locked()
3149 wait_event(expiry_wq, atomic_read(&clp->cl_rpc_users) == 0); in force_expire_client()
5607 atomic_inc(&found->cl_rpc_users); in lookup_clientid()
6825 if (!atomic_read(&clp->cl_rpc_users)) { in nfs4_get_client_reaplist()