Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dnrs.c92 struct ptlrpc_nrs *nrs = policy->pol_nrs; in nrs_policy_stop0()
116 struct ptlrpc_nrs *nrs = policy->pol_nrs; in nrs_policy_stop_locked()
190 struct ptlrpc_nrs *nrs = policy->pol_nrs; in nrs_policy_start_locked()
320 spin_lock(&policy->pol_nrs->nrs_lock); in nrs_policy_put()
322 spin_unlock(&policy->pol_nrs->nrs_lock); in nrs_policy_put()
503 nrs = pols[i]->pol_nrs; in nrs_resource_put_safe()
573 policy->pol_nrs->nrs_req_queued++; in nrs_request_enqueue()
601 LASSERT(policy->pol_nrs->nrs_req_started > 0); in nrs_request_stop()
604 policy->pol_nrs->nrs_req_started--; in nrs_request_stop()
753 policy->pol_nrs = nrs; in nrs_policy_register()
[all …]
Dptlrpc_internal.h172 return policy->pol_nrs->nrs_svcpt->scp_cpt; in nrs_pol2cptid()
178 return policy->pol_nrs->nrs_svcpt->scp_service; in nrs_pol2svc()
184 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()
/drivers/staging/lustre/lustre/include/
Dlustre_net.h1085 struct ptlrpc_nrs *pol_nrs; member