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.h941 int cl_rpc_users
943 TP_ARGS(clp, cl_rpc_users),
945 __field(int, cl_rpc_users)
951 __entry->cl_rpc_users = cl_rpc_users;
959 __entry->cl_rpc_users)
H A Dnfs4state.c184 atomic_inc(&clp->cl_rpc_users); in get_client_locked()
231 if (atomic_dec_and_test(&clp->cl_rpc_users)) in put_client_renew_locked()
239 if (!atomic_dec_and_lock(&clp->cl_rpc_users, &nn->client_lock)) in put_client_renew()
251 if (atomic_dec_and_test(&clp->cl_rpc_users)) in put_client_no_renew_locked()
259 if (!atomic_dec_and_lock(&clp->cl_rpc_users, &nn->client_lock)) in put_client_no_renew()
2106 atomic_inc(&clp->cl_rpc_users); in nfsd4_revoke_states()
2189 atomic_inc(&clp->cl_rpc_users); in nfsd4_revoke_export_states()
2731 atomic_set(&clp->cl_rpc_users, 0); in alloc_client()
2861 int users = atomic_read(&clp->cl_rpc_users); in mark_client_expired_locked()
3556 wait_event(expiry_wq, atomic_read(&clp->cl_rpc_users) == 0); in force_expire_client()
[all …]
H A Dstate.h582 atomic_t cl_rpc_users; member