Searched refs:v_dbatchcpu (Results 1 – 2 of 2) sorted by relevance
531 offsetof(struct vnode, v_dbatchcpu), in vnode_dtor()535 off2 = offsetof(struct vnode, v_dbatchcpu); in vnode_dtor()537 end2 = off2 + sizeof(((struct vnode *)NULL)->v_dbatchcpu); in vnode_dtor()598 vp->v_dbatchcpu = NOCPU; in vnode_init()3522 MPASS(vp->v_dbatchcpu != NOCPU); in vdbatch_process()3523 vp->v_dbatchcpu = NOCPU; in vdbatch_process()3541 if (vp->v_dbatchcpu != NOCPU) { in vdbatch_enqueue()3555 vp->v_dbatchcpu = curcpu; in vdbatch_enqueue()3580 cpu = vp->v_dbatchcpu; in vdbatch_dequeue()3589 vp->v_dbatchcpu = NOCPU; in vdbatch_dequeue()[all …]
179 short v_dbatchcpu; /* i LRU requeue deferral batch */ member