Searched refs:VDBATCH_SIZE (Results 1 – 1 of 1) sorted by relevance
311 #define VDBATCH_SIZE 8 macro315 struct vnode *tab[VDBATCH_SIZE];3852 MPASS(vd->index == VDBATCH_SIZE); in vdbatch_process()3869 for (i = 0; i < VDBATCH_SIZE; i++) { in vdbatch_process()3887 for (i = 0; i < VDBATCH_SIZE; i++) { in vdbatch_process()3916 MPASS(vd->index < VDBATCH_SIZE); in vdbatch_enqueue()3926 if (vd->index == VDBATCH_SIZE) in vdbatch_enqueue()