Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dnrs.c66 LASSERT(policy->pol_ref == 0); in nrs_policy_fini()
140 if (policy->pol_ref == 1) in nrs_policy_stop_locked()
165 if (tmp->pol_ref == 0) in nrs_policy_stop_primary()
299 policy->pol_ref++; in nrs_policy_get_locked()
310 LASSERT(policy->pol_ref > 0); in nrs_policy_put_locked()
312 policy->pol_ref--; in nrs_policy_put_locked()
313 if (unlikely(policy->pol_ref == 0 && in nrs_policy_put_locked()
689 if (policy->pol_ref > 1) { in nrs_policy_unregister()
691 (int)policy->pol_ref); in nrs_policy_unregister()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1081 long pol_ref; member