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

/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_dn_io.c296 * avg <- (1-w_q) * avg + w_q * q_size
297 * where q_size is the queue length (measured in bytes or * packets).
299 * If q_size == 0, we compute the idle time for the link, and set
312 uint32_t q_size = (fs->fs.flags & DN_QSIZE_BYTES) ? local
316 if (q_size != 0) {
317 /* Queue is not empty, avg <- avg + (q_size - avg) * w_q */
318 int diff = SCALE(q_size) - q->avg;
/freebsd-10-stable/contrib/gcc/
H A Dhaifa-sched.c283 static int q_size = 0;
949 q_size += 1;
968 q_size--;
1680 q_size -= 1;
1718 q_size -= 1;
1862 q_size -= 1;
2323 q_size = 0;
2621 gcc_assert (!q_size && !ready.n_ready);
2634 if (q_size)
282 static int q_size = 0; variable

Completed in 144 milliseconds