Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dnrs_fifo.c90 policy->pol_private = head; in nrs_fifo_start()
105 struct nrs_fifo_head *head = policy->pol_private; in nrs_fifo_stop()
140 *resp = &((struct nrs_fifo_head *)policy->pol_private)->fh_res; in nrs_fifo_res_get()
165 struct nrs_fifo_head *head = policy->pol_private; in nrs_fifo_req_get()
Dnrs.c106 policy->pol_private = NULL; in nrs_policy_stop0()
715 LASSERT(policy->pol_private == NULL); in nrs_policy_unregister()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1089 void *pol_private; member