Searched refs:cl_rpc_users (Results 1 – 3 of 3) sorted by relevance
941 int cl_rpc_users943 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)
184 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 …]
582 atomic_t cl_rpc_users; member