Symbol: dn_heap
sys/net/dummynet/ip_dummynet.c
132
static struct dn_heap ready_heap;
sys/net/dummynet/ip_dummynet.c
133
static struct dn_heap extract_heap;
sys/net/dummynet/ip_dummynet.c
134
static struct dn_heap wfq_ready_heap;
sys/net/dummynet/ip_dummynet.c
1590
fs_remove_from_heap(struct dn_heap *h, struct dn_flow_set *fs)
sys/net/dummynet/ip_dummynet.c
1611
pipe_remove_from_heap(struct dn_heap *h, struct dn_pipe *p)
sys/net/dummynet/ip_dummynet.c
190
static int heap_init(struct dn_heap *, int);
sys/net/dummynet/ip_dummynet.c
191
static int heap_insert(struct dn_heap *, dn_key, void *);
sys/net/dummynet/ip_dummynet.c
192
static void heap_extract(struct dn_heap *, void *);
sys/net/dummynet/ip_dummynet.c
236
heap_init(struct dn_heap *h, int new_size)
sys/net/dummynet/ip_dummynet.c
279
heap_insert(struct dn_heap *h, dn_key key1, void *p)
sys/net/dummynet/ip_dummynet.c
316
heap_extract(struct dn_heap *h, void *obj)
sys/net/dummynet/ip_dummynet.c
362
heapify(struct dn_heap *h)
sys/net/dummynet/ip_dummynet.c
374
heap_free(struct dn_heap *h)
sys/net/dummynet/ip_dummynet.c
534
struct dn_heap *sch = &p->scheduler_heap;
sys/net/dummynet/ip_dummynet.c
535
struct dn_heap *neh = &p->not_eligible_heap;
sys/net/dummynet/ip_dummynet.c
662
struct dn_heap *h;
sys/net/dummynet/ip_dummynet.c
663
struct dn_heap *heaps[3];
sys/net/dummynet/ip_dummynet.h
325
struct dn_heap scheduler_heap; /* top extract - key Finish time*/
sys/net/dummynet/ip_dummynet.h
326
struct dn_heap not_eligible_heap; /* top extract- key Start time */
sys/net/dummynet/ip_dummynet.h
327
struct dn_heap idle_heap; /* random extract - key Start=Finish time */
sys/net/dummynet3/ip_dummynet3.c
1581
fs_remove_from_heap(struct dn_heap *h, struct dn_flow_set *fs)
sys/net/dummynet3/ip_dummynet3.c
1602
pipe_remove_from_heap(struct dn_heap *h, struct dn_pipe *p)
sys/net/dummynet3/ip_dummynet3.c
162
static struct dn_heap ready_heap;
sys/net/dummynet3/ip_dummynet3.c
163
static struct dn_heap extract_heap;
sys/net/dummynet3/ip_dummynet3.c
164
static struct dn_heap wfq_ready_heap;
sys/net/dummynet3/ip_dummynet3.c
209
static int heap_init(struct dn_heap *, int);
sys/net/dummynet3/ip_dummynet3.c
210
static int heap_insert(struct dn_heap *, dn_key, void *);
sys/net/dummynet3/ip_dummynet3.c
211
static void heap_extract(struct dn_heap *, void *);
sys/net/dummynet3/ip_dummynet3.c
255
heap_init(struct dn_heap *h, int new_size)
sys/net/dummynet3/ip_dummynet3.c
298
heap_insert(struct dn_heap *h, dn_key key1, void *p)
sys/net/dummynet3/ip_dummynet3.c
335
heap_extract(struct dn_heap *h, void *obj)
sys/net/dummynet3/ip_dummynet3.c
381
heapify(struct dn_heap *h)
sys/net/dummynet3/ip_dummynet3.c
393
heap_free(struct dn_heap *h)
sys/net/dummynet3/ip_dummynet3.c
553
struct dn_heap *sch = &p->scheduler_heap;
sys/net/dummynet3/ip_dummynet3.c
554
struct dn_heap *neh = &p->not_eligible_heap;
sys/net/dummynet3/ip_dummynet3.c
681
struct dn_heap *h;
sys/net/dummynet3/ip_dummynet3.c
682
struct dn_heap *heaps[3];
sys/net/dummynet3/ip_dummynet3.h
340
struct dn_heap scheduler_heap; /* top extract - key Finish time*/
sys/net/dummynet3/ip_dummynet3.h
341
struct dn_heap not_eligible_heap; /* top extract- key Start time */
sys/net/dummynet3/ip_dummynet3.h
342
struct dn_heap idle_heap; /* random extract - key Start=Finish time */