Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cache.c2386 smrq_serialized_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_locked()
2538 smrq_serialized_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_fallback()
2937 smrq_serialized_foreach(p, ncpp, nc_hash) { in cache_enter_locked()
3319 smrq_serialized_foreach(ncp, ncpp, nc_hash) { in cache_purgevfs()
/xnu-11215.1.10/osfmk/kern/
H A Dsmr.h381 #define smrq_serialized_foreach(it, head, field) \ macro
H A Dsmr.c611 smrq_serialized_foreach(t, &self->smr_stack, smrt_stack) { in smr_entered()