Searched defs:mem_threshold (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c4131 int mem_threshold = 8192; /* Minimum # bytes for printing */ local
4180 mem_threshold = cnt_threshold = 0;
4221 if (kmo->kmo_total_size < mem_threshold &&
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3761 int mem_threshold = 8192; /* Minimum # bytes for printing */ local
3806 mem_threshold = cnt_threshold = 0;
3847 if (umo->umo_total_size < mem_threshold &&

Completed in 79 milliseconds