Searched defs:swi_workitem (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/lustre/lnet/selftest/
H A Dselftest.h174 struct swi_workitem;
175 typedef int (*swi_action_t) (struct swi_workitem *);
177 typedef struct swi_workitem { struct
179 cfs_workitem_t swi_workitem; member in struct:swi_workitem
462 swi_workitem_t *swi = container_of(wi, swi_workitem_t, swi_workitem);
474 cfs_wi_init(&swi->swi_workitem, data, swi_wi_action);
480 cfs_wi_schedule(wi->swi_sched, &wi->swi_workitem);
486 cfs_wi_exit(swi->swi_sched, &swi->swi_workitem);
492 return cfs_wi_deschedule(swi->swi_sched, &swi->swi_workitem);

Completed in 1202 milliseconds