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

/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_request_manager.c66 uint32_t q_size; local
76 q_size = (uint32_t)conf->instr_type * num_descs;
100 iq->base_addr = lio_dma_alloc(q_size, (vm_paddr_t *)&iq->base_addr_dma);
197 uint64_t desc_size = 0, q_size; local
257 q_size = iq->max_count * desc_size;
258 lio_dma_free((uint32_t)q_size, iq->base_addr);
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dn_io.c326 * avg <- (1-w_q) * avg + w_q * q_size
327 * where q_size is the queue length (measured in bytes or * packets).
329 * If q_size == 0, we compute the idle time for the link, and set
342 uint32_t q_size = (fs->fs.flags & DN_QSIZE_BYTES) ? local
346 if (q_size != 0) {
347 /* Queue is not empty, avg <- avg + (q_size - avg) * w_q */
348 int diff = SCALE(q_size) - q->avg;
/freebsd-11-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 74 milliseconds