summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/srcu.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2020-05-16Implement synchronize_srcu_expedited() in the LinuxKPI.Hans Petter Selasky
2020-04-08Some fixes for SRCU in the LinuxKPI.Hans Petter Selasky
2019-03-13Implement DEFINE_STATIC_SRCU() function macro in the LinuxKPI.Hans Petter Selasky
2017-04-19Fix problem regarding priority inversion when using the concurrencyHans Petter Selasky
2017-03-04Remove duplicate prototype in the LinuxKPI to fix compilation warning.Hans Petter Selasky
2017-03-03Update the LinuxKPI RCU and SRCU wrappers for the concurrency kit, CK.Hans Petter Selasky
2017-02-24Implement srcu_dereference() macro in the LinuxKPI.Hans Petter Selasky
2017-02-21Replace dummy implementation of RCU in the LinuxKPI with one based onHans Petter Selasky
2015-12-21Implement sleepable RCU mechanism using shared exclusive locks.Hans Petter Selasky