CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/11/07 16:45:27
Modified files:
sys/sys : pool.h
sys/kern : subr_pool.c
Log message:
rename some types and functions to make the code easier to read.
pool_item_header is now pool_page_header. the more useful change
is pool_list is now pool_cache_item. that's what items going into
the per cpu pool caches are cast to, and they get linked together
to make a list.
the functions operating on what is now pool_cache_items have been
renamed to make it more obvious what they manipulate.