Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dtrace.h879 int cl_rpc_users
881 TP_ARGS(clp, cl_rpc_users),
883 __field(int, cl_rpc_users)
889 __entry->cl_rpc_users = cl_rpc_users;
897 __entry->cl_rpc_users)
H A Dstate.h476 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()
2337 atomic_set(&clp->cl_rpc_users, 0); in alloc_client()
2447 int users = atomic_read(&clp->cl_rpc_users); in mark_client_expired_locked()
3106 wait_event(expiry_wq, atomic_read(&clp->cl_rpc_users) == 0); in force_expire_client()
5527 atomic_inc(&found->cl_rpc_users); in lookup_clientid()
6656 if (!atomic_read(&clp->cl_rpc_users)) { in nfs4_get_client_reaplist()