Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/vfs/
H A Dvfs_cache.c2389 counter = os_atomic_load(&ncp->nc_counter, acquire); in cache_lookup_smr()
2423 if (os_atomic_load(&ncp->nc_counter, acquire) != counter) { in cache_lookup_smr()
2620 counter = os_atomic_load(&ncp->nc_counter, acquire); in cache_lookup()
2657 if (os_atomic_load(&ncp->nc_counter, acquire) != counter) { in cache_lookup()
2809 (ncp->nc_counter & NC_VALID))) { in cache_enter_locked()
2818 ncp->nc_counter = 0; in cache_enter_locked()
2827 if (ncp->nc_counter & NC_VALID) { in cache_enter_locked()
2941 uint32_t old_count = os_atomic_inc_orig(&ncp->nc_counter, release); in cache_enter_locked()
3119 uint32_t old_count = os_atomic_inc_orig(&ncp->nc_counter, release); in cache_delete()
/xnu-8796.141.3/bsd/sys/
H A Dnamei.h253 uint32_t nc_counter; /* flags */ member