Home
last modified time | relevance | path

Searched refs:hw_uma_mdpages (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Duma_machdep.c41 static int hw_uma_mdpages; variable
42 SYSCTL_INT(_hw, OID_AUTO, uma_mdpages, CTLFLAG_RD, &hw_uma_mdpages, 0,
72 atomic_add_int(&hw_uma_mdpages, 1); in uma_small_alloc()
96 atomic_subtract_int(&hw_uma_mdpages, 1); in uma_small_free()