Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/vfs/
H A Dvfs_cache.c232 #define NC_SMR_STATS(v) os_atomic_inc(&ncstats.v, relaxed) macro
234 #define NC_SMR_STATS(v) macro
2313 NC_SMR_STATS(clp_next_fail); in cache_lookup_locked()
2323 NC_SMR_STATS(clp_next); in cache_lookup_locked()
2383 NC_SMR_STATS(clp_smr_next); in cache_lookup_smr()
2388 NC_SMR_STATS(clp_smr_next_fail); in cache_lookup_smr()
2501 NC_SMR_STATS(cl_lock_hits); in cache_lookup_fallback()
2597 NC_SMR_STATS(cl_smr_miss); in cache_lookup()
2633 NC_SMR_STATS(cl_smr_hits); in cache_lookup()
2648 NC_SMR_STATS(cl_smr_negative_hits); in cache_lookup()
[all …]