Searched refs:cfs_wi_sched (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_workitem.h | 67 struct cfs_wi_sched; 69 void cfs_wi_sched_destroy(struct cfs_wi_sched *); 71 int nthrs, struct cfs_wi_sched **); 100 void cfs_wi_schedule(struct cfs_wi_sched *sched, cfs_workitem_t *wi); 101 int cfs_wi_deschedule(struct cfs_wi_sched *sched, cfs_workitem_t *wi); 102 void cfs_wi_exit(struct cfs_wi_sched *sched, cfs_workitem_t *wi);
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | workitem.c | 48 typedef struct cfs_wi_sched { struct 124 cfs_wi_exit(struct cfs_wi_sched *sched, cfs_workitem_t *wi) in cfs_wi_exit() 153 cfs_wi_deschedule(struct cfs_wi_sched *sched, cfs_workitem_t *wi) in cfs_wi_deschedule() 194 cfs_wi_schedule(struct cfs_wi_sched *sched, cfs_workitem_t *wi) in cfs_wi_schedule() 224 struct cfs_wi_sched *sched = (cfs_wi_sched_t *)arg; in cfs_wi_scheduler() 307 cfs_wi_sched_destroy(struct cfs_wi_sched *sched) in cfs_wi_sched_destroy() 353 int cpt, int nthrs, struct cfs_wi_sched **sched_pp) in cfs_wi_sched_create() 355 struct cfs_wi_sched *sched; in cfs_wi_sched_create() 447 struct cfs_wi_sched *sched; in cfs_wi_shutdown() 472 struct cfs_wi_sched, ws_list); in cfs_wi_shutdown()
|
D | module.c | 72 extern struct cfs_wi_sched *cfs_sched_rehash;
|
D | hash.c | 119 struct cfs_wi_sched *cfs_sched_rehash;
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | module.c | 55 struct cfs_wi_sched *lst_sched_serial; 56 struct cfs_wi_sched **lst_sched_test;
|
D | selftest.h | 178 struct cfs_wi_sched *swi_sched; 450 extern struct cfs_wi_sched *lst_sched_serial; 451 extern struct cfs_wi_sched **lst_sched_test; 469 swi_action_t action, struct cfs_wi_sched *sched) in swi_init_workitem()
|