Home
last modified time | relevance | path

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

/xnu-8792.61.2/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.c472 bcopy( &(p->scheduler_heap), &(pipe_bp->scheduler_heap), sizeof(struct dn_heap_32)); in cp_pipe_to_32_user()
473 pipe_bp->scheduler_heap.p = CAST_DOWN_EXPLICIT(user32_addr_t, pipe_bp->scheduler_heap.p); in cp_pipe_to_32_user()
514 bcopy( &(p->scheduler_heap), &(pipe_bp->scheduler_heap), sizeof(struct dn_heap_64)); in cp_pipe_to_64_user()
515 pipe_bp->scheduler_heap.p = CAST_DOWN(user64_addr_t, pipe_bp->scheduler_heap.p); in cp_pipe_to_64_user()
898 struct dn_heap *sch = &(p->scheduler_heap); in ready_event_wfq()
1716 pipe->scheduler_heap.elements == 0) { in dummynet_io()
1734 if (pipe->scheduler_heap.elements == 0) { in dummynet_io()
1739 heap_insert(&(pipe->scheduler_heap), q->F, q); in dummynet_io()
1741 if (pipe->scheduler_heap.elements != 1) { in dummynet_io()
1851 heap_free( &(pipe->scheduler_heap)); in purge_pipe()
[all …]