Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
DMakefile15 prng.o workitem.o libcfs_cpu.o \
/linux-4.1.27/drivers/staging/ozwpan/
Dozpd.h105 struct work_struct workitem; member
Dozpd.c147 pd = container_of(work, struct oz_pd, workitem); in oz_pd_free()
185 INIT_WORK(&pd->workitem, oz_pd_free); in oz_pd_destroy()
186 if (!schedule_work(&pd->workitem)) in oz_pd_destroy()
/linux-4.1.27/drivers/char/xillybus/
Dxillybus_core.c1167 struct delayed_work *workitem = container_of( in xillybus_autoflush() local
1170 workitem, struct xilly_channel, rd_workitem); in xillybus_autoflush()