aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/timer.h
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: timer KPI *_timer -> timer_*Bjoern A. Zeeb2025-09-051-2/+14
* LinuxKPI: rename from_timer() to timer_container_of()Bjoern A. Zeeb2025-09-051-0/+5
* linuxkpi: Introduce a properly typed jiffiesMark Johnston2025-04-291-3/+3
* Revert: LinuxKPI: switch jiffies and timer->expire to unsigned longBjoern A. Zeeb2025-01-081-2/+2
* LinuxKPI: switch jiffies and timer->expire to unsigned longBjoern A. Zeeb2025-01-071-2/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: implement timer_{delete,shutdown}_sync()Bjoern A. Zeeb2023-06-091-0/+2
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* linuxkpi: Fix mod_timer and del_timer_syncEmmanuel Vadot2020-05-251-2/+2
* LinuxKPI: Let del_timer return a value to match Linux.Johannes Lundberg2019-05-141-1/+1
* Implement timer_setup() and from_timer() function macros in the LinuxKPI.Hans Petter Selasky2018-06-051-1/+14
* Rename callout member in struct timer_list to match the one in structHans Petter Selasky2018-03-021-6/+6
* Mask away return codes from del_timer() and del_timer_sync() becauseHans Petter Selasky2017-11-111-2/+2
* Use integer type to pass around jiffies and/or ticks values in theHans Petter Selasky2017-08-101-3/+3
* Add round_jiffies_up(), local_clock() and __setup_timer() to the LinuxKPI.Mark Johnston2017-08-081-7/+13
* Implement add_timer_on() function in the LinuxKPI.Hans Petter Selasky2017-03-061-0/+1
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+74