Home
last modified time | relevance | path

Searched refs:pd_refs (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dnrs.c110 if (atomic_dec_and_test(&policy->pol_desc->pd_refs)) in nrs_policy_stop0()
239 if (atomic_inc_return(&policy->pol_desc->pd_refs) == 1 && in nrs_policy_start_locked()
241 atomic_dec(&policy->pol_desc->pd_refs); in nrs_policy_start_locked()
261 if (atomic_dec_and_test(&policy->pol_desc->pd_refs)) in nrs_policy_start_locked()
1169 atomic_set(&desc->pd_refs, 0); in ptlrpc_nrs_policy_register()
/drivers/staging/lustre/lustre/include/
Dlustre_net.h982 atomic_t pd_refs; member