Searched refs:queued (Results 1 - 25 of 39) sorted by relevance

12

/haiku/src/kits/shared/
H A DRWLockManager.cpp185 waiter.queued = true;
201 if (!waiter.queued)
204 // we're still queued, which means an error (timeout, interrupt)
227 waiter->queued = false;
249 waiter->queued = false;
/haiku/src/system/kernel/debug/
H A Ddebug_variables.cpp54 bool queued; member in struct:TemporaryVariable
87 // dequeue if queued
88 if (variable->queued) {
90 variable->queued = false;
116 variable->queued = true;
125 variable->queued = false;
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_rwlock.cpp32 queued(false)
40 bool queued; member in struct:Waiter
199 waiter.queued = true;
209 if (!waiter.queued)
212 // we're still queued, which means an error (timeout, interrupt)
236 waiter->queued = false;
257 waiter->queued = false;
/haiku/headers/private/shared/
H A DRWLockManager.h29 queued(false)
36 bool queued; member in struct:BPrivate::RWLockable::Waiter
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwivar.h69 int queued; member in struct:iwi_cmd_ring
90 int queued; member in struct:iwi_tx_ring
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/pci/
H A Drtwn_pci_rx.c285 ring->queued--;
286 KASSERT(ring->queued >= 0,
287 ("ring->queued (qid %d) underflow!\n", qid));
294 if (ring->queued > 0)
302 ring->queued < (RTWN_PCI_TX_LIST_COUNT - 1)) {
313 if (sc->sc_ratectl != RTWN_RATECTL_NET80211 && ring->queued <= 1) {
H A Drtwn_pci_var.h63 int queued; member in struct:rtwn_tx_ring
H A Drtwn_pci_tx.c184 ring->queued++;
185 if (ring->queued >= (RTWN_PCI_TX_LIST_COUNT - 1))
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c118 q->queued = 0;
253 ir->queued --;
392 ir->queued = 0;
416 ir->stproc->poffset + ir->queued);
432 ir->queued ++;
433 if (ir->queued >= ir->bnpacket) {
572 it->queued = 0;
596 it->stproc->poffset + it->queued);
614 it->queued ++;
615 if (it->queued >
[all...]
/haiku/src/system/kernel/
H A Dsem.cpp78 queued(false)
84 bool queued; member in struct:queued_thread
333 entry->queued = false;
605 if (!entry->queued)
609 entry->queued = false;
630 // The thread is no longer waiting, but still queued, which means
636 entry->queued = false;
813 queueEntry.queued = true;
831 // If we're still queued, this means the acquiration failed, and we
833 if (queueEntry.queued)
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2661var.h68 int queued; member in struct:rt2661_tx_ring
H A Drt2560var.h72 int queued; member in struct:rt2560_tx_ring
H A Drt2860var.h83 int queued; member in struct:rt2860_tx_ring
H A Drt2560.c460 ring->queued = 0;
549 ring->queued = 0;
990 sc->txq.queued--;
997 if (sc->prioq.queued == 0 && sc->txq.queued == 0)
1000 if (sc->txq.queued < RT2560_TX_RING_COUNT - 1)
1061 sc->prioq.queued--;
1075 if (sc->prioq.queued == 0 && sc->txq.queued == 0)
1078 if (sc->prioq.queued < RT2560_PRIO_RING_COUN
[all...]
H A Drt2661.c471 ring->queued = 0;
558 ring->queued = 0;
914 txq->queued--;
1351 sc->mgtq.queued++;
1407 txq->queued++;
1549 txq->queued++;
1593 if (sc->txq[ac].queued >= RT2661_TX_RING_COUNT - 1) {
1624 if (sc->mgtq.queued >= RT2661_MGT_RING_COUNT) {
H A Drt2860.c570 ring->queued = 0;
1150 ring->queued--;
1155 if (ring->queued < RT2860_TX_RING_COUNT)
1605 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) {
1633 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) {
1686 ring->queued += ntxds;
1687 if (ring->queued >= RT2860_TX_RING_COUNT)
1850 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) {
1878 if (ring->queued + ntxds >= RT2860_TX_RING_COUNT) {
1931 ring->queued
[all...]
/haiku/headers/private/drivers/
H A Data_types.h121 } queued; member in union:ata_task_file
218 // packet and dma queued result
/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/
H A Dif_nfevar.h34 int queued; member in struct:nfe_tx_ring
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp203 if(!(xferq->queued < xferq->maxq)){
204 device_printf(fc->bdev, "Discard a packet (queued=%d)\n",
205 xferq->queued);
273 xfer->q->queued ++;
582 xferq->queued --;
814 fc->arq->queued = 0;
815 fc->ars->queued = 0;
816 fc->atq->queued = 0;
817 fc->ats->queued = 0;
835 fc->it[i]->queued
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h79 int16_t queued; member in struct:wpi_tx_ring
/haiku/headers/private/firewire/
H A Dfirewirereg.h265 u_int queued; member in struct:fw_xferq
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnvar.h118 int queued; member in struct:iwn_tx_ring
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmvar.h279 int queued; member in struct:iwm_tx_ring
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_controller.cpp1041 uint32 queued = 0; local
1048 // queued commands and wait until
1057 queued++;
1061 status_t status = acquire_sem_etc(codec->response_sem, queued,
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom440x/dev/bfe/
H A Dif_bfe.c1615 int queued; local
1629 for (queued = 0; !IFQ_DRV_IS_EMPTY(&ifp->if_snd) &&
1647 queued++;
1656 if (queued) {

Completed in 132 milliseconds

12