Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ | |
kfd_interrupt.c | 55 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 in typeref:typename:void 160 dev->device_info->event_interrupt_class->interrupt_wq(dev, |
kfd_interrupt.c | 55 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 in typeref:typename:void 160 dev->device_info->event_interrupt_class->interrupt_wq(dev, |
kfd_priv.h | 191 void (*interrupt_wq)(struct kfd_dev *dev, member in struct:kfd_event_interrupt_class |
kfd_priv.h | 191 void (*interrupt_wq)(struct kfd_dev *dev, member in struct:kfd_event_interrupt_class |