Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_interrupt.c50 static void interrupt_wq(struct work_struct *);
67 INIT_WORK(&kfd->interrupt_work, interrupt_wq); in kfd_interrupt_init()
138 static void interrupt_wq(struct work_struct *work) in interrupt_wq() function
150 dev->device_info->event_interrupt_class->interrupt_wq(dev, in interrupt_wq()
Dkfd_int_process_v9.c107 .interrupt_wq = event_interrupt_wq_v9,
Dcik_event_interrupt.c123 .interrupt_wq = cik_event_interrupt_wq,
Dkfd_priv.h190 void (*interrupt_wq)(struct kfd_dev *dev, member