summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/wait.h
AgeCommit message (Expand)Author
2025-05-12linuxkpi: Add `woken_wake_function()` and `wait_woken()`Jean-Sébastien Pédron
2025-04-29linuxkpi: Introduce a properly typed jiffiesMark Johnston
2024-08-28linuxkpi: chase spinlock_t in DECLARE_WAIT_QUEUE_HEADEvgenii Khramtsov
2024-05-16linuxkpi: spinlock: Simplify codeEmmanuel Vadot
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2020-08-14linuxkpi: Add a few wait_bit functionsEmmanuel Vadot
2020-05-19linuxkpi: Add __init_waitqueue_headEmmanuel Vadot
2018-06-06Implement the __add_wait_queue_entry_tail() function in the LinuxKPI.Hans Petter Selasky
2018-06-06Implement the might_sleep_if() function macro in the LinuxKPI.Hans Petter Selasky
2018-06-06Rename two structure field members while keeping backwards compatibility inHans Petter Selasky
2018-06-06Implement the init_wait_entry() function macro in the LinuxKPI.Hans Petter Selasky
2018-05-28Implement wait_event_killable() in the LinuxKPI.Hans Petter Selasky
2018-03-04Implement wait_event_lock_irq() macro function in the LinuxKPI.Hans Petter Selasky
2018-03-04Implement DEFINE_WAIT_FUNC() function macro and default_wake_function()Hans Petter Selasky
2018-03-02Implement wait_on_bit() function macro in the LinuxKPI.Hans Petter Selasky
2017-08-10Fixes for wait event in the LinuxKPI. These are regression issuesHans Petter Selasky
2017-06-09Augment wait queue support in the LinuxKPI.Mark Johnston
2017-02-21Make the LinuxKPI task struct persistent accross system calls.Hans Petter Selasky
2016-05-27The SCHEDULER_STOPPED() macro already contains a predict false statement.Hans Petter Selasky
2016-05-25Add checks for SCHEDULER_STOPPED() so that code using the LinuxKPI canHans Petter Selasky
2016-03-31Add wait_event_interruptible_timeout to linuxkpi.Navdeep Parhar
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky