opnsense-src/sys/compat/linuxkpi/common/include
Hans Petter Selasky 7cf1c51588 Implement msleep_interruptible() in the LinuxKPI. While at it use pause_sbt()
instead of pause() in the msleep() function to avoid rounding errors when
converting delay values forth and back. Add a guard for a delay value
of zero milliseconds which is undefined.

MFC after:	1 week
Requested by:	Johannes Lundberg <johalun0@gmail.com>
Sponsored by:	Mellanox Technologies
2018-03-03 18:54:16 +00:00
..
asm Optimise xchg() to use atomic_swap_32() and atomic_swap_64(). 2018-02-18 18:46:56 +00:00
linux Implement msleep_interruptible() in the LinuxKPI. While at it use pause_sbt() 2018-03-03 18:54:16 +00:00
net Add full VNET support to the inet_get_local_port_range() function in 2017-03-22 15:46:31 +00:00