Home
last modified time | relevance | path

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

/include/linux/
A Dsrcutiny.h38 .srcu_work = __WORK_INITIALIZER(name.srcu_work, srcu_drive_gp), \
A Dworkqueue.h238 #define __WORK_INITIALIZER(n, f) { \ macro
246 .work = __WORK_INITIALIZER((n).work, (f)), \
252 struct work_struct n = __WORK_INITIALIZER(n, f)

Completed in 5 milliseconds