Searched refs:queue_work_node (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/ |
| H A D | async.c | 178 queue_work_node(node, async_wq, &entry->work); in __async_schedule_node_domain()
|
| H A D | padata.c | 493 queue_work_node(nid, system_dfl_wq, &pw->pw_work); in padata_do_multithreaded()
|
| H A D | workqueue.c | 2450 bool queue_work_node(int node, struct workqueue_struct *wq, in queue_work_node() function 2480 EXPORT_SYMBOL_GPL(queue_work_node);
|
| /linux/include/linux/ |
| H A D | workqueue.h | 595 extern bool queue_work_node(int node, struct workqueue_struct *wq,
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo.c | 309 queue_work_node(bdev->pool.nid, bdev->wq, &bo->delayed_delete); in ttm_bo_release()
|