Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dip_dummynet.h425 struct dn_heap_32 { struct
526 struct dn_heap_32 scheduler_heap; /* top extract - key Finish time*/
527 struct dn_heap_32 not_eligible_heap; /* top extract- key Start time */
528 struct dn_heap_32 idle_heap; /* random extract - key Start=Finish time */
H A Dip_dummynet.c542 bcopy( &(p->scheduler_heap), &(pipe_bp->scheduler_heap), sizeof(struct dn_heap_32)); in cp_pipe_to_32_user()
544 bcopy( &(p->not_eligible_heap), &(pipe_bp->not_eligible_heap), sizeof(struct dn_heap_32)); in cp_pipe_to_32_user()
546 bcopy( &(p->idle_heap), &(pipe_bp->idle_heap), sizeof(struct dn_heap_32)); in cp_pipe_to_32_user()