Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_gpu_scheduler_types.h34 * @process_msg: Process a message. Allowed to block, it is this
37 void (*process_msg)(struct xe_sched_msg *msg); member
H A Dxe_gpu_scheduler.c51 sched->ops->process_msg(msg); in xe_sched_process_msg_work()
H A Dxe_guc_submit.c919 /* Kill the run_job / process_msg entry points */ in xe_guc_exec_queue_lr_cleanup()
1466 .process_msg = guc_exec_queue_process_msg,
/linux/drivers/xen/xenbus/
H A Dxenbus_comms.c205 static int process_msg(void) in process_msg() function
417 err = process_msg(); in xenbus_thread()