Home
last modified time | relevance | path

Searched full:servicing (Results 1 – 25 of 129) sorted by relevance

123456

/Linux-v6.1/arch/powerpc/kvm/
Dmpic.c182 struct irq_queue servicing; member
383 if (IRQ_get_next(opp, &dst->servicing) >= 0 && in IRQ_local_pipe()
384 priority <= dst->servicing.priority) { in IRQ_local_pipe()
385 pr_debug("%s: IRQ %d is hidden by servicing IRQ %d on CPU %d\n", in IRQ_local_pipe()
386 __func__, n_IRQ, dst->servicing.next, n_CPU); in IRQ_local_pipe()
393 IRQ_get_next(opp, &dst->servicing); in IRQ_local_pipe()
395 dst->raised.priority > dst->servicing.priority) { in IRQ_local_pipe()
399 dst->servicing.priority, n_CPU); in IRQ_local_pipe()
404 dst->servicing.priority, n_CPU); in IRQ_local_pipe()
549 memset(&opp->dst[i].servicing, 0, sizeof(struct irq_queue)); in openpic_reset()
[all …]
/Linux-v6.1/Documentation/admin-guide/hw-vuln/
Dprocessor_mmio_stale_data.rst235 out of Servicing period. Mitigation is not attempted.
240 Servicing period: The process of providing functional and security updates to
244 End of Servicing Updates (ESU): ESU is the date at which Intel will no
245 longer provide Servicing, such as through IPU or other similar update
/Linux-v6.1/tools/perf/pmu-events/arch/x86/sandybridge/
Dvirtual-memory.json36 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
127 …"PublicDescription": "This event count cycles when Page Miss Handler (PMH) is servicing page walks…
/Linux-v6.1/tools/perf/pmu-events/arch/x86/jaketown/
Dvirtual-memory.json36 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
127 …"PublicDescription": "This event count cycles when Page Miss Handler (PMH) is servicing page walks…
/Linux-v6.1/include/linux/platform_data/
Dams-delta-fiq.h21 * since the buffer and header need to be accessed by drivers servicing devices
/Linux-v6.1/security/keys/
Drequest_key_auth.c183 /* see if the calling process is already servicing the key request of in request_key_auth_new()
190 * servicing is already instantiated */ in request_key_auth_new()
/Linux-v6.1/drivers/usb/serial/
Dkeyspan_usa49msg.h188 enablePort, // start servicing port (move data, check status)
189 disablePort; // stop servicing port (does implicit tx/rx flush/off)
/Linux-v6.1/tools/perf/pmu-events/arch/x86/haswell/
Dvirtual-memory.json97 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
196 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
304 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
/Linux-v6.1/tools/perf/pmu-events/arch/x86/haswellx/
Dvirtual-memory.json97 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
196 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
304 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
/Linux-v6.1/fs/orangefs/
Dwaitqueue.c89 * acquiring the request_mutex because we're servicing a in service_operation()
303 * If client-core finishes servicing, then we are good to go.
Dorangefs-mod.c60 * Blocks non-priority requests from being queued for servicing. This
/Linux-v6.1/sound/soc/intel/avs/
Davs.h33 * @irq_handler: Top half of IPC servicing
34 * @irq_thread: Bottom half of IPC servicing
/Linux-v6.1/include/linux/
Dnfs_iostat.h123 * NFS local caching servicing counters
/Linux-v6.1/Documentation/x86/
Dintel-hfi.rst64 When servicing such interrupt, the HFI driver parses the updated table and
/Linux-v6.1/Documentation/driver-api/
Dipmb.rst13 controllers that perform management functions such as servicing
/Linux-v6.1/drivers/atm/
Deni.c327 printk(KERN_ALERT " last %p, servicing %d\n",eni_vcc->last, in rx_ident_err()
328 eni_vcc->servicing); in rx_ident_err()
663 ENI_VCC(curr)->servicing--; in poll_rx()
671 ENI_VCC(curr)->servicing--; in poll_rx()
697 DPRINTK("Grr, servicing VCC %ld twice\n",vci); in get_service()
715 ENI_VCC(vcc)->servicing++; in get_service()
798 eni_vcc->servicing = 0; in open_rx_first()
863 /* transition service->rx: rxing++, servicing-- */ in close_rx()
864 if (!eni_vcc->servicing) { in close_rx()
869 eni_vcc->servicing); in close_rx()
[all …]
Deni.h61 int servicing; /* number of waiting VCs (0 or 1) */ member
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/
Dnfp_net_dp.c48 * @r_vec: IRQ vector servicing this ring
72 * @r_vec: IRQ vector servicing this ring
/Linux-v6.1/tools/testing/selftests/kvm/aarch64/
Dpsci_test.c8 * - A regression test for a race between KVM servicing the PSCI CPU_ON call
/Linux-v6.1/Documentation/filesystems/nfs/
Dknfsd-stats.rst69 thus introducing a small delay in servicing NFS calls. The ideal
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dcirrus,cs42l42.yaml116 interrupts before servicing button interrupts, to allow the
/Linux-v6.1/arch/powerpc/include/uapi/asm/
Dpapr_pdsm.h49 * 'cmd_status' : (Out) Errors if any encountered while servicing PDSM.
/Linux-v6.1/Documentation/filesystems/
Dcoda.rst43 2. Servicing Coda filesystem calls
137 2. Servicing Coda filesystem calls
166 come back to the FS driver, servicing of the VFS call continues and
216 The FS Driver while servicing P makes upcalls to Venus. Such an
/Linux-v6.1/drivers/net/netdevsim/
Dnetdevsim.h13 * THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
/Linux-v6.1/drivers/infiniband/core/
Diwpm_util.h124 * iwpm_wait_complete_req - Block while servicing the netlink request

123456