summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_percpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Always allocate counters memory using type M_COUNTERS.jca2017-02-051-13/+13
* Move the membar in counters_read(). It has to be between readingbluhm2017-01-111-5/+5
* use ncpusfound to size the percpu allocations.dlg2016-10-271-9/+9
* avoid using realloc in the name of things that dont work like realloc.dlg2016-10-241-7/+7
* non-MP vs MP codepaths were confusingly split between the .c and .h file.deraadt2016-10-241-1/+13
* consistently zero the allocated memory in both the MP and UP cases.dlg2016-10-211-3/+3
* add generalised access to per cpu data structures and counters.dlg2016-10-211-0/+325