Home
last modified time | relevance | path

Searched refs:stalls (Results 1 – 16 of 16) sorted by relevance

/freebsd-13-stable/sys/net/
HDmp_ring.c118 counter_u64_add(r->stalls, 1); in drain_ring_locked()
121 counter_u64_add(r->stalls, 1); in drain_ring_locked()
197 counter_u64_add(r->stalls, 1); in drain_ring_lockless()
200 counter_u64_add(r->stalls, 1); in drain_ring_lockless()
272 r->stalls = counter_u64_alloc(flags); in ifmp_ring_alloc()
276 r->stalls == NULL || r->restarts == NULL || in ifmp_ring_alloc()
302 if (r->stalls != NULL) in ifmp_ring_free()
303 counter_u64_free(r->stalls); in ifmp_ring_free()
518 counter_u64_zero(r->stalls); in ifmp_ring_reset_stats()
HDmp_ring.h56 counter_u64_t stalls; member
HDiflib.c7213 "r_stalls", CTLFLAG_RD, &txq->ift_br->stalls, in iflib_add_device_sysctl_post()
/freebsd-13-stable/sys/dev/cxgbe/
HDt4_mp_ring.c161 counter_u64_add(r->stalls, 1); in drain_ring()
293 if ((r->stalls = counter_u64_alloc(flags)) == NULL) in mp_ring_alloc()
327 if (r->stalls != NULL) in mp_ring_free()
328 counter_u64_free(r->stalls); in mp_ring_free()
513 counter_u64_zero(r->stalls); in mp_ring_reset_stats()
566 CTLFLAG_RD, &r->stalls, "# of consumer stalls"); in mp_ring_sysctls()
HDt4_mp_ring.h56 counter_u64_t stalls; member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonHazardRecognizer.h67 HazardType getHazardType(SUnit *SU, int stalls) override;
HDHexagonHazardRecognizer.cpp39 HexagonHazardRecognizer::getHazardType(SUnit *SU, int stalls) { in getHazardType() argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSchedule.td153 // producer/consumer stalls between instructions that use the
254 /// (assuming no stalls inbetween).
258 /// (assuming no stalls inbetween).
336 // stalls.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMScheduleM7.td469 // Double-precision chained MAC stalls the pipeline behind it for 3 cycles,
488 // Double-precision fused MAC stalls the pipeline behind it for 2 cycles, making
HDARMScheduleM85.td672 // as stalls stall everything.
HDARMScheduleA9.td451 // "cross-domain" stalls.
/freebsd-13-stable/sys/cam/
HDREADME.quirks129 large transfers cause stalls.
/freebsd-13-stable/contrib/atf/
HDNEWS341 stalls.
652 program stalls due to the test case's misbehavior.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrShiftRotate.td539 // NOTE: We use WriteShift for these rotates as they avoid the stalls
/freebsd-13-stable/contrib/subversion/
HDCHANGES1320 * ra_serf: fix stalls during checkout/update over http/https (r1621596)
/freebsd-13-stable/sys/contrib/dev/acpica/
HDchanges.txt15327 called for "long stalls".
15494 Correctly handle NMI watchdog during long stalls (Andrew Morton)