Searched refs:pending (Results 76 - 100 of 652) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c839 * ice_get_pending_updates - Check if the component has a pending update
841 * @pending: on return, bitmap of updates pending
844 * Check if the device has any pending updates on any flash components.
847 * pending with the bitmap of pending updates.
849 int ice_get_pending_updates(struct ice_pf *pf, u8 *pending, argument
862 * the cached values in hw->dev_caps, because the pending update flag
873 *pending = 0;
876 dev_info(dev, "The fw.mgmt flash component has a pending updat
913 u8 pending; local
[all...]
/linux-master/drivers/net/wireless/ath/ath5k/
H A Ddma.c184 * have any pending frames. Returns -EBUSY if we still have pending frames,
191 u32 tx_queue, pending; local
226 * flush any pending frames from QCU
246 /* Check for pending frames */
249 pending = ath5k_hw_reg_read(ah,
253 } while (--i && pending);
258 pending) {
282 /* Re-check for pending frames */
285 pending
[all...]
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_ethdr.c153 struct mtk_plane_pending_state *pending = &state->pending; local
154 unsigned int offset = (pending->x & 1) << 31 | pending->y << 16 | pending->x;
155 unsigned int align_width = ALIGN_DOWN(pending->width, 2);
163 if (!pending->enable) {
173 pending->x & 1 ? MIXER_INX_MODE_EVEN_EXTEND :
176 mtk_ddp_write(cmdq_pkt, pending->height << 16 | align_width, &mixer->cmdq_base,
/linux-master/tools/perf/scripts/python/
H A Dcompaction-times.py163 self.pending = None
173 self.pending = cnode(ns(secs, nsecs))
176 self.pending.increment(migrated, fscan, mscan)
179 self.pending.complete(secs, nsecs)
180 chead.val += self.pending
183 self.val += self.pending
186 self.list.append(self.pending)
187 self.pending = None
195 return self.pending != None
/linux-master/drivers/net/mdio/
H A Dmdio-cavium.c53 } while (smi_wr.s.pending && --timeout);
81 } while (smi_rd.s.pending && --timeout);
115 } while (smi_rd.s.pending && --timeout);
150 } while (smi_wr.s.pending && --timeout);
188 } while (smi_wr.s.pending && --timeout);
H A Dmdio-cavium.h73 OCT_MDIO_BITFIELD_FIELD(u64 pending:1,
84 OCT_MDIO_BITFIELD_FIELD(u64 pending:1,
/linux-master/lib/zlib_deflate/
H A Ddefutil.h76 Byte *pending_buf; /* output still pending */
78 Byte *pending_out; /* next pending byte to output to the stream */
79 int pending; /* nb of bytes in the pending buffer */ member in struct:deflate_state
260 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
414 * Flush as much pending output as possible. All deflate() output goes
427 len = s->pending;
438 s->pending -= len;
439 if (s->pending == 0) {
/linux-master/drivers/gpio/
H A Dgpio-mlxbf3.c94 unsigned long pending; local
97 pending = readl(gs->gpio_cause_io + MLXBF_GPIO_CAUSE_OR_CAUSE_EVTEN0);
98 writel(pending, gs->gpio_cause_io + MLXBF_GPIO_CAUSE_OR_CLRCAUSE);
100 for_each_set_bit(level, &pending, gc->ngpio)
103 return IRQ_RETVAL(pending);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_hw_fence.c61 list_for_each_entry_safe(fence, next, &irq->pending, irq_link) {
80 INIT_LIST_HEAD(&irq->pending);
91 if (XE_WARN_ON(!list_empty(&irq->pending))) {
94 list_for_each_entry_safe(fence, next, &irq->pending, irq_link) {
177 list_add_tail(&fence->irq_link, &irq->pending);
/linux-master/arch/arc/kernel/
H A Dsmp.c271 * Only do so if there's no pending msg from other concurrent sender(s).
352 unsigned long pending; local
365 copy = pending = xchg(this_cpu_ptr(&ipi_data), 0);
368 unsigned long msg = __ffs(pending);
374 pending &= ~(1U << msg);
375 } while (pending);
/linux-master/fs/btrfs/
H A Dtransaction.c83 * | From running delayed refs (modifying extent tree) to creating pending
150 "pending csums is %llu",
1410 * If we had a pending drop we need to see if there are any others left in our
1631 * the creation of the pending snapshots, just return 0.
1634 struct btrfs_pending_snapshot *pending)
1641 struct btrfs_root *root = pending->root;
1644 struct inode *parent_inode = pending->dir;
1658 ASSERT(pending->path);
1659 path = pending->path;
1661 ASSERT(pending
1633 create_pending_snapshot(struct btrfs_trans_handle *trans, struct btrfs_pending_snapshot *pending) argument
1922 struct btrfs_pending_snapshot *pending, *next; local
[all...]
/linux-master/arch/sparc/include/asm/
H A Dobio.h91 #define CC_ICLR 0x1F00606 /* Clear pending Interrupts */
161 unsigned int pending; local
164 "=r" (pending) :
167 return pending;
/linux-master/arch/powerpc/kvm/
H A Dtrace_booke.h186 __field( unsigned long, pending )
192 __entry->pending = vcpu->arch.pending_exceptions;
195 TP_printk("vcpu=%x prio=%s pending=%lx",
198 __entry->pending)
/linux-master/drivers/usb/usbip/
H A Dusbip_event.c71 usbip_dbg_eh("pending event %lx\n", ud->event);
110 unsigned long pending = ud->event & ~USBIP_EH_BYE; local
115 if (pending)
116 usbip_dbg_eh("usbip_eh waiting completion %lx\n", pending);
/linux-master/kernel/irq/
H A Dipi-mux.c49 /* If a pending IPI was unmasked, raise a parent IPI immediately. */
58 unsigned long pending; local
71 pending = atomic_fetch_or_release(ibit, &icpu->bits);
86 if (!(pending & ibit) && (atomic_read(&icpu->enable) & ibit))
/linux-master/drivers/rtc/
H A Drtc-sh.c112 unsigned int tmp, pending; local
115 pending = tmp & RCR1_CF;
120 if (pending && rtc->periodic_freq & PF_OXS)
123 return pending;
128 unsigned int tmp, pending; local
131 pending = tmp & RCR1_AF;
135 if (pending)
138 return pending;
143 unsigned int tmp, pending; local
146 pending
[all...]
/linux-master/kernel/
H A Dsoftirq.c72 * to the pending events, so lets the scheduler to balance
135 * softirq pending warnings, which would happen when the task which holds
208 u32 pending; local
219 * run pending ones.
224 pending = local_softirq_pending();
225 if (!pending)
350 * without processing still-pending softirqs:
379 * Run softirq if any pending. And do it in its own stack
444 __u32 pending; local
452 pending
518 __u32 pending; local
[all...]
/linux-master/arch/mips/pci/
H A Dpci-ar71xx.c230 u32 pending; local
234 pending = __raw_readl(base + AR71XX_RESET_REG_PCI_INT_STATUS) &
237 if (pending & AR71XX_PCI_INT_DEV0)
240 else if (pending & AR71XX_PCI_INT_DEV1)
243 else if (pending & AR71XX_PCI_INT_DEV2)
246 else if (pending & AR71XX_PCI_INT_CORE)
/linux-master/arch/mips/sgi-ip30/
H A Dip30-irq.c46 u64 pending, mask, cause, error_irqs, err_reg; local
50 pending = heart_read(&heart_regs->isr);
53 error_irqs = (pending & HEART_L4_INT_MASK & mask);
60 heart_write(mask & ~(pending), &heart_regs->imr[cpu]);
77 cpu, pending, mask, cause);
86 if ((pending >> i) & 1)
/linux-master/block/
H A Dblk-flush.c32 * completes, all the requests which were pending are proceeded to the next
88 * If flush has been pending longer than the following timeout,
168 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; local
184 if (list_empty(pending))
186 list_move_tail(&rq->queuelist, pending);
292 struct list_head *pending = &fq->flush_queue[fq->flush_pending_idx]; local
294 list_first_entry(pending, struct request, queuelist);
298 if (fq->flush_pending_idx != fq->flush_running_idx || list_empty(pending))
/linux-master/drivers/net/can/softing/
H A Dsofting.h25 int pending; member in struct:softing_priv::__anon5296
58 int pending; member in struct:softing::__anon5299
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_request_layer.h52 * @pending: Set/list of pending requests.
53 * @pending.lock: Lock for modifying the request set.
54 * @pending.head: List-head of the pending set/list.
55 * @pending.count: Number of currently pending requests.
78 } pending; member in struct:ssh_rtl
130 bool ssh_rtl_cancel(struct ssh_request *rqst, bool pending);
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dtriple_fault_event_test.c98 events.triple_fault.pending = true;
106 TEST_ASSERT(events.triple_fault.pending,
107 "No triple fault pending");
/linux-master/include/acpi/platform/
H A Dacenv.h252 #define ACPI_RELEASE_GLOBAL_LOCK(Glptr, pending) pending = 0
/linux-master/arch/arm/kernel/
H A Dentry-v7m.S62 @ Check for any pending work if returning to user
72 beq 2f @ no work pending
94 @ execute the pending work, including reschedule

Completed in 233 milliseconds

1234567891011>>