Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/vfs/
H A Dvfs_cache.c2795 struct smrq_list_head *ncpp; in cache_enter_locked() local
2891 ncpp = NCHHASH(dvp, cnp->cn_hash); in cache_enter_locked()
2896 smrq_serialized_foreach(p, ncpp, nc_hash) { in cache_enter_locked()
2906 smrq_serialized_insert_head(ncpp, &ncp->nc_hash); in cache_enter_locked()
3271 struct smrq_list_head *ncpp; in cache_purgevfs() local
3276 for (ncpp = &nchashtbl[nchash - 1]; ncpp >= nchashtbl; ncpp--) { in cache_purgevfs()
3278 smrq_serialized_foreach(ncp, ncpp, nc_hash) { in cache_purgevfs()