Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpcd.c138 static char *ptlrpcd_cpts; variable
139 module_param(ptlrpcd_cpts, charp, 0644);
140 MODULE_PARM_DESC(ptlrpcd_cpts,
688 if (ptlrpcd_cpts) { in ptlrpcd_init()
698 rc = cfs_expr_list_parse(ptlrpcd_cpts, in ptlrpcd_init()
699 strlen(ptlrpcd_cpts), in ptlrpcd_init()
704 ptlrpcd_cpts); in ptlrpcd_init()
713 ptlrpcd_cpts, rc); in ptlrpcd_init()