Searched refs:KTR_UMA (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ |
H A D | ktr_class.h | 68 #define KTR_UMA 0x01000000 /* UMA slab allocator */ macro
|
/freebsd/sys/vm/ |
H A D | uma_core.c | 506 CTR3(KTR_UMA, "bucket_alloc: zone %s(%p) allocated bucket %p", in bucket_alloc() 1600 CTR4(KTR_UMA, "keg_free_slab keg %s(%p) slab %p, returning %d bytes", in keg_free_slab() 1643 CTR4(KTR_UMA, "keg_drain %s(%p) domain %d free items: %u", in keg_drain_domain() 1848 CTR3(KTR_UMA, "keg_alloc_slab: allocated slab %p for %s(%p)", in keg_alloc_slab() 2415 CTR6(KTR_UMA, "keg %s layout: format %#x " in keg_layout() 2453 CTR6(KTR_UMA, "%s: keg=%s, flags=%#x, rsize=%u, ipers=%u, ppera=%u", in keg_layout() 2583 CTR3(KTR_UMA, "keg_ctor %p zone %s(%p)", keg, zone->uz_name, zone); in keg_ctor() 3719 CTR3(KTR_UMA, "uma_zalloc_smr zone %s(%p) flags %d", zone->uz_name, in uma_zalloc_smr() 3750 CTR3(KTR_UMA, "uma_zalloc_arg zone %s(%p) flags %d", zone->uz_name, in uma_zalloc_arg() 3844 CTR3(KTR_UMA, "uma_zalloc: zone %s(%p) bucket zone returned %p", in cache_alloc() [all …]
|