Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/mem/
H A Dskmem_cache.c2319 int contention; in skmem_cache_mib_get_stats() local
2347 if ((contention = (int)(skm->skm_depot_contention - in skmem_cache_mib_get_stats()
2349 contention = 0; in skmem_cache_mib_get_stats()
2351 sca->sca_depot_contention_factor = contention; in skmem_cache_mib_get_stats()
/xnu-12377.41.6/doc/observability/
H A Dmt_stackshot.md69 buffer. Each cluster gets its own bump allocator to mitigate cache contention,
/xnu-12377.41.6/doc/scheduler/
H A Dsched_clutch_edge.md57 …ts get a fair shot at draining the lower QoS threads even during heavy contention from higher prio…
177 …res that the high QoS threads experience low scheduling latency under heavy CPU contention as well.
273 …r shared resource intensive threads across clusters in order to reduce contention on the shared re…
/xnu-12377.41.6/tests/
H A Dstackshot_block_owner_14362384.m667 sleep(3); // give time for thread to spawn, fall back to kernel for contention, and block