Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/vfs/
H A Dvfs_cache.c2301 smrq_serialized_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_locked()
2452 smrq_serialized_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_fallback()
2838 smrq_serialized_foreach(p, ncpp, nc_hash) { in cache_enter_locked()
3210 smrq_serialized_foreach(ncp, ncpp, nc_hash) { in cache_purgevfs()
/xnu-8796.121.2/osfmk/kern/
H A Dsmr.h379 #define smrq_serialized_foreach(it, head, field) \ macro