Home
last modified time | relevance | path

Searched defs:INIT_WORK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dworkqueue.h302 #define INIT_WORK(_work, _func) \ macro
/openbmc/u-boot/include/linux/
H A Dcompat.h227 #define INIT_WORK(work, fun) do {} while (0) macro