Lines Matching refs:V
330 p->V = user_pipe_32.V; in cp_pipe_from_user_32()
380 p->V = user_pipe_64.V; in cp_pipe_from_user_64()
548 pipe_bp->V = p->V; in cp_pipe_to_32_user()
603 pipe_bp->V = p->V; in cp_pipe_to_64_user()
1061 p->V += (len << MY_M) / p->sum; /* update V */ in ready_event_wfq()
1073 if (DN_KEY_LEQ(q->S, p->V)) { in ready_event_wfq()
1087 p->V = MAX64( p->V, neh->p[0].key ); in ready_event_wfq()
1090 while (neh->elements > 0 && DN_KEY_LEQ(neh->p[0].key, p->V)) { in ready_event_wfq()
1115 p->V = 0; in ready_event_wfq()
1212 DN_KEY_LT(pe->idle_heap.p[0].key, pe->V)) { in dummynet()
1837 q->S = pipe->V; in dummynet_io()
1841 q->S = MAX64(q->F, pipe->V ); in dummynet_io()
1847 pipe->V = MAX64( q->S, pipe->V ); in dummynet_io()
1863 if (DN_KEY_GT(q->S, pipe->V)) { /* not eligible */ in dummynet_io()