Home
last modified time | relevance | path

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

/xnu-11215.1.10/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.c937 p->V += (len << MY_M) / p->sum; /* update V */ in ready_event_wfq()
948 q->F += (len << MY_M) / (u_int64_t) fs->weight; in ready_event_wfq()
1719 q->F = q->S + (len << MY_M) / (u_int64_t) fs->weight; in dummynet_io()
1751 pipe->pipe_nr, (int)(q->F >> MY_M))); in dummynet_io()