Lines Matching refs:S
437 qp->S = q->S; in cp_queue_to_32_user()
459 qp->S = q->S; in cp_queue_to_64_user()
932 q->S = q->F; /* update start time */ in ready_event_wfq()
943 if (DN_KEY_LEQ(q->S, p->V)) { in ready_event_wfq()
944 heap_insert(neh, q->S, q); in ready_event_wfq()
982 q->S = q->F + 1; in ready_event_wfq()
1086 q->S = q->F + 1; /* mark timestamp as invalid */ in dummynet()
1198 if (q->head != NULL || q->S != q->F + 1) { in expire_queues()
1244 q->S = q->F + 1; /* hack - mark timestamp as invalid */ in create_queue()
1333 if (pipe_expire && q->head == NULL && q->S == q->F + 1) { in find_queue()
1706 if (DN_KEY_GT(q->S, q->F)) { /* means timestamps are invalid */ in dummynet_io()
1707 q->S = pipe->V; in dummynet_io()
1711 q->S = MAX64(q->F, pipe->V ); in dummynet_io()
1713 q->F = q->S + (len << MY_M) / (u_int64_t) fs->weight; in dummynet_io()
1717 pipe->V = MAX64( q->S, pipe->V ); in dummynet_io()
1733 if (DN_KEY_GT(q->S, pipe->V)) { /* not eligible */ in dummynet_io()
1737 heap_insert(&(pipe->not_eligible_heap), q->S, q); in dummynet_io()