Searched refs:w_q (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.h355 int w_q ; /* queue weight (scaled) */ member in struct:dn_flow_set
363 u_int * w_q_lookup ; /* lookup table for computing (1-w_q)^t */
366 int lookup_weight ; /* equal to (1-w_q)^t / (1-w_q)^(t+1) */
509 int w_q ; /* queue weight (scaled) */ member in struct:dn_flow_set_32
517 user32_addr_t w_q_lookup ; /* lookup table for computing (1-w_q)^t */
520 int lookup_weight ; /* equal to (1-w_q)^t / (1-w_q)^(t+1) */
634 int w_q ; /* queue weight (scaled) */ member in struct:dn_flow_set_64
642 user64_addr_t w_q_lookup ; /* lookup table for computing (1-w_q)
[all...]
H A Dip_dummynet.c295 p->fs.w_q = user_pipe_32.fs.w_q;
341 p->fs.w_q = user_pipe_64.fs.w_q;
372 fs_bp->w_q = set->w_q ;
402 fs_bp->w_q = set->w_q ;
1388 * with an exponential weighted (w_q) moving average:
1389 * avg <- (1-w_q) * av
[all...]

Completed in 17 milliseconds