summaryrefslogtreecommitdiffstats
path: root/sys/sys/percpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add per-TDB counters and a new SADB extension to export them tompi2018-08-281-1/+12
* be nicer to 32bit strict alignment archs that can do 64bit loads/stores.dlg2017-02-231-2/+2
* Always allocate counters memory using type M_COUNTERS.jca2017-02-051-4/+4
* Put a write memory barrier into counters_enter(). This ensuresbluhm2016-12-201-1/+2
* add wrappers around common operations on counters.dlg2016-11-141-1/+35
* avoid using realloc in the name of things that dont work like realloc.dlg2016-10-241-3/+3
* non-MP vs MP codepaths were confusingly split between the .c and .h file.deraadt2016-10-241-42/+22
* add generalised access to per cpu data structures and counters.dlg2016-10-211-0/+172