Searched refs:work_process_msg (Results 1 – 2 of 2) sorted by relevance
11 queue_work(sched->base.submit_wq, &sched->work_process_msg); in xe_sched_process_msg_queue()43 container_of(w, struct xe_gpu_scheduler, work_process_msg); in xe_sched_process_msg_work()68 INIT_WORK(&sched->work_process_msg, xe_sched_process_msg_work); in xe_sched_init()84 queue_work(sched->base.submit_wq, &sched->work_process_msg); in xe_sched_submission_start()90 cancel_work_sync(&sched->work_process_msg); in xe_sched_submission_stop()
51 struct work_struct work_process_msg; member