Searched refs:pending (Results 376 - 400 of 653) sorted by relevance

<<11121314151617181920>>

/linux-master/net/mac80211/
H A Dagg-tx.c237 * splice packets from the STA's pending to the local pending,
251 "TID %d gone but expected when splicing aggregates from the pending queue\n",
255 if (!skb_queue_empty(&tid_tx->pending)) {
258 skb_queue_splice_tail_init(&tid_tx->pending,
259 &local->pending[queue]);
285 * guaranteeing that no packets go to the tid_tx pending queue any
332 /* free struct pending for start, if present */
379 * to the driver but are put onto tid_tx->pending instead,
409 * We may have pending packet
[all...]
/linux-master/drivers/usb/host/
H A Dohci-hcd.c196 INIT_LIST_HEAD (&urb_priv->pending);
782 /* Check every ED which might have pending TDs */
789 ohci_dbg(ohci, "takeback pending TD for dev %d ep 0x%x\n",
797 /* Starting from the latest pending TD, */
882 /* Read interrupt status (and flush pending writes). We ignore the
967 /* handle any pending URB/ED unlinks, leaving INTR_SF enabled
1049 if (!list_empty (&ohci->pending))
1051 list_for_each_entry (priv, &ohci->pending, pending) {
1111 * the spinlock to properly synchronize with possible pending
[all...]
H A Dohci.h339 struct list_head pending; member in struct:urb_priv
395 struct list_head pending; member in struct:ohci_hcd
/linux-master/drivers/firmware/arm_scmi/
H A Dprotocols.h102 * @pending: True for xfers added to @pending_xfers hashtable
132 bool pending; member in struct:scmi_xfer
/linux-master/kernel/locking/
H A Dqspinlock.c47 * unlock the next pending (next->locked), we compress both these: {tail,
90 * The pending bit spinning loop count.
144 * clear_pending - clear the pending bit.
151 WRITE_ONCE(lock->pending, 0);
155 * clear_pending_set_locked - take ownership and clear the pending bit.
190 * clear_pending - clear the pending bit.
201 * clear_pending_set_locked - take ownership and clear the pending bit.
240 * queued_fetch_set_pending_acquire - fetch the whole lock value and set pending
297 * (queue tail, pending bit, lock value)
304 * pending
[all...]
H A Dqspinlock_paravirt.h63 * The pending bit is set by the queue head vCPU of the MCS wait queue in
68 * as the queued mode vCPUs are actively running to set the pending bit
71 * When the pending bit isn't set, the lock waiters will stay in the unfair
74 * become the queue head and set the pending bit.
85 * present in the MCS wait queue but the pending bit isn't set.
106 * The pending bit is used by the queue head vCPU to indicate that it
112 WRITE_ONCE(lock->pending, 1);
116 * The pending bit check in pv_queued_spin_steal_lock() isn't a memory
142 * Try to clear pending bit & set locked bit
426 * Set the pending bi
[all...]
/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx_common.c748 * engines are not restarted, pending a RESET_DISABLE.
887 unsigned long pending; local
890 pending = READ_ONCE(efx->reset_pending);
891 method = fls(pending) - 1;
901 if (!pending)
/linux-master/drivers/net/ethernet/sfc/
H A Defx_common.c737 * engines are not restarted, pending a RESET_DISABLE.
874 unsigned long pending; local
877 pending = READ_ONCE(efx->reset_pending);
878 method = fls(pending) - 1;
888 if (!pending)
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c467 u32 pending; local
474 pending = drm->hpd_pending;
479 if (!pending)
490 if (!(pending & drm_connector_mask(connector)))
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_evmcs.c199 events.nmi.pending = 1;
/linux-master/fs/bcachefs/
H A Dec.h174 bool pending; member in struct:ec_stripe_new
/linux-master/arch/powerpc/kvm/
H A Dmpic.c152 int pending; /* TRUE if IRQ is pending */ member in struct:irq_source
418 active = src->pending;
490 src->pending = level;
495 src->pending = 1;
506 src->pending = 0;
1139 /* No more interrupt pending */
1158 src->pending = 0;
1595 attr32 = opp->src[attr->attr].pending;
1787 * = 0 Interrupt was coalesced (previous irq is still pending)
[all...]
/linux-master/arch/sparc/kernel/
H A Dentry.S277 ld [%o1 + 0x00], %o3 ! sun4m_irq_percpu[cpu]->pending
284 ld [%o1 + 0x00], %g0 ! sun4m_irq_percpu[cpu]->pending
324 ld [%o5 + 0x00], %o3 ! sun4m_irq_percpu[cpu]->pending
329 ld [%o5 + 0x00], %g0 ! sun4m_irq_percpu[cpu]->pending
741 ld [%l5 + 0x00], %g0 ! sun4m_irq_global->pending
752 ld [%l5 + 0x00], %g0 ! sun4m_irq_global->pending
1285 ! Get pending status for printouts later.
/linux-master/drivers/tty/serial/
H A Dqcom_geni_serial.c880 size_t pending;
889 pending = port->tx_remaining;
891 pending = kfifo_len(&tport->xmit_fifo);
894 if (!pending && !status && done) {
902 chunk = min(avail, pending);
907 qcom_geni_serial_setup_tx(uport, pending);
908 port->tx_remaining = pending;
882 size_t pending; local
/linux-master/drivers/usb/gadget/function/
H A Df_midi2.c57 unsigned int pending; /* pending bytes on the input buffer */ member in struct:f_midi2_midi1_port
927 /* process all pending MIDI bytes in the internal buffer;
939 if (!port->pending)
941 for (c = 0; c < port->pending; c++) {
944 port->pending -= c;
945 if (port->pending)
947 port->pending);
951 port->pending = 0;
964 if (port->pending
[all...]
/linux-master/drivers/md/
H A Ddm-snap.c87 * A list of pending exceptions that completed out of order.
94 struct dm_exception_table pending; member in struct:dm_snapshot
629 /* Lock to protect access to the completed and pending exception hash tables. */
639 struct dm_exception_table *pending = &s->pending; local
642 lock->pending_slot = &pending->table[exception_hash(pending, chunk)];
913 if (dm_exception_table_init(&s->pending, hash_size, 0)) {
1094 * wait for the pending exceptions to complete.
1095 * Each time any pending exceptio
[all...]
/linux-master/drivers/media/platform/ti/cal/
H A Dcal.c636 } else if (!list_empty(&ctx->dma.queue) && !ctx->dma.pending) {
649 ctx->dma.pending = buf;
671 if (ctx->dma.pending) {
673 ctx->dma.active = ctx->dma.pending;
674 ctx->dma.pending = NULL;
/linux-master/drivers/dma/
H A Ddmatest.c240 bool pending; member in struct:dmatest_thread
260 if (!thread->done && !thread->pending)
276 if (thread->pending)
611 thread->pending = false;
1014 thread->pending = true;
H A Dsun6i-dma.c205 struct list_head pending; member in struct:sun6i_dma_dev
510 if (pchan->vchan || list_empty(&sdev->pending))
513 vchan = list_first_entry(&sdev->pending,
516 /* Remove from pending channels */
900 list_add_tail(&vchan->node, &sdev->pending);
1002 list_add_tail(&vchan->node, &sdev->pending);
1333 INIT_LIST_HEAD(&sdc->pending);
/linux-master/drivers/net/ethernet/intel/ice/devlink/
H A Ddevlink.c28 * inactive version of flash when there is no pending update, the function
218 * handler. The stored entry will first try the pending handler, and fallback
219 * to the active handler if the pending function does not report a version.
220 * The pending handler should check the status of a pending update for the
222 * where a valid pending version is available. This ensures that the related
226 #define combined(key, active, pending) \
228 stored(key, pending, active)
305 /* disable display of pending Option ROM */
316 /* disable display of pending Optio
410 u8 pending; local
[all...]
/linux-master/drivers/nvme/target/
H A Dtcp.c958 * figure out if there is still pending data left to receive. If
1430 bool pending; local
1434 pending = false;
1438 pending = true;
1444 pending = true;
1448 } while (pending && ops < NVMET_TCP_IO_WORK_BUDGET);
1454 if (nvmet_tcp_check_queue_deadline(queue, ops) || pending)
2134 int pending = 0; local
2136 /* Check for pending controller teardown */
2141 pending
[all...]
/linux-master/drivers/rtc/
H A Drtc-ds1307.c442 t->pending = !!(regs[8] & DS1337_BIT_A1I);
445 "hours=%d, mday=%d, enabled=%d, pending=%d\n",
448 t->enabled, t->pending);
461 "hours=%d, mday=%d, enabled=%d, pending=%d\n",
464 t->enabled, t->pending);
605 t->pending = !!(ctl[1] & RX8130_REG_FLAG_AF);
632 "enabled=%d pending=%d\n", __func__,
635 t->enabled, t->pending);
786 "enabled=%d pending=%d\n", __func__,
789 t->enabled, t->pending);
[all...]
H A Drtc-s5m.c256 alarm->pending = 1;
258 alarm->pending = 0;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_wpf.c111 * result in the pending flip field for the next frame that will be
124 wpf->flip.pending = flip;
355 | (wpf->flip.pending & mask);
/linux-master/drivers/block/
H A Dnbd.c60 struct request *pending; member in struct:nbd_sock
315 nsock->pending = NULL;
584 * if there is a signal pending when we enter sendmsg, because reasons?
668 nsock->pending = req;
707 * have no choice but to set pending and
710 nsock->pending = req;
733 nsock->pending = NULL;
1057 /* Handle the case that we have a pending request that was partially
1063 if (unlikely(nsock->pending && nsock->pending !
[all...]

Completed in 283 milliseconds

<<11121314151617181920>>