Searched refs:queued (Results 76 - 100 of 109) sorted by relevance

12345

/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddebugfs.c382 seq_printf(s, "AC%d%d: queued=%d\n", wmm_idx, acs, qlen);
408 "%s: queued=%d head=%d tail=%d\n",
409 queue_map[i].queue, q->queued, q->head,
/linux-master/drivers/usb/serial/
H A Dio_ti.c1794 int queued; local
1796 queued = tty_insert_flip_string(&port->port, data, length);
1797 if (queued < length)
1799 __func__, length - queued);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dtestmode.c53 q->queued < q->ndesc / 2) {
H A Dmt76x02_mmio.c364 if (!q->queued || prev_dma_idx != dma_idx) {
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c210 [VB2_BUF_STATE_QUEUED] = "queued",
851 * queued without ever calling STREAMON.
954 * from already queued buffers and it will reset q->memory to
1080 * from already queued buffers and it will reset q->memory to
1656 * at least q->min_queued_buffers queued up (i.e. the minimum
1668 * If any buffers were queued before streamon,
1817 * Add to the queued buffers list, a buffer will stay on it until
1844 * start_streaming() since not enough buffers were queued, and
1845 * we now have reached the minimum number of queued buffers,
1855 * the error indicates that the buffer wasn't queued
2666 unsigned int queued:1; member in struct:vb2_fileio_buf
[all...]
/linux-master/include/linux/spi/
H A Dspi.h437 * @queued: whether this controller is providing an internal message queue
697 bool queued; member in struct:spi_controller
951 * well as the data buffers) for as long as the message is queued.
1113 * @spi: SPI device to which the transaction is queued
1135 * queued, and might complete after transactions to other devices. Messages
/linux-master/drivers/scsi/
H A Dncr53c8xx.c1196 ** Prevent from starting a negotiation for all queued commands
1286 u_char queuedccbs; /* CCBs queued to the controller*/
1565 u_char queued; member in struct:ccb
4371 /* Command is successfully queued. */
4425 cp->queued = 1;
4532 * Commands will now be queued in the waiting list until a settle
4952 if (cp->queued) {
4956 if (cp->queued) {
4958 cp->queued = 0;
7117 if (cp->queued) {
[all...]
/linux-master/drivers/usb/mon/
H A Dmon_bin.c130 u32 queued; member in struct:mon_bin_stats
1123 if (put_user(nevents, &sp->queued))
/linux-master/drivers/atm/
H A Deni.c147 static int tx_complete = 0,dma_complete = 0,queued = 0,requeued = 0, variable
1177 queued++;
1462 "tx_complete=%d,dma_complete=%d,queued=%d,requeued=%d,sub=%d,\n"
1464 tx_complete,dma_complete,queued,requeued,submitted,backlogged,
/linux-master/fs/fuse/
H A Ddev.c528 bool queued = false; local
543 queued = true;
547 return queued;
/linux-master/drivers/vhost/
H A Dvhost.c252 bool queued = false; local
257 queued = true;
262 return queued;
678 * Take the worker mutex to make sure we see the work queued from
688 * not be any works queued for scsi and net.
707 /* Make sure whatever was queued gets run */
/linux-master/drivers/net/wireless/ath/ath9k/
H A Ddebug.c583 PR("MPDUs Queued: ", queued);
1341 AWDATA(queued);
/linux-master/drivers/media/pci/zoran/
H A Dzoran_driver.c780 zr->queued++;
H A Dzoran_card.c1212 seq_printf(seq, "Queued %u\n", zr->queued);
/linux-master/drivers/spi/
H A Dspi.c2077 * spi_get_next_queued_message() - called by driver to check for queued
2079 * @ctlr: the controller to check for queued messages
2289 * spi_queued_transfer - transfer function for queued transfers
2291 * @msg: SPI message which is to handled is queued to driver queue
2314 ctlr->queued = true;
2336 * memory operations do not preempt regular SPI transfers that have been queued
3359 * If we're using a queued driver, start the queue. Note that we don't
3474 if (ctlr->queued) {
3525 /* Basically no-ops for non-queued controllers */
3526 if (ctlr->queued) {
[all...]
/linux-master/net/ipv4/
H A Dtcp_input.c6629 int queued = 0; local
6668 queued = tcp_rcv_synsent_state_process(sk, skb, th);
6669 if (queued >= 0)
6670 return queued;
6869 queued = 1;
6879 if (!queued) {
/linux-master/net/mac80211/
H A Dtx.c499 * been queued to pending queue. No reordering can happen, go
531 * We queued up some frames, so the TIM bit might
1111 bool queued = false; local
1149 queued = true;
1153 "STA %pM aid %d: SP frame queued, close the SP w/o telling the peer\n",
1173 return queued;
1259 bool queued; local
1261 queued = ieee80211_tx_prep_agg(tx, skb, info,
1264 if (unlikely(queued))
1743 * Returns false if the frame couldn't be transmitted but was queued instea
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_worker.c633 int queued = sk->sk_wmem_queued; local
635 if (queued > sndbuf / 2) {
2097 * even if no new requests are queued yet.
/linux-master/kernel/sched/
H A Ddeadline.c990 * When a task is queued before the begin of the next period, using the
1193 * We can be both throttled and !queued. Replenish the counter
2154 static void task_tick_dl(struct rq *rq, struct task_struct *p, int queued) argument
2164 if (hrtick_enabled_dl(rq) && queued && p->dl.runtime > 0 &&
2739 /* If p is not queued we will update its parameters at next wakeup. */
/linux-master/fs/f2fs/
H A Dsegment.c959 dc->queued = 0;
1080 atomic_sub(dc->queued, &dcc->queued_discard);
1235 dc->queued++;
1344 dc->queued++;
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c3146 * If this is the first pkt getting queued
3196 bool more_data, queued; local
3234 queued = ath6kl_mgmt_powersave_ap(vif, id, freq, wait, buf, len,
3236 if (queued)
/linux-master/io_uring/
H A Dio_uring.c837 unsigned int free, queued, len; local
848 queued = min(__io_cqring_events(ctx), ctx->cq_entries);
849 free = ctx->cq_entries - queued;
1175 * Run queued task_work, returning the number of entries processed in *count.
1304 * they can even be queued lazily, fall back to non-lazy.
/linux-master/drivers/net/
H A Dtun.c2571 int flush = 0, queued = 0; local
2582 queued += ret;
2588 if (tfile->napi_enabled && queued > 0)
/linux-master/sound/usb/
H A Dendpoint.c316 ctx->queued = 0;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c1549 if (!q->queued)

Completed in 379 milliseconds

12345