Searched refs:irq_bottom_half (Results 1 - 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | interrupt.h | 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() function 84 bool irq_bottom_half(struct workqueue_struct *workQueue, irq_bottom_half_handler_t handler, void *data) in irq_bottom_half()
|
Completed in 2 milliseconds