aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/workqueue.h
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: Fix up jiffies handlingMark Johnston2025-05-121-1/+1
* linuxkpi: Introduce a properly typed jiffiesMark Johnston2025-04-291-2/+2
* linuxkpi: Add `queue_work_node()`Jean-Sébastien Pédron2025-04-071-0/+6
* LinuxKPI: Add cancel_work() function.Vladimir Kondratyev2023-12-241-0/+4
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* linuxkpi: Add rcu_work functionsEmmanuel Vadot2020-05-211-0/+18
* Linuxkpi: Prevent easy generated ctor name conflicts with prefixConrad Meyer2019-08-171-2/+3
* Implement current_work() function in the LinuxKPI.Hans Petter Selasky2018-08-061-0/+4
* Declare and set the global "system_highpri_wq" workqueue structure pointerHans Petter Selasky2018-06-051-0/+1
* Implement the INIT_DELAYED_WORK_ONSTACK() function macro in the LinuxKPI.Hans Petter Selasky2018-06-051-0/+3
* linuxkpi whitespace cleanupEd Maste2018-03-231-1/+1
* Make sure the timer belonging to the delayed work in the LinuxKPIHans Petter Selasky2017-10-041-0/+1
* Fix implementation of the DECLARE_WORK() macro in the LinuxKPI to fullyHans Petter Selasky2017-03-091-2/+7
* LinuxKPI workqueue cleanup.Hans Petter Selasky2017-03-071-130/+140
* Implement drain_workqueue() function.Hans Petter Selasky2015-12-211-1/+18
* In the zero delay case in queue_delayed_work() use the return valueHans Petter Selasky2015-12-211-5/+7
* Minor workqueue cleanup:Hans Petter Selasky2015-12-211-63/+27
* Add more functions and types to the LinuxKPI.Hans Petter Selasky2015-11-301-1/+3
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+231