Searched refs:pending (Results 501 - 525 of 650) sorted by relevance

<<212223242526

/linux-master/arch/powerpc/kvm/
H A Dbooke.c558 * If an interrupt is pending but masked, raise a guest doorbell
692 unsigned long *pending = &vcpu->arch.pending_exceptions; local
695 priority = __ffs(*pending);
700 priority = find_next_bit(pending,
701 BITS_PER_BYTE * sizeof(*pending),
706 vcpu->arch.shared->int_pending = !!*pending;
709 /* Check pending exceptions and deliver one, if possible. */
1112 * We are here because there is a pending guest interrupt
1123 * We are here because there is a pending guest interrupt
2120 /* Clear pending debu
[all...]
/linux-master/drivers/misc/
H A Dfastrpc.c294 struct list_head pending; member in struct:fastrpc_user
622 list_add_tail(&ctx->node, &user->pending);
1533 list_for_each_entry_safe(ctx, n, &fl->pending, node) {
1576 INIT_LIST_HEAD(&fl->pending);
2363 list_for_each_entry(ctx, &user->pending, node) {
/linux-master/sound/pci/hda/
H A Dhda_intel.c715 * The work for pending PCM period updates.
723 int pending, ok; local
733 pending = 0;
748 pending = 0; /* too early */
750 pending++;
753 if (!pending)
2370 /* cancel the pending probing work */
/linux-master/net/mac80211/
H A Dtx.c101 * RTS: time needed to transmit pending data/mgmt frame plus
499 * been queued to pending queue. No reordering can happen, go
990 * but store it away as pending.
1129 * packets are spliced over to the driver pending
1159 __skb_queue_tail(&tid_tx->pending, skb);
1160 if (skb_queue_len(&tid_tx->pending) > STA_MAX_TX_BUFFER)
1161 purge_skb = __skb_dequeue(&tid_tx->pending);
1693 (!txpending && !skb_queue_empty(&local->pending[q]))) {
1715 * later transmission from the tx-pending
1720 &local->pending[
[all...]
/linux-master/drivers/dma/ppc4xx/
H A Dadma.c1881 dev_dbg(chan->device->common.dev, "ppc440spe adma%d: pending: %d\n",
1882 chan->device->id, chan->pending);
1884 if (chan->pending >= PPC440SPE_ADMA_THRESHOLD) {
1885 chan->pending = 0;
1928 /* increment the pending count by the number of operations */
1929 chan->pending += slot_cnt / slots_per_op;
3631 * ppc440spe_adma_issue_pending - flush all pending descriptors to h/w
3640 __func__, ppc440spe_chan->pending);
3642 if (ppc440spe_chan->pending) {
3643 ppc440spe_chan->pending
[all...]
/linux-master/drivers/atm/
H A Didt77252.c659 skb_queue_head_init(&scq->pending);
687 while ((skb = skb_dequeue(&scq->pending))) {
820 while ((skb = skb_dequeue(&scq->pending))) {
822 skb_queue_head(&vc->scq->pending, skb);
916 skb_queue_tail(&vc->scq->pending, skb);
918 while ((skb = skb_dequeue(&vc->scq->pending))) {
920 skb_queue_head(&vc->scq->pending, skb);
2516 DPRINTK("%s: closing a VC with pending rx buffers.\n",
2907 "with pending rx buffers.\n",
H A Didt77252.h172 struct sk_buff_head pending; member in struct:scq_info
/linux-master/drivers/md/
H A Draid1.c774 unsigned int pending; local
787 pending = atomic_read(&rdev->nr_pending);
796 * Add 'pending' to avoid choosing this disk if
799 pending++;
807 if (ctl.min_pending > pending) {
808 ctl.min_pending = pending;
827 * non-rotational, choose the disk with less pending request even the
895 /* flush any pending bitmap writes to disk before proceeding w/ I/O */
899 while (bio) { /* submit pending writes */
946 * We can only raise the barrier if there is no pending I
[all...]
/linux-master/sound/pci/rme9652/
H A Dhdsp.c439 int pending; member in struct:hdsp_midi
1358 hmidi->pending = 0;
1512 hdsp->midi[id].pending = 0;
3867 if (hdsp->midi[0].pending)
3869 if (hdsp->midi[1].pending)
3914 hdsp->midi[0].pending = 1;
3925 hdsp->midi[1].pending = 1;
5234 hdsp->midi[0].pending = 0;
5235 hdsp->midi[1].pending = 0;
5333 "card initialization pending
[all...]
/linux-master/drivers/net/wireless/st/cw1200/
H A Dwsm.c1179 bool pending = false; local
1200 pending |= cw1200_queue_get_xmit_timestamp(
1203 /* If there's nothing pending, we're good */
1204 if (!pending)
/linux-master/drivers/md/dm-vdo/
H A Ddedupe.c94 * hash_lock's agent, added to the list of pending contexts, and then sent to the index. The
103 * pending list will be searched for any contexts in the pending state which have been running for
2303 list_for_each_entry_safe(context, tmp, &zone->pending, list_entry) {
2324 * Remove this context from the pending list so we won't look at it again on a
2375 INIT_LIST_HEAD(&zone->pending);
2932 list_add_tail(&context->list_entry, &zone->pending);
/linux-master/fs/
H A Duserfaultfd.c930 /* Flush pending events that may still wait on event_wqh */
986 * lockless access to see if there are pending faults
1062 * pending anymore after we read it.
1614 * Wake any concurrent pending userfault while
2154 unsigned long pending = 0, total = 0; local
2158 pending++;
2171 seq_printf(m, "pending:\t%lu\ntotal:\t%lu\nAPI:\t%Lx:%x:%Lx\n",
2172 pending, total, UFFD_API, ctx->features,
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c711 struct sk_buff_head pending; /* packets pending */ member in struct:mac80211_hwsim_data
1389 * if pending PS-Poll has been sent */
1392 /* Allow unicast frames to own address if there is a pending
1520 if (skb_queue_len(&data->pending) >= MAX_QUEUE) {
1522 while (skb_queue_len(&data->pending) >= WARN_QUEUE) {
1523 ieee80211_free_txskb(hw, skb_dequeue(&data->pending));
1600 skb_queue_tail(&data->pending, my_skb);
2111 while (!skb_queue_empty(&data->pending))
2112 ieee80211_free_txskb(hw, skb_dequeue(&data->pending));
[all...]
/linux-master/fs/fuse/
H A Dvirtio_fs.c436 /* Dispatch pending requests */
1351 WARN_ON(list_empty(&fiq->pending));
1352 req = list_last_entry(&fiq->pending, struct fuse_req, list);
1355 WARN_ON(!list_empty(&fiq->pending));
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S125 | Remember that a trace exception may be pending. The code below performs
/linux-master/arch/mips/include/asm/sn/sn0/
H A Dhubio.h214 pending: 4; /* Pending Requests */ member in struct:hubii_wstat_u::__anon27
892 wb: 1, /* 15: writeback pending. */
/linux-master/drivers/rtc/
H A Drtc-sc27xx.c410 alrm->pending = !!(val & SPRD_RTC_ALARM_EN);
H A Drtc-rx8025.c355 t->pending = (ctrl2 & RX8025_BIT_CTRL2_DAFG) && t->enabled;
H A Drtc-x1205.c521 alrm->pending = (status & X1205_SR_AL0) ? 1 : 0;
H A Drtc-ab-eoz9.c225 alarm->pending = val[1] & ABEOZ9_REG_CTRL_INT_FLAG_AF;
H A Drtc-ds1305.c52 * no alarm is pending (not the standard model), or to use the second
275 * since reading alarm registers acks any pending IRQ. That
276 * makes returning "pending" status a bit of a lie, but that bit
286 alm->pending = !!(ds1305->ctrl[1] & DS1305_AEI0);
625 /* ack any pending IRQs */
H A Drtc-rs5c372.c415 t->pending = !!(rs5c->regs[RS5C_REG_CTRL2] & RS5C_CTRL2_AAFG);
435 /* if needed, disable irq (clears pending status) */
/linux-master/net/sunrpc/
H A Dsysfs.c156 xprt->sending.qlen, xprt->pending.qlen,
/linux-master/arch/s390/boot/
H A Dhead.S107 stsch 0(%r5) # check if irq is pending
/linux-master/arch/x86/platform/efi/
H A Defi_64.c588 efi_thunk_get_wakeup_time(efi_bool_t *enabled, efi_bool_t *pending, argument

Completed in 393 milliseconds

<<212223242526