Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A D_malloc.h56 #define KMALLOC_MAXFREEMAGS 4 macro
/dragonfly/sys/kern/
H A Dkern_kmalloc.c552 if (count > KMALLOC_MAXFREEMAGS) { in malloc_mgt_poll()
554 count -= KMALLOC_MAXFREEMAGS; in malloc_mgt_poll()