Home
last modified time | relevance | path

Searched refs:__DELAYED_WORK_INITIALIZER (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Djump_label_ratelimit.h49 .work = __DELAYED_WORK_INITIALIZER((name).work, \
58 .work = __DELAYED_WORK_INITIALIZER((name).work, \
Dsrcutree.h100 .work = __DELAYED_WORK_INITIALIZER(name.work, NULL, 0), \
Dworkqueue.h198 #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)