Home
last modified time | relevance | path

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

/include/linux/
Dworkqueue.h507 static inline bool queue_work(struct workqueue_struct *wq, in queue_work() function
571 return queue_work(system_wq, work); in schedule_work()
Dpm_runtime.h30 return queue_work(pm_wq, work); in queue_pm_work()