Searched refs:cfs_wi_sched_create (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | module.c | 99 rc = cfs_wi_sched_create("lst_s", lnet_cpt_table(), CFS_CPT_ANY, in lnet_selftest_init() 118 rc = cfs_wi_sched_create("lst_t", lnet_cpt_table(), i, in lnet_selftest_init()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_workitem.h | 70 int cfs_wi_sched_create(char *name, struct cfs_cpt_table *cptab, int cpt,
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | workitem.c | 352 cfs_wi_sched_create(char *name, struct cfs_cpt_table *cptab, in cfs_wi_sched_create() function 430 EXPORT_SYMBOL(cfs_wi_sched_create);
|
D | module.c | 426 rc = cfs_wi_sched_create("cfs_rh", cfs_cpt_table, CFS_CPT_ANY, in init_libcfs_module()
|