Home
last modified time | relevance | path

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

/include/linux/
Dworkqueue.h665 static inline bool queue_work(struct workqueue_struct *wq, in queue_work() function
729 return queue_work(system_wq, work); in schedule_work()
752 queue_work(wq, work); in enable_and_queue_work()
Dclosure.h268 BUG_ON(!queue_work(wq, &cl->work)); in closure_queue()
Dpm_runtime.h64 return queue_work(pm_wq, work); in queue_pm_work()
Dfirewire.h550 queue_work(ctx->card->isoc_wq, &ctx->work); in fw_iso_context_schedule_flush_completions()