Home
last modified time | relevance | path

Searched refs:POOL_QUARANTINE_DEPTH (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/sys/
H A Dpool.h109 #define POOL_QUARANTINE_DEPTH 128 macro
112 intptr_t list[POOL_QUARANTINE_DEPTH];
/netbsd-src/sys/kern/
H A Dsubr_pool.c3093 for (i = 0; i < POOL_QUARANTINE_DEPTH; i++) { in pool_quarantine_flush()
3117 quar->rotor = (quar->rotor + 1) % POOL_QUARANTINE_DEPTH; in pool_put_quarantine()