summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/src/linux_work.c
AgeCommit message (Expand)Author
2025-05-12linuxkpi: Fix up jiffies handlingMark Johnston
2025-04-29linuxkpi: Introduce a properly typed jiffiesMark Johnston
2023-12-24LinuxKPI: Add cancel_work() function.Vladimir Kondratyev
2023-11-07linuxkpi linux_work: use 'true' instead of 'non-zero'Konstantin Belousov
2023-11-07linuxkpi: races between linux_queue_delayed_work_on() and linux_cancel_delaye...Konstantin Belousov
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-06-04linux(4): Fix a typo in a source code commentGordon Bergling
2021-02-04Fix race condition in linuxkpi workqueueRyan Stone
2021-01-17LinuxKPI: Reimplement irq_work queue on top of fast taskqueueVladimir Kondratyev
2020-05-21linuxkpi: Add rcu_work functionsEmmanuel Vadot
2019-09-11Use true and false when dealing with bool type in the LinuxKPI.Hans Petter Selasky
2019-09-11Fix synchronous work drain issue in the LinuxKPI.Hans Petter Selasky
2018-08-06Implement current_work() function in the LinuxKPI.Hans Petter Selasky
2018-06-05Declare and set the global "system_highpri_wq" workqueue structure pointerHans Petter Selasky
2018-03-01Correct the return value from flush_work() and flush_delayed_work() in theHans Petter Selasky
2017-10-04Make sure the timer belonging to the delayed work in the LinuxKPIHans Petter Selasky
2017-08-18Move some other SI_SUB_INIT_IF initializations to SI_SUB_TASKQConrad Meyer
2017-08-08Fix few issues of LinuxKPI workqueue.Alexander Motin
2017-04-19Zero number of CPUs should be translated into the default number ofHans Petter Selasky
2017-03-09Don't create any threads before SI_SUB_INIT_IF in the LinuxKPI. ElseHans Petter Selasky
2017-03-08Fix compilation warning for powerpc64 by not using const keyword inHans Petter Selasky
2017-03-07LinuxKPI workqueue cleanup.Hans Petter Selasky