Home
last modified time | relevance | path

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

123

/linux-5.19.10/kernel/
Dirq_work.c176 struct llist_head *raised, *lazy; in irq_work_needs_cpu() local
178 raised = this_cpu_ptr(&raised_list); in irq_work_needs_cpu()
181 if (llist_empty(raised) || arch_irq_work_has_interrupt()) in irq_work_needs_cpu()
261 struct llist_head *raised = this_cpu_ptr(&raised_list); in irq_work_tick() local
263 if (!llist_empty(raised) && !arch_irq_work_has_interrupt()) in irq_work_tick()
264 irq_work_run_list(raised); in irq_work_tick()
/linux-5.19.10/arch/powerpc/kvm/
Dmpic.c181 struct irq_queue raised; member
370 IRQ_setbit(&dst->raised, n_IRQ); in IRQ_local_pipe()
372 IRQ_resetbit(&dst->raised, n_IRQ); in IRQ_local_pipe()
374 IRQ_check(opp, &dst->raised); in IRQ_local_pipe()
389 __func__, n_CPU, n_IRQ, dst->raised.next); in IRQ_local_pipe()
394 if (dst->raised.priority > dst->ctpr && in IRQ_local_pipe()
395 dst->raised.priority > dst->servicing.priority) { in IRQ_local_pipe()
397 __func__, n_IRQ, dst->raised.next, in IRQ_local_pipe()
398 dst->raised.priority, dst->ctpr, in IRQ_local_pipe()
547 memset(&opp->dst[i].raised, 0, sizeof(struct irq_queue)); in openpic_reset()
[all …]
/linux-5.19.10/Documentation/devicetree/bindings/power/supply/
Ddlg,da9150-fuel-gauge.yaml27 description: Battery discharge level (%) where warning event raised.
34 Battery discharge level (%) where critical event raised.
/linux-5.19.10/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-5.19.10/Documentation/driver-api/media/
Dv4l2-event.rst24 raised by the driver.
41 so that an event can be raised by that object. So the ``node`` field can
50 - struct v4l2_subscribed_event has a ringbuffer of raised
60 callbacks are called when a new event is raised and there is no more room.
/linux-5.19.10/Documentation/ABI/testing/
Dusb-uevent6 longer functional a uevent will be raised. The uevent will
/linux-5.19.10/Documentation/arm64/
Dtagged-pointers.rst40 result in an error code being returned, a (fatal) signal being raised,
69 For signals raised in response to watchpoint debug exceptions, the
Dtagged-address-abi.rst102 result in an error code being returned, a (fatal) signal being raised,
133 being returned, a (fatal) signal being raised, or other modes of
/linux-5.19.10/Documentation/admin-guide/perf/
Dimx-ddr.rst13 interrupt is raised. If any other counter overflows, it continues counting, and
14 no interrupt is raised.
/linux-5.19.10/Documentation/devicetree/bindings/mailbox/
Dallwinner,sun6i-a31-msgbox.yaml15 is raised for received messages, but software must poll to know when a
/linux-5.19.10/Documentation/devicetree/bindings/iio/proximity/
Dparallax-ping.yaml14 - ping-gpios is raised by the driver to start measurement
Ddevantech-srf04.yaml14 - trigger-gpio is raised by the driver to start sending out an ultrasonic
/linux-5.19.10/Documentation/devicetree/bindings/bus/
Dbaikal,bt1-apb.yaml18 device not responding on timeout an IRQ is raised with an erroneous address
Dbaikal,bt1-axi.yaml21 an IRQ is raised and a faulty situation is reported to the AXI EHB
/linux-5.19.10/Documentation/devicetree/bindings/display/panel/
Dsamsung,s6d27a1.yaml28 This can also be raised for other reasons like erroneous
Dsamsung,lms380kf01.yaml30 This can also be raised for other reasons like erroneous
/linux-5.19.10/Documentation/core-api/
Dentry.rst134 If an interrupt is raised while the CPU executes in user space, the entry
137 If the interrupt is raised while the CPU executes in kernel space the entry and
139 interrupt is raised in the context of the CPU's idle task. Otherwise, RCU will
/linux-5.19.10/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-5.19.10/Documentation/devicetree/bindings/gpio/
Dsnps,dw-apb-gpio.yaml79 The interrupts to the parent controller raised when GPIOs generate
/linux-5.19.10/Documentation/PCI/endpoint/
Dpci-test-function.rst65 Bit 6 IRQ raised
/linux-5.19.10/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-5.19.10/tools/testing/selftests/arm64/signal/
DREADME27 - 'mangle_' tests: a real signal (SIGUSR1) is raised and used as a trigger
/linux-5.19.10/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt102 be raised, with a string that explains the problem.
/linux-5.19.10/Documentation/hwmon/
Dcoretemp.rst43 may be raised, if the temperature grows enough (more than TjMax) to trigger

123