summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/kref.h
AgeCommit message (Expand)Author
2024-05-16linuxkpi: refcount: Use atomic_t directlyEmmanuel Vadot
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-12-13kref: switch internal type to atomic_t and bring back const to kref_readMateusz Guzik
2022-12-13kref: replace hand-rolled atomic ops with refcount APIMateusz Guzik
2022-08-18linuxkpi: Add refcount_dec_and_testEmmanuel Vadot
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-04linuxkpi: Add kref_put_lockEmmanuel Vadot
2018-02-17Add support for kref_read() function in the LinuxKPI.Hans Petter Selasky
2016-05-23Implement "kref_put_mutex()" for the LinuxKPI.Hans Petter Selasky
2015-11-03Make all the LinuxKPI include files compile standalone.Hans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky