Searched refs:enqueued (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/altera/softdma/
H A Dsoftdma.c733 uint32_t enqueued; local
743 enqueued = 0;
775 enqueued += 1;
778 if (enqueued == 0)
/freebsd-12-stable/sys/dev/beri/virtio/network/
H A Dif_vtbe.c148 int enqueued; local
168 enqueued = 0;
217 ++enqueued;
220 if (enqueued != 0) {
/freebsd-12-stable/sys/dev/xdma/controller/
H A Dpl330.c92 uint32_t enqueued; member in struct:pl330_channel
182 for (i = 0; i < chan->enqueued; i++) {
566 chan->enqueued = sg_n;
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/HC/
H A Dhc.c137 volatile bool enqueued[HC_CMD_POOL_SIZE]; /* HC is active - frame is enqueued member in struct:t_FmHc
216 ASSERT_COND(!p_FmHc->enqueued[seqNum]);
217 p_FmHc->enqueued[seqNum] = TRUE;
227 while (p_FmHc->enqueued[seqNum] && --timeout)
368 if (!(p_FmHc->enqueued[p_HcFrame->commandSequence]))
371 p_FmHc->enqueued[p_HcFrame->commandSequence] = FALSE;
/freebsd-12-stable/sys/dev/dwc/
H A Dif_dwc.c307 int enqueued; local
319 enqueued = 0;
336 ++enqueued;
339 if (enqueued != 0) {
449 * Typical tx watchdog. If this fires it indicates that we enqueued
/freebsd-12-stable/sys/dev/ffec/
H A Dif_ffec.c568 * Typical tx watchdog. If this fires it indicates that we enqueued
653 int enqueued; local
665 enqueued = 0;
681 ++enqueued;
684 if (enqueued != 0) {
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp1127 kmp_int32 enqueued; local
1142 if ( t > 0 ) condition in the enqueued case below, which is not
1147 enqueued = KMP_COMPARE_AND_STORE_ACQ64((volatile kmp_int64 *)tail_id_p,
1151 if (enqueued)
1165 enqueued = FALSE;
1169 enqueued = KMP_COMPARE_AND_STORE_ACQ32(tail_id_p, tail, gtid + 1);
1172 if (enqueued)
1215 enqueued = FALSE;
1228 if (enqueued) {

Completed in 142 milliseconds