Home
last modified time | relevance | path

Searched refs:pol_private (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dnrs_fifo.c88 policy->pol_private = head; in nrs_fifo_start()
103 struct nrs_fifo_head *head = policy->pol_private; in nrs_fifo_stop()
138 *resp = &((struct nrs_fifo_head *)policy->pol_private)->fh_res; in nrs_fifo_res_get()
163 struct nrs_fifo_head *head = policy->pol_private; in nrs_fifo_req_get()
Dnrs.c107 policy->pol_private = NULL; in nrs_policy_stop0()
717 LASSERT(policy->pol_private == NULL); in nrs_policy_unregister()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1095 void *pol_private; member