Lines Matching refs:heap_insert
191 static int heap_insert(struct dn_heap *, dn_key, void *);
279 heap_insert(struct dn_heap *h, dn_key key1, void *p) in heap_insert() function
353 heap_insert(h, father, NULL); /* This one cannot fail */ in heap_extract()
367 heap_insert(h, i , NULL); in heapify()
422 heap_insert(&extract_heap, pkt->output_time, pipe); in transmit_event()
508 heap_insert(&ready_heap, curr_time + t, q); in ready_event()
560 heap_insert(&p->idle_heap, q->F, q); in ready_event_wfq()
569 heap_insert(neh, q->S, q); in ready_event_wfq()
571 heap_insert(sch, q->F, q); in ready_event_wfq()
591 heap_insert(sch, q->F, q); in ready_event_wfq()
630 heap_insert(&wfq_ready_heap, curr_time + t, p); in ready_event_wfq()
1117 heap_insert(&ready_heap, curr_time + t, q); in dummynet_io()
1160 heap_insert(&pipe->not_eligible_heap, q->S, q); in dummynet_io()
1162 heap_insert(&pipe->scheduler_heap, q->F, q); in dummynet_io()