Searched refs:stalls (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/dev/cxgbe/
H A Dt4_mp_ring.h53 counter_u64_t stalls; member in struct:mp_ring
H A Dt4_mp_ring.c133 counter_u64_add(r->stalls, 1);
136 counter_u64_add(r->stalls, 1);
205 r->stalls = counter_u64_alloc(flags);
209 r->stalls == NULL || r->restarts == NULL ||
233 if (r->stalls != NULL)
234 counter_u64_free(r->stalls);
353 counter_u64_zero(r->stalls);
H A Dt4_sge.c3572 CTLFLAG_RD, &txq->r->stalls,
3573 "# of consumer stalls in the mp_ring for this queue");
/freebsd-10.2-release/contrib/gcc/
H A Dhaifa-sched.c51 when stalls are introduced, the queue advances and dumps insns into
272 passes or stalls are introduced. */
1675 /* Add all pending insns that can be scheduled without stalls to the
1700 fprintf (sched_dump, "moving to ready without stalls\n");
1709 int stalls;
1711 for (stalls = 1; stalls <= max_insn_queue_index; stalls++)
1713 if ((link = insn_queue[NEXT_Q_AFTER (q_ptr, stalls)]))
1726 fprintf (sched_dump, "moving to ready with %d stalls\
1705 int stalls; local
1805 int stalls; local
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl43 # these MM instructions to avoid MM stalls, so that all these extra
510 // latter stalls for one clock cycle...

Completed in 120 milliseconds