Searched refs:v_dbatchcpu (Results 1 – 2 of 2) sorted by relevance
625 offsetof(struct vnode, v_dbatchcpu), in vnode_dtor()629 off2 = offsetof(struct vnode, v_dbatchcpu); in vnode_dtor()631 end2 = off2 + sizeof(((struct vnode *)NULL)->v_dbatchcpu); in vnode_dtor()692 vp->v_dbatchcpu = NOCPU; in vnode_init()3858 MPASS(vp->v_dbatchcpu != NOCPU); in vdbatch_process()3859 vp->v_dbatchcpu = NOCPU; in vdbatch_process()3878 MPASS(vp->v_dbatchcpu != NOCPU); in vdbatch_process()3879 vp->v_dbatchcpu = NOCPU; in vdbatch_process()3894 if (vp->v_dbatchcpu != NOCPU) { in vdbatch_enqueue()3908 vp->v_dbatchcpu = curcpu; in vdbatch_enqueue()[all …]
194 short v_dbatchcpu; /* i LRU requeue deferral batch */ member