Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dturnstile.c567 bool needs_lock = !(hash_policy & TURNSTILE_LOCKED_HASH); in turnstile_htable_lookup_add() local
573 if (needs_lock) { in turnstile_htable_lookup_add()
588 if (needs_lock) { in turnstile_htable_lookup_add()
602 if (needs_lock) { in turnstile_htable_lookup_add()
641 bool needs_lock = !(hash_policy & TURNSTILE_LOCKED_HASH); in turnstable_htable_lookup_remove() local
647 if (needs_lock) { in turnstable_htable_lookup_remove()
669 if (needs_lock) { in turnstable_htable_lookup_remove()
682 if (needs_lock) { in turnstable_htable_lookup_remove()
717 bool needs_lock = !(hash_policy & TURNSTILE_LOCKED_HASH); in turnstile_htable_lookup() local
721 if (needs_lock) { in turnstile_htable_lookup()
[all …]
/xnu-11215/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()
2008 needs_lock = true; in cache_lookup_path()
2049 needs_lock = true; in cache_lookup_path()