Searched refs:KTR_UMA (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | ktr_class.h | 69 #define KTR_UMA 0x01000000 /* UMA slab allocator */ macro
|
| /f-stack/freebsd/vm/ |
| H A D | uma_core.c | 502 CTR3(KTR_UMA, "bucket_alloc: zone %s(%p) allocated bucket %p", in bucket_alloc() 1410 CTR4(KTR_UMA, "keg_drain %s(%p) domain %d free items: %u", in keg_drain_domain() 1624 CTR3(KTR_UMA, "keg_alloc_slab: allocated slab %p for %s(%p)", in keg_alloc_slab() 2196 CTR6(KTR_UMA, "keg %s layout: format %#x " in keg_layout() 3536 CTR3(KTR_UMA, "uma_zalloc: zone %s(%p) bucket zone returned %p", in cache_alloc() 4118 CTR3(KTR_UMA, "zone_alloc_item item %p from %s(%p)", item, in zone_alloc_item() 4128 CTR2(KTR_UMA, "zone_alloc_item failed from %s(%p)", in zone_alloc_item() 4193 CTR2(KTR_UMA, "uma_zfree_arg zone %s(%p)", zone->uz_name, zone); in uma_zfree_arg() 4292 CTR3(KTR_UMA, in zone_free_cross() 4390 CTR3(KTR_UMA, in zone_free_bucket() [all …]
|
| /f-stack/freebsd/mips/conf/ |
| H A D | std.XLP | 54 #options KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC)
|