summaryrefslogtreecommitdiff
path: root/sys/kern/subr_percpu.c
AgeCommit message (Expand)Author
2017-02-05Always allocate counters memory using type M_COUNTERS.Jeremie Courreges-Anglas
2017-01-11Move the membar in counters_read(). It has to be between readingAlexander Bluhm
2016-10-27use ncpusfound to size the percpu allocations.David Gwynne
2016-10-24avoid using realloc in the name of things that dont work like realloc.David Gwynne
2016-10-24non-MP vs MP codepaths were confusingly split between the .c and .h file.Theo de Raadt
2016-10-21consistently zero the allocated memory in both the MP and UP cases.David Gwynne
2016-10-21add generalised access to per cpu data structures and counters.David Gwynne