Home
last modified time | relevance | path

Searched refs:KMEM_SIZE_VALID (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h95 #define KMEM_SIZE_VALID(x) ((x) % 251 == 1 && (x) != 1) macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c3158 else if (!KMEM_SIZE_VALID(ip[1])) in verify_alloc()
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c2982 if (KMEM_SIZE_VALID(ip[1])) { in kmem_free()