Searched refs:started (Results 1 - 25 of 125) sorted by path

12345

/linux-master/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.h117 /* the timer is started */
118 bool started; member in struct:timer_cb
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h782 u_char started; /* CCB queued to the squeue */ member in struct:sym_ccb
/linux-master/tools/virtio/ringtest/
H A Dmain.c110 int started = 0; local
123 if (started < bufs &&
124 started - completed < max_outstanding) {
127 ++started;
149 assert(started <= bufs);
/linux-master/arch/alpha/kernel/
H A Dsmp.c304 us to get started. Immediately after starting, we'll swpctx
345 goto started;
352 started:
/linux-master/arch/arm/common/
H A DbL_switcher.c263 struct completion started; member in struct:bL_thread
278 complete(&t->started);
580 init_completion(&t->started);
640 init_completion(&t->started);
644 wait_for_completion(&t->started);
H A Dmcpm_head.S140 @ If the outbound gave up before teardown started, skip cluster setup:
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h127 # Set the SP global variable to zero so the master knows we've started
/linux-master/arch/powerpc/sysdev/xive/
H A Dcommon.c69 atomic_t started; member in struct:xive_ipi_desc
647 pr_warn("irq %d started with broken affinity\n", d->irq);
1187 if (atomic_inc_return(&xid->started) > 1)
/linux-master/arch/riscv/include/asm/
H A Dkvm_vcpu_pmu.h26 bool started; member in struct:kvm_fw_event
36 bool started; member in struct:kvm_pmc
/linux-master/arch/riscv/kvm/
H A Dvcpu_pmu.c350 if (fevent->started)
522 /* The guest started the counter again. Reset the overflow status */
539 /* Check if the counter was already started for some reason */
540 if (kvpmu->fw_event[fevent_code].started) {
545 kvpmu->fw_event[fevent_code].started = true;
548 if (unlikely(pmc->started)) {
554 pmc->started = true;
601 if (!kvpmu->fw_event[fevent_code].started)
604 kvpmu->fw_event[fevent_code].started = false;
606 if (pmc->started) {
[all...]
/linux-master/drivers/bus/mhi/ep/
H A Dinternal.h140 bool started; member in struct:mhi_ep_ring
H A Dmain.c39 if (!ring->started) {
59 * 1. If BEI flag is not set, cancel any pending intmodt work if started
190 if (!ch_ring->started) {
246 if (!ch_ring->started) {
280 if (!ch_ring->started) {
733 * Doorbell interrupts are enabled when the corresponding channel gets started.
841 if (!ring->started) {
1044 if (!mhi_chan->ring.started)
1067 if (!mhi_chan->ring.started)
1079 if (!ev_ring->started)
[all...]
H A Dring.c216 ring->started = true;
226 ring->started = false;
/linux-master/drivers/cdx/controller/
H A Dmcdi.c239 cmd->started = jiffies;
724 jiffies_to_msecs(jiffies - cmd->started));
H A Dmcdi.h43 * @MCDI_STATE_QUEUED: Command not started and is waiting to run.
110 * @started: Jiffies this command was started at
131 unsigned long started; member in struct:cdx_mcdi_cmd
/linux-master/drivers/comedi/drivers/
H A Damplc_pci230.c494 unsigned int ai_cmd_started:1; /* Flag AI command started */
495 unsigned int ao_cmd_started:1; /* Flag AO command started */
1012 bool started; local
1016 started = devpriv->ao_cmd_started;
1019 if (!started)
1815 bool started; local
1818 started = devpriv->ai_cmd_started;
1821 if (!started)
/linux-master/drivers/crypto/
H A Dhifn_795x.c418 int active, started; member in struct:hifn_device
1206 dev->started++;
1564 if (dev->started + sg_num > HIFN_QUEUE_LENGTH) {
1598 dev->started = dev->active = 0;
1658 dev->started--;
1659 if (dev->started < 0)
1660 dev_info(&dev->pdev->dev, "%s: started: %d.\n", __func__,
1661 dev->started);
1663 BUG_ON(dev->started < 0);
1810 if ((dev->prev_success == dev->success) && dev->started)
[all...]
/linux-master/drivers/devfreq/
H A Dtegra30-devfreq.c198 bool started; member in struct:tegra_devfreq
548 if (!tegra->devfreq->profile->polling_ms || !tegra->started)
603 if (!tegra->started) {
604 tegra->started = true;
608 tegra->started = false;
616 if (!tegra->devfreq->profile->polling_ms || !tegra->started)
634 tegra->started = false;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_log.c517 log->relay.started = false;
755 if (log->relay.started)
765 log->relay.started = true;
775 if (!log->relay.started)
801 if (!log->relay.started)
808 log->relay.started = false;
824 if (log->relay.started)
H A Dintel_guc_log.h61 bool started; member in struct:intel_guc_log::__anon286
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_sw_fence.c507 struct completion started; member in struct:task_ipc
516 complete(&ipc->started);
546 init_completion(&ipc.started);
552 wait_for_completion(&ipc.started);
/linux-master/drivers/hwtracing/ptt/
H A Dhisi_ptt.c190 hisi_ptt->trace_ctrl.started = false;
205 ctrl->started = true;
1096 if (hisi_ptt->trace_ctrl.started) {
1097 dev_dbg(dev, "trace has already started\n");
1146 if (hisi_ptt->trace_ctrl.started) {
1392 if (!hisi_ptt->trace_ctrl.started || src != cpu)
H A Dhisi_ptt.h124 * @started: current trace status, true for started
136 bool started; member in struct:hisi_ptt_trace_ctrl
/linux-master/drivers/input/serio/
H A Dhyperv-keyboard.c96 spinlock_t lock; /* protects 'started' field */
97 bool started; member in struct:hv_kbd_dev
151 if (kbd_dev->started) {
298 kbd_dev->started = true;
310 kbd_dev->started = false;
/linux-master/drivers/macintosh/
H A Dtherm_adt746x.c235 bool started = false; local
248 started = true;
277 if (started)
522 /* The 7460 needs to be started explicitly */

Completed in 325 milliseconds

12345