nclruhead          74 kern/vfs_cache.c TAILQ_HEAD(, namecache) nclruhead;		/* LRU chain */
nclruhead         152 kern/vfs_cache.c 				TAILQ_REMOVE(&nclruhead, ncp, nc_lru);
nclruhead         153 kern/vfs_cache.c 				TAILQ_INSERT_TAIL(&nclruhead, ncp, nc_lru);
nclruhead         226 kern/vfs_cache.c 		TAILQ_REMOVE(&nclruhead, ncp, nc_lru);
nclruhead         227 kern/vfs_cache.c 		TAILQ_INSERT_TAIL(&nclruhead, ncp, nc_lru);
nclruhead         238 kern/vfs_cache.c 	TAILQ_REMOVE(&nclruhead, ncp, nc_lru);
nclruhead         351 kern/vfs_cache.c 	} else if ((ncp = TAILQ_FIRST(&nclruhead)) != NULL) {
nclruhead         352 kern/vfs_cache.c 		TAILQ_REMOVE(&nclruhead, ncp, nc_lru);
nclruhead         372 kern/vfs_cache.c 	TAILQ_INSERT_TAIL(&nclruhead, ncp, nc_lru);
nclruhead         400 kern/vfs_cache.c 	TAILQ_INIT(&nclruhead);
nclruhead         438 kern/vfs_cache.c 	for (ncp = TAILQ_FIRST(&nclruhead); ncp != TAILQ_END(&nclruhead);
nclruhead         446 kern/vfs_cache.c 		TAILQ_REMOVE(&nclruhead, ncp, nc_lru);