Home
last modified time | relevance | path

Searched refs:pol_nrs (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dnrs.c93 struct ptlrpc_nrs *nrs = policy->pol_nrs; in nrs_policy_stop0()
117 struct ptlrpc_nrs *nrs = policy->pol_nrs; in nrs_policy_stop_locked()
191 struct ptlrpc_nrs *nrs = policy->pol_nrs; in nrs_policy_start_locked()
321 spin_lock(&policy->pol_nrs->nrs_lock); in nrs_policy_put()
323 spin_unlock(&policy->pol_nrs->nrs_lock); in nrs_policy_put()
505 nrs = pols[i]->pol_nrs; in nrs_resource_put_safe()
575 policy->pol_nrs->nrs_req_queued++; in nrs_request_enqueue()
603 LASSERT(policy->pol_nrs->nrs_req_started > 0); in nrs_request_stop()
606 policy->pol_nrs->nrs_req_started--; in nrs_request_stop()
754 policy->pol_nrs = nrs; in nrs_policy_register()
[all …]
Dptlrpc_internal.h176 return policy->pol_nrs->nrs_svcpt->scp_cpt; in nrs_pol2cptid()
182 return policy->pol_nrs->nrs_svcpt->scp_service; in nrs_pol2svc()
188 return policy->pol_nrs->nrs_svcpt; in nrs_pol2svcpt()
Dlproc_ptlrpc.c461 assert_spin_locked(&policy->pol_nrs->nrs_lock); in nrs_policy_get_info_locked()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1091 struct ptlrpc_nrs *pol_nrs; member