Searched refs:irq_bottom_half_handler_t (Results 1 - 2 of 2) sorted by relevance
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| H A D | interrupt.h | 66 typedef void (*irq_bottom_half_handler_t)(struct work_struct *); typedef 93 extern bool irq_bottom_half(struct workqueue_struct *workQueue, irq_bottom_half_handler_t handler, void *data, 96 extern bool irq_bottom_half(struct workqueue_struct *workQueue, irq_bottom_half_handler_t handler, void *data);
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
| H A D | linux_interrupt.c | 81 bool irq_bottom_half(struct workqueue_struct *workQueue, irq_bottom_half_handler_t handler, void *data, in irq_bottom_half() 84 bool irq_bottom_half(struct workqueue_struct *workQueue, irq_bottom_half_handler_t handler, void *data) in irq_bottom_half()
|
Completed in 1 milliseconds