Lines Matching refs:F
444 qp->F = q->F; in cp_queue_to_32_user()
466 qp->F = q->F; in cp_queue_to_64_user()
938 q->S = q->F; /* update start time */ in ready_event_wfq()
941 heap_insert(&(p->idle_heap), q->F, q); in ready_event_wfq()
948 q->F += (len << MY_M) / (u_int64_t) fs->weight; in ready_event_wfq()
952 heap_insert(sch, q->F, q); in ready_event_wfq()
969 heap_insert(sch, q->F, q); in ready_event_wfq()
987 q->F = 0; in ready_event_wfq()
988 q->S = q->F + 1; in ready_event_wfq()
1092 q->S = q->F + 1; /* mark timestamp as invalid */ in dummynet()
1204 if (q->head != NULL || q->S != q->F + 1) { in expire_queues()
1250 q->S = q->F + 1; /* hack - mark timestamp as invalid */ in create_queue()
1339 if (pipe_expire && q->head == NULL && q->S == q->F + 1) { in find_queue()
1712 if (DN_KEY_GT(q->S, q->F)) { /* means timestamps are invalid */ in dummynet_io()
1717 q->S = MAX64(q->F, pipe->V ); in dummynet_io()
1719 q->F = q->S + (len << MY_M) / (u_int64_t) fs->weight; in dummynet_io()
1745 heap_insert(&(pipe->scheduler_heap), q->F, q); in dummynet_io()
1751 pipe->pipe_nr, (int)(q->F >> MY_M))); in dummynet_io()