Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dip_dummynet.h105 #define MY_M 16 /* number of left shift to obtain a larger precision */ macro
H A Dip_dummynet.c931 p->V += (len << MY_M) / p->sum; /* update V */ in ready_event_wfq()
942 q->F += (len << MY_M) / (u_int64_t) fs->weight; in ready_event_wfq()
1713 q->F = q->S + (len << MY_M) / (u_int64_t) fs->weight; in dummynet_io()
1745 pipe->pipe_nr, (int)(q->F >> MY_M))); in dummynet_io()