Searched refs:KMEM_SIZE_DECODE (Results 1 – 3 of 3) sorted by relevance
94 #define KMEM_SIZE_DECODE(x) ((x) / 251) macro
1389 KMEM_SIZE_DECODE(((uint32_t *)btp)[0]), in kmem_error()1390 KMEM_SIZE_DECODE(((uint32_t *)btp)[1])); in kmem_error()
3159 else if (bp[KMEM_SIZE_DECODE(ip[1])] == KMEM_REDZONE_BYTE) in verify_alloc()