Home
last modified time | relevance | path

Searched defs:MAGAZINE_FULL (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/kern/
H A Dkern_objcache.c416 #define MAGAZINE_FULL(mag) (mag->rounds == mag->capacity) macro
/dragonfly/lib/libc/stdlib/
H A Dnmalloc.c300 #define MAGAZINE_FULL(mp) (mp->rounds == mp->capacity) macro