Home
last modified time | relevance | path

Searched refs:raised (Results 1 – 25 of 39) sorted by relevance

12

/Linux-v4.19/kernel/
Dirq_work.c117 struct llist_head *raised, *lazy; in irq_work_needs_cpu() local
119 raised = this_cpu_ptr(&raised_list); in irq_work_needs_cpu()
122 if (llist_empty(raised) || arch_irq_work_has_interrupt()) in irq_work_needs_cpu()
177 struct llist_head *raised = this_cpu_ptr(&raised_list); in irq_work_tick() local
179 if (!llist_empty(raised) && !arch_irq_work_has_interrupt()) in irq_work_tick()
180 irq_work_run_list(raised); in irq_work_tick()
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/
Dda9150-fg.txt8 - dlg,warn-soc-level: Battery discharge level (%) where warning event raised.
10 - dlg,crit-soc-level: Battery discharge level (%) where critical event raised.
/Linux-v4.19/arch/powerpc/kvm/
Dmpic.c182 struct irq_queue raised; member
371 IRQ_setbit(&dst->raised, n_IRQ); in IRQ_local_pipe()
373 IRQ_resetbit(&dst->raised, n_IRQ); in IRQ_local_pipe()
375 IRQ_check(opp, &dst->raised); in IRQ_local_pipe()
390 __func__, n_CPU, n_IRQ, dst->raised.next); in IRQ_local_pipe()
395 if (dst->raised.priority > dst->ctpr && in IRQ_local_pipe()
396 dst->raised.priority > dst->servicing.priority) { in IRQ_local_pipe()
398 __func__, n_IRQ, dst->raised.next, in IRQ_local_pipe()
399 dst->raised.priority, dst->ctpr, in IRQ_local_pipe()
548 memset(&opp->dst[i].raised, 0, sizeof(struct irq_queue)); in openpic_reset()
[all …]
/Linux-v4.19/arch/arm/nwfpe/
Dsoftfloat-specialize106 exception is raised.
138 signaling NaN, the invalid exception is raised.
200 exception is raised.
235 signaling NaN, the invalid exception is raised.
308 invalid exception is raised.
344 `b' is a signaling NaN, the invalid exception is raised.
/Linux-v4.19/Documentation/arm64/
Dtagged-pointers.txt35 error code being returned, a (fatal) signal being raised, or other modes
53 inside siginfo_t. One exception to this rule is for signals raised in
/Linux-v4.19/Documentation/media/kapi/
Dv4l2-event.rst23 raised by the driver.
40 so that an event can be raised by that object. So the ``node`` field can
49 - struct :c:type:`v4l2_subscribed_event` has a ringbuffer of raised
59 callbacks are called when a new event is raised and there is no more room.
/Linux-v4.19/Documentation/input/devices/
Dcs461x.rst22 behavior in my case was not raised the requirement of joystick calibration.
Dwalkera0701.rst98 (Warning, pulses on ACK are inverted by transistor, irq is raised up on sync
/Linux-v4.19/Documentation/PCI/endpoint/
Dpci-test-function.txt56 Bit 6 : IRQ raised
/Linux-v4.19/Documentation/devicetree/bindings/gpio/
Dsnps-dwapb-gpio.txt28 - interrupts : The interrupts to the parent controller raised when GPIOs
/Linux-v4.19/Documentation/driver-api/dmaengine/
Dpxa_dma.rst122 is raised. Upon this interrupt, a tasklet is scheduled for the physical
133 be raised, and the tasklet will be scheduled once again, having a new
/Linux-v4.19/Documentation/x86/
Dintel_mpx.txt53 this point, a bounds fault (#BR) is raised, the kernel allocates a
57 a separate kind of #BR is raised which will deliver a signal with
110 similar conceptually to a page fault and will be raised by the MPX
/Linux-v4.19/Documentation/x86/x86_64/
Dmm.txt69 memory window (this size is arbitrary, it can be raised later if needed).
/Linux-v4.19/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt102 be raised, with a string that explains the problem.
/Linux-v4.19/Documentation/hwmon/
Dcoretemp34 may be raised, if the temperature grows enough (more than TjMax) to trigger
/Linux-v4.19/Documentation/filesystems/caching/
Dobject.txt122 Then when an event is raised (by calling fscache_raise_event()), if the event
281 There are a number of events that can be raised to an object state machine:
/Linux-v4.19/arch/m68k/fpsp040/
Dsetox.S169 | raised, to simulate that exception cost to much than the
177 | raised by 7.3. That is the only exception raised by 7.3.
/Linux-v4.19/Documentation/media/v4l-drivers/
Dpxa_camera.rst95 When all pages are transferred, the DMA irq is raised on "ENDINTR" status
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethernet/
Dethernet-driver.rst114 is sent to the CPU; notifications are raised per channel, so even if multiple
/Linux-v4.19/Documentation/PCI/
DMSI-HOWTO.txt46 the interrupt handler must read a register on the device which raised
50 pass the data writes, so by the time the interrupt is raised, the driver
/Linux-v4.19/Documentation/
Drtc.txt60 raised, and the remaining bytes contain the number of interrupts since
/Linux-v4.19/Documentation/media/uapi/v4l/
Dvidioc-dqevent.rst161 events are raised than there is room internally. In that case the
/Linux-v4.19/Documentation/networking/
Dkcm.txt267 An application should include a thread to monitor errors raised on
Dena.txt275 interrupt is raised.
/Linux-v4.19/Documentation/virtual/kvm/
Dtimekeeping.txt112 output remains high. When the gate is raised, a countdown is initiated
414 inactive, the P-state may be raised temporarily to service cache misses from

12