CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/23 23:31:17
Modified files:
sys/kern : subr_pool.c
Log message:
pool(9): replace custom TAILQ concatenation loops with TAILQ_CONCAT(3)
TAILQ_CONCAT(3) apparently wasn't in-tree when this code was written.
Using it leaves us with less code *and* better performance.
ok tedu@
