Home
last modified time | relevance | path

Searched refs:irq_bottom_half (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dinterrupt.h95 extern bool irq_bottom_half(struct workqueue_struct *workQueue, irq_bottom_half_handler_t handler, …
98 extern bool irq_bottom_half(struct workqueue_struct *workQueue, irq_bottom_half_handler_t handler, …
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_interrupt.c83 bool irq_bottom_half(struct workqueue_struct *workQueue, irq_bottom_half_handler_t handler, void *d… in irq_bottom_half() function
86 bool irq_bottom_half(struct workqueue_struct *workQueue, irq_bottom_half_handler_t handler, void *d… in irq_bottom_half()