Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdkfd/
Dkfd_interrupt.c50 static void interrupt_wq(struct work_struct *);
72 INIT_WORK(&kfd->interrupt_work, interrupt_wq); in kfd_interrupt_init()
143 static void interrupt_wq(struct work_struct *work) in interrupt_wq() function
155 dev->device_info->event_interrupt_class->interrupt_wq(dev, in interrupt_wq()
Dcik_event_interrupt.c129 .interrupt_wq = cik_event_interrupt_wq,
Dkfd_int_process_v9.c281 .interrupt_wq = event_interrupt_wq_v9,
Dkfd_priv.h192 void (*interrupt_wq)(struct kfd_dev *dev, member