Searched refs:nc_counter (Results 1 – 2 of 2) sorted by relevance
2435 counter = os_atomic_load(&ncp->nc_counter, acquire); in cache_lookup_smr()2469 if (os_atomic_load(&ncp->nc_counter, acquire) != counter) { in cache_lookup_smr()2674 counter = os_atomic_load(&ncp->nc_counter, acquire); in cache_lookup_ext()2711 if (os_atomic_load(&ncp->nc_counter, acquire) != counter) { in cache_lookup_ext()2869 (ncp->nc_counter & NC_VALID))) { in cache_enter_locked()2878 ncp->nc_counter = 0; in cache_enter_locked()2887 if (ncp->nc_counter & NC_VALID) { in cache_enter_locked()3001 uint32_t old_count = os_atomic_inc_orig(&ncp->nc_counter, release); in cache_enter_locked()3187 uint32_t old_count = os_atomic_inc_orig(&ncp->nc_counter, release); in cache_delete()
233 uint32_t nc_counter; /* flags */ member