Home
last modified time | relevance | path

Searched refs:coalescing (Results 1 – 18 of 18) sorted by relevance

/freebsd-12-stable/sys/dev/cxgbe/
Dt4_mp_ring.c124 bool coalescing; in drain_ring() local
141 n = r->drain(r, cidx, pidx, &coalescing); in drain_ring()
184 ns.flags = coalescing ? COALESCING : IDLE; in drain_ring()
235 bool coalescing; in drain_txpkts() local
241 r->drain(r, cidx, pidx, &coalescing); in drain_txpkts()
242 MPASS(coalescing == false); in drain_txpkts()
Dt4_sge.c3048 eth_tx(struct mp_ring *r, u_int cidx, u_int pidx, bool *coalescing) in eth_tx() argument
3078 *coalescing = false; in eth_tx()
3247 *coalescing = txp->npkt > 0; in eth_tx()
/freebsd-12-stable/sys/dev/cxgb/
Dcxgb_sge.c279 TXQ_RING_EMPTY(qs) && (qs->coalescing == 0)) in check_pkt_coalesce()
1621 if (qs->coalescing != 0 && in cxgb_tx_watchdog()
1624 qs->coalescing = 0; in cxgb_tx_watchdog()
1625 else if (qs->coalescing == 0 && in cxgb_tx_watchdog()
1627 qs->coalescing = 1; in cxgb_tx_watchdog()
1645 if (qs->coalescing == 0 && (txq->in_use >= (txq->size>>3))) in cxgb_tx_timeout()
1646 qs->coalescing = 1; in cxgb_tx_timeout()
Dcxgb_adapter.h288 int coalescing; member
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachinePassRegistry.def178 DUMMY_MACHINE_FUNCTION_PASS("simple-register-coalescing", RegisterCoalescerPass, ())
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DTargetOpcodes.def97 /// register coalescing / allocation aid and must be eliminated before code
104 /// After register coalescing references of v1024 should be replace with
/freebsd-12-stable/contrib/llvm-project/lld/docs/
Ddesign.rst17 functions for locality, and C++ coalescing require the linker to work at a finer
168 The linker support coalescing by-name and by-content. By-name is used for
/freebsd-12-stable/sys/dev/aic7xxx/
Daic79xx.reg282 mask ENINT_COALESCE 0x40 /* Perform interrupt coalescing */
3728 * The maximum amount of time to wait, when interrupt coalescing
3747 * to continue coalescing (2's complement of value).
Daic79xx.seq268 * If coalescing, only coalesce up to the limit
/freebsd-12-stable/contrib/jemalloc/
DChangeLog102 - Fix an extent coalesce + decay race by taking both coalescing extents off
/freebsd-12-stable/contrib/binutils/binutils/
DChangeLog-9197711 * ieee.c (ieee_finish_compilation_unit): Permit coalescing ranges
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrVSX.td180 // operations rather than coalescing them into a single register - even though
/freebsd-12-stable/contrib/tzdata/
DNEWS993 The zic man page now documents zic's coalescing of transitions
/freebsd-12-stable/contrib/gcc/
DChangeLog.tree-ssa11355 * tree-ssa.c (rewrite_out_of_ssa): When coalescing, don't include single
11609 (register_alias_set): Rework to avoid incorrect coalescing of
DFSFChangeLog.104735 space when coalescing white space around a backslash-newline.
DChangeLog-20058227 mark "::operator new" and "::operator delete" for coalescing
DChangeLog-200431053 coalescing of result_decls.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td4775 // and related passes (coalescing, copy propagation, et. al.) to