Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dkern_objcache.c415 #define MAGAZINE_NOTEMPTY(mag) (mag->rounds != 0) macro
446 if (MAGAZINE_NOTEMPTY(loadedmag)) { in objcache_get()
453 if (MAGAZINE_NOTEMPTY(cpucache->previous_magazine)) { in objcache_get()
476 if (MAGAZINE_NOTEMPTY(cpucache->loaded_magazine) || in objcache_get()
477 MAGAZINE_NOTEMPTY(cpucache->previous_magazine) in objcache_get()
/dragonfly/lib/libc/stdlib/
H A Dnmalloc.c303 #define MAGAZINE_NOTEMPTY(mp) (mp->rounds != 0) macro
1716 if (mp && MAGAZINE_NOTEMPTY(mp)) { in magazine_alloc()
1827 MASSERT(MAGAZINE_NOTEMPTY(mp)); in mtmagazine_alloc()
1948 while (MAGAZINE_NOTEMPTY(mp)) { in mtmagazine_drain()
1987 if (MAGAZINE_NOTEMPTY(mp)) in mtmagazine_destructor()
1995 if (MAGAZINE_NOTEMPTY(mp)) in mtmagazine_destructor()