Searched refs:__DELAYED_WORK_INITIALIZER (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | jump_label_ratelimit.h | 49 .work = __DELAYED_WORK_INITIALIZER((name).work, \ 58 .work = __DELAYED_WORK_INITIALIZER((name).work, \
|
D | srcutree.h | 100 .work = __DELAYED_WORK_INITIALIZER(name.work, NULL, 0), \
|
D | workqueue.h | 198 #define __DELAYED_WORK_INITIALIZER(n, f, tflags) { \ macro 208 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0) 211 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
|