Searched refs:vm_arb_wq (Results 1 – 2 of 2) sorted by relevance
293 arb_vm_state->vm_arb_wq = alloc_ordered_workqueue("kbase_vm_arb_wq", in kbase_arbiter_pm_early_init()295 if (!arb_vm_state->vm_arb_wq) { in kbase_arbiter_pm_early_init()344 destroy_workqueue(arb_vm_state->vm_arb_wq); in kbase_arbiter_pm_early_init()367 destroy_workqueue(arb_vm_state->vm_arb_wq); in kbase_arbiter_pm_early_term()369 arb_vm_state->vm_arb_wq = NULL; in kbase_arbiter_pm_early_term()560 queue_work(arb_vm_state->vm_arb_wq, in kbase_arbiter_pm_vm_gpu_start()604 queue_work(arb_vm_state->vm_arb_wq, in kbase_arbiter_pm_vm_gpu_stop()610 queue_work(arb_vm_state->vm_arb_wq, in kbase_arbiter_pm_vm_gpu_stop()618 queue_work(arb_vm_state->vm_arb_wq, in kbase_arbiter_pm_vm_gpu_stop()
54 struct workqueue_struct *vm_arb_wq; member