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

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_interrupt.c55 static void interrupt_wq(struct work_struct *);
77 INIT_WORK(&kfd->interrupt_work, interrupt_wq);
148 static void interrupt_wq(struct work_struct *work) function
160 dev->device_info->event_interrupt_class->interrupt_wq(dev,
H A Dkfd_int_process_v9.c132 .interrupt_wq = event_interrupt_wq_v9,
H A Dcik_event_interrupt.c131 .interrupt_wq = cik_event_interrupt_wq,
H A Dkfd_priv.h191 void (*interrupt_wq)(struct kfd_dev *dev, member in struct:kfd_event_interrupt_class

Completed in 241 milliseconds