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

/freebsd-13-stable/sys/vm/
H A Duma_core.c176 static struct sx uma_reclaim_lock; variable in typeref:struct:sx
2939 sx_init(&uma_reclaim_lock, "umareclaim");
3137 sx_xlock(&uma_reclaim_lock);
3139 sx_xunlock(&uma_reclaim_lock);
3165 sx_xlock(&uma_reclaim_lock);
3167 sx_xunlock(&uma_reclaim_lock);
3208 sx_xlock(&uma_reclaim_lock);
3210 sx_xunlock(&uma_reclaim_lock);
5011 sx_slock(&uma_reclaim_lock);
5036 sx_sunlock(&uma_reclaim_lock);
[all...]

Completed in 112 milliseconds