Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_subr.c311 #define VDBATCH_SIZE 8 macro
315 struct vnode *tab[VDBATCH_SIZE];
3764 MPASS(vd->index == VDBATCH_SIZE); in vdbatch_process()
3779 for (i = 0; i < VDBATCH_SIZE; i++) { in vdbatch_process()
3791 for (i = 0; i < VDBATCH_SIZE; i++) { in vdbatch_process()
3818 MPASS(vd->index < VDBATCH_SIZE); in vdbatch_enqueue()
3828 if (vd->index == VDBATCH_SIZE) in vdbatch_enqueue()