Searched refs:v_dbatchcpu (Results 1 – 2 of 2) sorted by relevance
624 offsetof(struct vnode, v_dbatchcpu), in vnode_dtor()628 off2 = offsetof(struct vnode, v_dbatchcpu); in vnode_dtor()630 end2 = off2 + sizeof(((struct vnode *)NULL)->v_dbatchcpu); in vnode_dtor()691 vp->v_dbatchcpu = NOCPU; in vnode_init()3901 MPASS(vp->v_dbatchcpu != NOCPU); in vdbatch_process()3902 vp->v_dbatchcpu = NOCPU; in vdbatch_process()3921 MPASS(vp->v_dbatchcpu != NOCPU); in vdbatch_process()3922 vp->v_dbatchcpu = NOCPU; in vdbatch_process()3937 if (vp->v_dbatchcpu != NOCPU) { in vdbatch_enqueue()3951 vp->v_dbatchcpu = curcpu; in vdbatch_enqueue()[all …]
200 short v_dbatchcpu; /* i LRU requeue deferral batch */ member