Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dip_dummynet.h548 struct dn_heap_64 { struct
650 struct dn_heap_64 scheduler_heap; /* top extract - key Finish time*/
651 struct dn_heap_64 not_eligible_heap; /* top extract- key Start time */
652 struct dn_heap_64 idle_heap; /* random extract - key Start=Finish time */
H A Dip_dummynet.c520 bcopy( &(p->scheduler_heap), &(pipe_bp->scheduler_heap), sizeof(struct dn_heap_64)); in cp_pipe_to_64_user()
522 bcopy( &(p->not_eligible_heap), &(pipe_bp->not_eligible_heap), sizeof(struct dn_heap_64)); in cp_pipe_to_64_user()
524 bcopy( &(p->idle_heap), &(pipe_bp->idle_heap), sizeof(struct dn_heap_64)); in cp_pipe_to_64_user()