Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dturnstile.c570 bool needs_lock = !(hash_policy & TURNSTILE_LOCKED_HASH); in turnstile_htable_lookup_add() local
576 if (needs_lock) { in turnstile_htable_lookup_add()
591 if (needs_lock) { in turnstile_htable_lookup_add()
605 if (needs_lock) { in turnstile_htable_lookup_add()
644 bool needs_lock = !(hash_policy & TURNSTILE_LOCKED_HASH); in turnstable_htable_lookup_remove() local
650 if (needs_lock) { in turnstable_htable_lookup_remove()
672 if (needs_lock) { in turnstable_htable_lookup_remove()
685 if (needs_lock) { in turnstable_htable_lookup_remove()
720 bool needs_lock = !(hash_policy & TURNSTILE_LOCKED_HASH); in turnstile_htable_lookup() local
724 if (needs_lock) { in turnstile_htable_lookup()
[all …]
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_cache.c1776 bool needs_lock = false; in cache_lookup_path() local
1785 if (nc_smr_enabled && !needs_lock) { in cache_lookup_path()
2024 needs_lock = true; in cache_lookup_path()
2065 needs_lock = true; in cache_lookup_path()