Searched refs:stalls (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13-stable/sys/net/ |
| HD | mp_ring.c | 118 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()
|
| HD | mp_ring.h | 56 counter_u64_t stalls; member
|
| HD | iflib.c | 7213 "r_stalls", CTLFLAG_RD, &txq->ift_br->stalls, in iflib_add_device_sysctl_post()
|
| /freebsd-13-stable/sys/dev/cxgbe/ |
| HD | t4_mp_ring.c | 161 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()
|
| HD | t4_mp_ring.h | 56 counter_u64_t stalls; member
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonHazardRecognizer.h | 67 HazardType getHazardType(SUnit *SU, int stalls) override;
|
| HD | HexagonHazardRecognizer.cpp | 39 HexagonHazardRecognizer::getHazardType(SUnit *SU, int stalls) { in getHazardType() argument
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| HD | TargetSchedule.td | 153 // 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/ |
| HD | ARMScheduleM7.td | 469 // 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
|
| HD | ARMScheduleM85.td | 672 // as stalls stall everything.
|
| HD | ARMScheduleA9.td | 451 // "cross-domain" stalls.
|
| /freebsd-13-stable/sys/cam/ |
| HD | README.quirks | 129 large transfers cause stalls.
|
| /freebsd-13-stable/contrib/atf/ |
| HD | NEWS | 341 stalls. 652 program stalls due to the test case's misbehavior.
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86InstrShiftRotate.td | 539 // NOTE: We use WriteShift for these rotates as they avoid the stalls
|
| /freebsd-13-stable/contrib/subversion/ |
| HD | CHANGES | 1320 * ra_serf: fix stalls during checkout/update over http/https (r1621596)
|
| /freebsd-13-stable/sys/contrib/dev/acpica/ |
| HD | changes.txt | 15327 called for "long stalls". 15494 Correctly handle NMI watchdog during long stalls (Andrew Morton)
|