Searched refs:vnodelst_t (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/sys/
H A Dvnode_impl.h50 typedef struct vnodelst vnodelst_t; typedef in typeref:struct:vnodelst
/netbsd-current/sys/kern/
H A Dvfs_vnode.c207 static vnodelst_t lru_list[LRU_COUNT] __cacheline_aligned;
219 static void lru_requeue(vnode_t *, vnodelst_t *);
220 static vnodelst_t * lru_which(vnode_t *);
494 static vnodelst_t *
512 lru_requeue(vnode_t *vp, vnodelst_t *listhd)
582 vnodelst_t *listhd;

Completed in 178 milliseconds