Searched refs:KTR_UMA (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dktr_class.h69 #define KTR_UMA 0x01000000 /* UMA slab allocator */ macro
/freebsd-13-stable/sys/vm/
H A Duma_core.c505 CTR3(KTR_UMA, "bucket_alloc: zone %s(%p) allocated bucket %p",
1443 CTR4(KTR_UMA, "keg_free_slab keg %s(%p) slab %p, returning %d bytes",
1483 CTR4(KTR_UMA, "keg_drain %s(%p) domain %d free items: %u",
1699 CTR3(KTR_UMA, "keg_alloc_slab: allocated slab %p for %s(%p)",
2227 CTR6(KTR_UMA, "keg %s layout: format %#x "
2265 CTR6(KTR_UMA, "%s: keg=%s, flags=%#x, rsize=%u, ipers=%u, ppera=%u",
2395 CTR3(KTR_UMA, "keg_ctor %p zone %s(%p)", keg, zone->uz_name, zone);
3484 CTR3(KTR_UMA, "uma_zalloc_arg zone %s(%p) flags %d", zone->uz_name,
3578 CTR3(KTR_UMA, "uma_zalloc: zone %s(%p) bucket zone returned %p",
3626 CTR4(KTR_UMA, "uma_zalloc_domai
[all...]

Completed in 64 milliseconds