Searched refs:system_unbound_wq (Results 1 – 9 of 9) sorted by relevance
67 #define system_unbound_wq linux_system_unbound_wq macro114 extern struct workqueue_struct *system_unbound_wq;
128 struct workqueue_struct *system_unbound_wq __read_mostly;171 system_unbound_wq = alloc_ordered_workqueue("lnxubdwq", 0); in linux_workqueue_init0()172 if (system_unbound_wq == NULL) { in linux_workqueue_init0()193 if (system_unbound_wq) in linux_workqueue_init0()194 destroy_workqueue(system_unbound_wq); in linux_workqueue_init0()
46 queue_work(system_unbound_wq, &f->work); in fence_notify()
235 queue_work(system_unbound_wq, &ref->work); in active_retire()
777 queue_work(system_unbound_wq, &ct->requests.worker); in ct_incoming_request_worker_func()819 queue_work(system_unbound_wq, &ct->requests.worker); in ct_handle_request()
1862 queue_work(system_unbound_wq, &state->commit_work); in drm_atomic_helper_commit()
2218 queue_work(system_unbound_wq, &state->commit_work); in nv50_disp_atomic_commit()
4066 if (!queue_work(system_unbound_wq, &tmp_adev->xgmi_reset_work)) in amdgpu_do_asic_reset()
2046 WARN_ON(!queue_delayed_work(system_unbound_wq, in queue_async_put_domains_work()