Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c120 (force || DN_KEY_LT(HEAP_TOP(h)->key, si->V))) { in idle_check()
121 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.h99 #define HEAP_TOP(h) ((h)->p) macro
H A Dip_dn_io.c739 DN_KEY_LT(V_dn_cfg.curr_time, HEAP_TOP(&V_dn_cfg.evheap)->key)) in dummynet_task()
741 p = HEAP_TOP(&V_dn_cfg.evheap)->object; in dummynet_task()