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

/freebsd-11-stable/sys/dev/beri/virtio/network/
H A Dif_vtbe.c148 int enqueued; local
168 enqueued = 0;
217 ++enqueued;
220 if (enqueued != 0) {
/freebsd-11-stable/sys/dev/dwc/
H A Dif_dwc.c246 int enqueued; local
259 enqueued = 0;
276 ++enqueued;
279 if (enqueued != 0) {
389 * Typical tx watchdog. If this fires it indicates that we enqueued
/freebsd-11-stable/sys/dev/ffec/
H A Dif_ffec.c566 * Typical tx watchdog. If this fires it indicates that we enqueued
651 int enqueued; local
663 enqueued = 0;
679 ++enqueued;
682 if (enqueued != 0) {
/freebsd-11-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) {
/freebsd-11-stable/sys/dev/ixgbe/
H A Dix_txrx.c214 int enqueued = 0, err = 0; local
242 enqueued++;

Completed in 370 milliseconds