aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/srcu.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* Implement synchronize_srcu_expedited() in the LinuxKPI.Hans Petter Selasky2020-05-161-0/+4
* Some fixes for SRCU in the LinuxKPI.Hans Petter Selasky2020-04-081-3/+6
* Implement DEFINE_STATIC_SRCU() function macro in the LinuxKPI.Hans Petter Selasky2019-03-131-0/+3
* Fix problem regarding priority inversion when using the concurrencyHans Petter Selasky2017-04-191-2/+0
* Remove duplicate prototype in the LinuxKPI to fix compilation warning.Hans Petter Selasky2017-03-041-1/+0
* Update the LinuxKPI RCU and SRCU wrappers for the concurrency kit, CK.Hans Petter Selasky2017-03-031-2/+3
* Implement srcu_dereference() macro in the LinuxKPI.Hans Petter Selasky2017-02-241-0/+2
* Replace dummy implementation of RCU in the LinuxKPI with one based onHans Petter Selasky2017-02-211-37/+11
* Implement sleepable RCU mechanism using shared exclusive locks.Hans Petter Selasky2015-12-211-0/+72