Searched refs:smrq_serialized_foreach (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.1.13/bsd/vfs/ |
| H A D | vfs_cache.c | 2359 smrq_serialized_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_locked() 2510 smrq_serialized_foreach(ncp, NCHHASH(dvp, cnp->cn_hash), nc_hash) { in cache_lookup_fallback() 2896 smrq_serialized_foreach(p, ncpp, nc_hash) { in cache_enter_locked() 3278 smrq_serialized_foreach(ncp, ncpp, nc_hash) { in cache_purgevfs()
|
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | smr.h | 379 #define smrq_serialized_foreach(it, head, field) \ macro
|
| H A D | smr.c | 610 smrq_serialized_foreach(t, &self->smr_stack, smrt_stack) { in smr_entered()
|