Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dslaballoc.h112 #define SLAB_DEBUG_ENTRIES 32 /* must be power of 2 */ macro
113 struct ZSources z_Sources[SLAB_DEBUG_ENTRIES];
114 struct ZSources z_AltSources[SLAB_DEBUG_ENTRIES];
/dragonfly/sys/kern/
H A Dkern_slaballoc.c760 int b = line & (SLAB_DEBUG_ENTRIES - 1); in slab_record_source()
768 i = (i + 1) & (SLAB_DEBUG_ENTRIES - 1); in slab_record_source()