Searched refs:alg_fq (Results 1 – 1 of 1) sorted by relevance
129 alg_fq->S = alg_fq->F + 1; /* Mark timestamp as invalid. */ in idle_check()141 struct wf2qp_queue *alg_fq; in wf2qp_enqueue() local154 if (DN_KEY_LT(alg_fq->F, alg_fq->S)) { in wf2qp_enqueue()161 alg_fq->S = MAX64(alg_fq->F, si->V); /* compute new S */ in wf2qp_enqueue()163 alg_fq->F = alg_fq->S + len * alg_fq->inv_w; in wf2qp_enqueue()201 struct wf2qp_queue *alg_fq; in wf2qp_dequeue() local238 heap_insert(sch, alg_fq->F, q); in wf2qp_dequeue()244 alg_fq = (struct wf2qp_queue *)q; in wf2qp_dequeue()248 alg_fq->S = alg_fq->F; /* Update start time. */ in wf2qp_dequeue()254 alg_fq->F += len * alg_fq->inv_w; in wf2qp_dequeue()[all …]