Home
last modified time | relevance | path

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

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