Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dip_dummynet.h389 struct dn_heap scheduler_heap; /* top extract - key Finish time*/ member
526 struct dn_heap_32 scheduler_heap; /* top extract - key Finish time*/ member
651 struct dn_heap_64 scheduler_heap; /* top extract - key Finish time*/ member
H A Dip_dummynet.c542 bcopy( &(p->scheduler_heap), &(pipe_bp->scheduler_heap), sizeof(struct dn_heap_32)); in cp_pipe_to_32_user()
543 …pipe_bp->scheduler_heap.p = CAST_DOWN_EXPLICIT(user32_addr_t, VM_KERNEL_ADDRHIDE(pipe_bp->schedule… in cp_pipe_to_32_user()
597 bcopy( &(p->scheduler_heap), &(pipe_bp->scheduler_heap), sizeof(struct dn_heap_64)); in cp_pipe_to_64_user()
598 …pipe_bp->scheduler_heap.p = CAST_DOWN(user64_addr_t, VM_KERNEL_ADDRHIDE(pipe_bp->scheduler_heap.p)… in cp_pipe_to_64_user()
1028 struct dn_heap *sch = &(p->scheduler_heap); in ready_event_wfq()
1846 pipe->scheduler_heap.elements == 0) { in dummynet_io()
1864 if (pipe->scheduler_heap.elements == 0) { in dummynet_io()
1869 heap_insert(&(pipe->scheduler_heap), q->F, q, sizeof(struct dn_flow_queue)); in dummynet_io()
1871 if (pipe->scheduler_heap.elements != 1) { in dummynet_io()
1990 heap_free( &(pipe->scheduler_heap)); in purge_pipe()
[all …]