Lines Matching refs:heap_insert
148 static int heap_insert(struct dn_heap *h, dn_key key1, void *p);
589 heap_insert(struct dn_heap *h, dn_key key1, void *p) in heap_insert() function
665 heap_insert(h, father, NULL); /* this one cannot fail */ in heap_extract()
679 heap_insert(h, i, NULL); in heapify()
774 heap_insert(&extract_heap, schedule_time, pipe); in transmit_event()
869 heap_insert(&ready_heap, curr_time + t, (void *)q ); in ready_event()
935 heap_insert(&(p->idle_heap), q->F, q); in ready_event_wfq()
944 heap_insert(neh, q->S, q); in ready_event_wfq()
946 heap_insert(sch, q->F, q); in ready_event_wfq()
963 heap_insert(sch, q->F, q); in ready_event_wfq()
1001 heap_insert(&wfq_ready_heap, curr_time + t, (void *)p); in ready_event_wfq()
1694 heap_insert(&ready_heap, curr_time + t, q ); in dummynet_io()
1737 heap_insert(&(pipe->not_eligible_heap), q->S, q); in dummynet_io()
1739 heap_insert(&(pipe->scheduler_heap), q->F, q); in dummynet_io()