Home
last modified time | relevance | path

Searched refs:HEAP_TOP (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_wf2q.c121 (force || DN_KEY_LT(HEAP_TOP(h)->key, si->V))) { in idle_check()
122 struct dn_queue *q = HEAP_TOP(h)->object; in idle_check()
231 si->V = MAX64(si->V, HEAP_TOP(neh)->key); in wf2qp_dequeue()
234 DN_KEY_LEQ(HEAP_TOP(neh)->key, si->V)) { in wf2qp_dequeue()
235 q = HEAP_TOP(neh)->object; in wf2qp_dequeue()
243 q = HEAP_TOP(sch)->object; in wf2qp_dequeue()
H A Ddn_heap.h101 #define HEAP_TOP(h) ((h)->p) macro
H A Dip_dn_io.c716 DN_KEY_LT(dn_cfg.curr_time, HEAP_TOP(&dn_cfg.evheap)->key)) in dummynet_task()
718 p = HEAP_TOP(&dn_cfg.evheap)->object; in dummynet_task()