Searched refs:__DELAYED_WORK_INITIALIZER (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
| D | workqueues.h | 91 #define __DELAYED_WORK_INITIALIZER(n, f, tflags) { \ macro 99 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0)
|
| /Linux-v5.4/include/linux/ |
| D | jump_label_ratelimit.h | 49 .work = __DELAYED_WORK_INITIALIZER((name).work, \ 58 .work = __DELAYED_WORK_INITIALIZER((name).work, \
|
| D | workqueue.h | 191 #define __DELAYED_WORK_INITIALIZER(n, f, tflags) { \ macro 201 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, 0) 204 struct delayed_work n = __DELAYED_WORK_INITIALIZER(n, f, TIMER_DEFERRABLE)
|
| D | srcutree.h | 100 .work = __DELAYED_WORK_INITIALIZER(name.work, NULL, 0), \
|