Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.c934 p->V += (len << MY_M) / p->sum; /* update V */ in ready_event_wfq()
945 q->F += (len << MY_M) / (u_int64_t) fs->weight; in ready_event_wfq()
1716 q->F = q->S + (len << MY_M) / (u_int64_t) fs->weight; in dummynet_io()
1748 pipe->pipe_nr, (int)(q->F >> MY_M))); in dummynet_io()