Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dnrs.c67 LASSERT(policy->pol_ref == 0); in nrs_policy_fini()
141 if (policy->pol_ref == 1) in nrs_policy_stop_locked()
166 if (tmp->pol_ref == 0) in nrs_policy_stop_primary()
300 policy->pol_ref++; in nrs_policy_get_locked()
311 LASSERT(policy->pol_ref > 0); in nrs_policy_put_locked()
313 policy->pol_ref--; in nrs_policy_put_locked()
314 if (unlikely(policy->pol_ref == 0 && in nrs_policy_put_locked()
691 if (policy->pol_ref > 1) { in nrs_policy_unregister()
693 (int)policy->pol_ref); in nrs_policy_unregister()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1087 long pol_ref; member