Lines Matching refs:V
281 p->V = user_pipe_32.V; in cp_pipe_from_user_32()
329 p->V = user_pipe_64.V; in cp_pipe_from_user_64()
484 pipe_bp->V = p->V; in cp_pipe_to_32_user()
526 pipe_bp->V = p->V; in cp_pipe_to_64_user()
937 p->V += (len << MY_M) / p->sum; /* update V */ in ready_event_wfq()
949 if (DN_KEY_LEQ(q->S, p->V)) { in ready_event_wfq()
963 p->V = MAX64( p->V, neh->p[0].key ); in ready_event_wfq()
966 while (neh->elements > 0 && DN_KEY_LEQ(neh->p[0].key, p->V)) { in ready_event_wfq()
991 p->V = 0; in ready_event_wfq()
1088 DN_KEY_LT(pe->idle_heap.p[0].key, pe->V)) { in dummynet()
1713 q->S = pipe->V; in dummynet_io()
1717 q->S = MAX64(q->F, pipe->V ); in dummynet_io()
1723 pipe->V = MAX64( q->S, pipe->V ); in dummynet_io()
1739 if (DN_KEY_GT(q->S, pipe->V)) { /* not eligible */ in dummynet_io()