Searched refs:v_dbatchcpu (Results 1 – 2 of 2) sorted by relevance
620 offsetof(struct vnode, v_dbatchcpu), in vnode_dtor()624 off2 = offsetof(struct vnode, v_dbatchcpu); in vnode_dtor()626 end2 = off2 + sizeof(((struct vnode *)NULL)->v_dbatchcpu); in vnode_dtor()687 vp->v_dbatchcpu = NOCPU; in vnode_init()3876 MPASS(vp->v_dbatchcpu != NOCPU); in vdbatch_process()3877 vp->v_dbatchcpu = NOCPU; in vdbatch_process()3896 MPASS(vp->v_dbatchcpu != NOCPU); in vdbatch_process()3897 vp->v_dbatchcpu = NOCPU; in vdbatch_process()3912 if (vp->v_dbatchcpu != NOCPU) { in vdbatch_enqueue()3926 vp->v_dbatchcpu = curcpu; in vdbatch_enqueue()[all …]
201 short v_dbatchcpu; /* i LRU requeue deferral batch */ member