Home
last modified time | relevance | path

Searched refs:scheduler_heap (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dip_dummynet.h388 struct dn_heap scheduler_heap; /* top extract - key Finish time*/ member
525 struct dn_heap_32 scheduler_heap; /* top extract - key Finish time*/ member
650 struct dn_heap_64 scheduler_heap; /* top extract - key Finish time*/ member
H A Dip_dummynet.c470 bcopy( &(p->scheduler_heap), &(pipe_bp->scheduler_heap), sizeof(struct dn_heap_32)); in cp_pipe_to_32_user()
471 pipe_bp->scheduler_heap.p = CAST_DOWN_EXPLICIT(user32_addr_t, pipe_bp->scheduler_heap.p); in cp_pipe_to_32_user()
512 bcopy( &(p->scheduler_heap), &(pipe_bp->scheduler_heap), sizeof(struct dn_heap_64)); in cp_pipe_to_64_user()
513 pipe_bp->scheduler_heap.p = CAST_DOWN(user64_addr_t, pipe_bp->scheduler_heap.p); in cp_pipe_to_64_user()
901 struct dn_heap *sch = &(p->scheduler_heap); in ready_event_wfq()
1719 pipe->scheduler_heap.elements == 0) { in dummynet_io()
1737 if (pipe->scheduler_heap.elements == 0) { in dummynet_io()
1742 heap_insert(&(pipe->scheduler_heap), q->F, q); in dummynet_io()
1744 if (pipe->scheduler_heap.elements != 1) { in dummynet_io()
1856 heap_free( &(pipe->scheduler_heap)); in purge_pipe()
[all …]