Searched refs:v_dbatchcpu (Results 1 – 2 of 2) sorted by relevance
590 offsetof(struct vnode, v_dbatchcpu), in vnode_dtor()594 off2 = offsetof(struct vnode, v_dbatchcpu); in vnode_dtor()596 end2 = off2 + sizeof(((struct vnode *)NULL)->v_dbatchcpu); in vnode_dtor()657 vp->v_dbatchcpu = NOCPU; in vnode_init()3792 MPASS(vp->v_dbatchcpu != NOCPU); in vdbatch_process()3793 vp->v_dbatchcpu = NOCPU; in vdbatch_process()3812 MPASS(vp->v_dbatchcpu != NOCPU); in vdbatch_process()3813 vp->v_dbatchcpu = NOCPU; in vdbatch_process()3828 if (vp->v_dbatchcpu != NOCPU) { in vdbatch_enqueue()3842 vp->v_dbatchcpu = curcpu; in vdbatch_enqueue()[all …]
196 short v_dbatchcpu; /* i LRU requeue deferral batch */ member