MCPcopy Create free account
hub / github.com/F-Stack/f-stack / uma_zone_exhausted

Function uma_zone_exhausted

freebsd/vm/uma_core.c:5042–5047  ·  view source on GitHub ↗

See uma.h */

Source from the content-addressed store, hash-verified

5040
5041/* See uma.h */
5042int
5043uma_zone_exhausted(uma_zone_t zone)
5044{
5045
5046 return (atomic_load_32(&zone->uz_sleepers) > 0);
5047}
5048
5049unsigned long
5050uma_limit(void)

Callers 2

mb_dtor_packFunction · 0.85
swp_pager_meta_buildFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected