Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/selftest/
Dmodule.c99 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/
Dlibcfs_workitem.h70 int cfs_wi_sched_create(char *name, struct cfs_cpt_table *cptab, int cpt,
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dworkitem.c352 cfs_wi_sched_create(char *name, struct cfs_cpt_table *cptab, in cfs_wi_sched_create() function
430 EXPORT_SYMBOL(cfs_wi_sched_create);
Dmodule.c426 rc = cfs_wi_sched_create("cfs_rh", cfs_cpt_table, CFS_CPT_ANY, in init_libcfs_module()