Home
last modified time | relevance | path

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

/dragonfly/sys/net/dummynet/
H A Dip_dummynet.h62 #define MY_M 16 macro
H A Dip_dummynet.c555 p->V += (len << MY_M) / p->sum; /* Update V */ in ready_event_wfq()
567 q->F += (len << MY_M) / (uint64_t)fs->weight; in ready_event_wfq()
1136 q->F = q->S + (len << MY_M) / (uint64_t)fs->weight; in dummynet_io()
1167 pipe->pipe_nr, (int)(q->F >> MY_M)); in dummynet_io()
/dragonfly/sys/net/dummynet3/
H A Dip_dummynet3.h77 #define MY_M 16 macro
H A Dip_dummynet3.c574 p->V += (len << MY_M) / p->sum; /* Update V */ in ready_event_wfq()
586 q->F += (len << MY_M) / (uint64_t)fs->weight; in ready_event_wfq()
1155 q->F = q->S + (len << MY_M) / (uint64_t)fs->weight; in dummynet_io()
1186 pipe->pipe_nr, (int)(q->F >> MY_M)); in dummynet_io()
/dragonfly/sbin/ipfw3/
H A Dipfw3dummynet.c543 printf(" V %20ju\n", (uintmax_t)p->V >> MY_M); in show_pipes()
/dragonfly/sbin/ipfw/
H A Dipfw2.c1468 printf(" V %20ju\n", (uintmax_t)p->V >> MY_M); in list_pipes()