Home
last modified time | relevance | path

Searched defs:schedule_work (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dworkqueue.h621 static inline bool schedule_work(struct work_struct *work) in schedule_work() function
/openbmc/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek.h260 struct delayed_work schedule_work; member
/openbmc/u-boot/include/linux/
H A Dcompat.h226 #define schedule_work(work) do {} while (0) macro