Home
last modified time | relevance | path

Searched refs:__WORK_INITIALIZER (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dsrcutiny.h37 .srcu_work = __WORK_INITIALIZER(name.srcu_work, srcu_drive_gp), \
Dworkqueue.h184 #define __WORK_INITIALIZER(n, f) { \ macro
192 .work = __WORK_INITIALIZER((n).work, (f)), \
198 struct work_struct n = __WORK_INITIALIZER(n, f)