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

/freebsd-10.3-release/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c113 (force || DN_KEY_LT(HEAP_TOP(h)->key, si->V))) {
114 struct dn_queue *q = HEAP_TOP(h)->object;
223 si->V = MAX64(si->V, HEAP_TOP(neh)->key);
226 DN_KEY_LEQ(HEAP_TOP(neh)->key, si->V)) {
227 q = HEAP_TOP(neh)->object;
235 q = HEAP_TOP(sch)->object;
H A Ddn_heap.h85 * HEAP_TOP() returns a pointer to the top element of the heap,
99 #define HEAP_TOP(h) ((h)->p) macro
H A Dip_dn_io.c605 DN_KEY_LT(dn_cfg.curr_time, HEAP_TOP(&dn_cfg.evheap)->key))
607 p = HEAP_TOP(&dn_cfg.evheap)->object;

Completed in 52 milliseconds