CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2016/11/01 19:58:07

Modified files:
        sys/sys        : pool.h 
        sys/kern       : subr_pool.c 

Log message:
use a TAILQ to maintain the list of item lists used by the percpu code.

it makes it more readable, and fixes a bug in pool_list_put where it
was returning the next item in the current list rather than the next
list to be freed.

Reply via email to