Home
last modified time | relevance | path

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

123456

/linux-6.12.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-6.12.1/tools/perf/pmu-events/arch/x86/jaketown/
Dvirtual-memory.json32 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
113 …"PublicDescription": "This event count cycles when Page Miss Handler (PMH) is servicing page walks…
/linux-6.12.1/tools/perf/pmu-events/arch/x86/sandybridge/
Dvirtual-memory.json32 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
113 …"PublicDescription": "This event count cycles when Page Miss Handler (PMH) is servicing page walks…
/linux-6.12.1/Documentation/admin-guide/hw-vuln/
Dprocessor_mmio_stale_data.rst246 out of Servicing period. Mitigation is not attempted.
251 Servicing period: The process of providing functional and security updates to
255 End of Servicing Updates (ESU): ESU is the date at which Intel will no
256 longer provide Servicing, such as through IPU or other similar update
/linux-6.12.1/include/linux/platform_data/
Dams-delta-fiq.h21 * since the buffer and header need to be accessed by drivers servicing devices
/linux-6.12.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-6.12.1/tools/perf/pmu-events/arch/x86/haswell/
Dvirtual-memory.json87 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
176 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
273 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
/linux-6.12.1/tools/perf/pmu-events/arch/x86/haswellx/
Dvirtual-memory.json87 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
176 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
273 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
/linux-6.12.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-6.12.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-6.12.1/Documentation/driver-api/
Dipmb.rst13 controllers that perform management functions such as servicing
/linux-6.12.1/Documentation/arch/x86/
Dintel-hfi.rst64 When servicing such interrupt, the HFI driver parses the updated table and
/linux-6.12.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-6.12.1/tools/testing/selftests/kvm/aarch64/
Dpsci_test.c8 * - A regression test for a race between KVM servicing the PSCI CPU_ON call
/linux-6.12.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-6.12.1/sound/soc/intel/avs/
Davs.h41 * @irq_handler: Top half of IPC servicing
42 * @irq_thread: Bottom half of IPC servicing
/linux-6.12.1/Documentation/filesystems/nfs/
Dknfsd-stats.rst69 thus introducing a small delay in servicing NFS calls. The ideal
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dcirrus,cs42l42.yaml116 interrupts before servicing button interrupts, to allow the
/linux-6.12.1/include/uapi/linux/
Dpapr_pdsm.h49 * 'cmd_status' : (Out) Errors if any encountered while servicing PDSM.
/linux-6.12.1/tools/perf/pmu-events/arch/powerpc/power10/
Dmemory.json65 "BriefDescription": "DERAT miss (TLB access) while servicing a data prefetch."
/linux-6.12.1/drivers/md/dm-vdo/
Dvio.h131 * is_data_vio() - Check whether a vio is servicing an external data request.
/linux-6.12.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-6.12.1/drivers/infiniband/core/
Diwpm_util.h124 * iwpm_wait_complete_req - Block while servicing the netlink request

123456