summaryrefslogtreecommitdiffstats
path: root/sys/sys/srp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initialize the srp_ref in the non-MP version of srp_enterjca2020-05-091-3/+10
* Make ART data structure definitions visible to userland, in order to fixmpi2019-03-311-8/+8
* Rename SRPL_ENTER() to SRPL_FIRST() and SRPL_NEXT() to SRPL_FOLLOW().mpi2016-11-201-7/+6
* add generalised access to per cpu data structures and counters.dlg2016-10-211-1/+3
* Move initialization macro outside of #define _KERNEL to use them inmpi2016-06-071-24/+22
* add support for using SRPs without the garbage collection machinery.dlg2016-06-011-1/+6
* rename srp_finalize to srp_gc_finalizedlg2016-05-181-2/+2
* rework the srp api so it takes an srp_ref struct that the caller provides.dlg2016-05-181-38/+26
* Use SRPL_HEAD() and SRPL_ENTRY() to be consistent with and allow tompi2015-12-031-5/+8
* Add SRPL_FOREACH_SAFE_LOCKED(9), needed to turn the single list ofmpi2015-11-261-1/+6
* implement SRPL_INSERT_AFTER_LOCKED.dlg2015-09-181-1/+18
* make srp use refcnts so it can use refcnt_finalize instead ofdlg2015-09-111-3/+5
* implement a singly linked list built with SRPs.dlg2015-09-091-1/+106
* mattieu baptiste reported a problem with bpf+srps where the per cpudlg2015-09-011-1/+3
* introduce srp, which according to the manpage i wrote is short fordlg2015-07-021-0/+64