Searched refs:UMA_SLAB_MASK (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_malloc.c | 881 vtozoneslab((vm_offset_t)addr & (~UMA_SLAB_MASK), &zone, &slab); in free() 884 addr, (void *)((u_long)addr & (~UMA_SLAB_MASK))); in free() 921 vtozoneslab((vm_offset_t)addr & (~UMA_SLAB_MASK), &zone, &slab); in zfree() 924 addr, (void *)((u_long)addr & (~UMA_SLAB_MASK))); in zfree() 976 vtozoneslab((vm_offset_t)addr & (~UMA_SLAB_MASK), &zone, &slab); in realloc() 1057 vtozoneslab((vm_offset_t)addr & (~UMA_SLAB_MASK), &zone, &slab); in malloc_usable_size() 1060 addr, (void *)((u_long)addr & (~UMA_SLAB_MASK))); in malloc_usable_size()
|
| /f-stack/tools/compat/include/vm/ |
| H A D | uma_int.h | 136 #define UMA_SLAB_MASK (PAGE_SIZE - 1) /* Mask to get back to the page */ macro
|
| /f-stack/freebsd/vm/ |
| H A D | uma_int.h | 136 #define UMA_SLAB_MASK (PAGE_SIZE - 1) /* Mask to get back to the page */ macro
|
| H A D | uma_core.c | 4548 mem = (uint8_t *)((uintptr_t)item & (~UMA_SLAB_MASK)); in zone_release() 5386 mem = (uint8_t *)((uintptr_t)item & (~UMA_SLAB_MASK));
|