Home
last modified time | relevance | path

Searched hist:eda697d2ef3a7966ffcef018fc5162430aa37d2e (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dirq_work.heda697d2ef3a7966ffcef018fc5162430aa37d2e Tue May 19 11:04:35 CEST 2020 Emmanuel Vadot <manu@FreeBSD.org> linuxkpi: Add irq_work.h

Since handlers are call in a thread context we can simply use a workqueue
to emulate those functions.
The DRM code was patched to do that already, having it in linuxkpi allows us
to not patch the upstream code.

Sponsored-by: The FreeBSD Foundation
Reviewed by: hselasky
Differential Revision: https://reviews.freebsd.org/D24859