Home
last modified time | relevance | path

Searched full:raised (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/kernel/linux/linux-5.10/kernel/
Dirq_work.c118 struct llist_head *raised, *lazy; in irq_work_needs_cpu() local
120 raised = this_cpu_ptr(&raised_list); in irq_work_needs_cpu()
123 if (llist_empty(raised) || arch_irq_work_has_interrupt()) in irq_work_needs_cpu()
186 struct llist_head *raised = this_cpu_ptr(&raised_list); in irq_work_tick() local
188 if (!llist_empty(raised) && !arch_irq_work_has_interrupt()) in irq_work_tick()
189 irq_work_run_list(raised); in irq_work_tick()
/kernel/linux/linux-5.10/lib/math/
Dint_pow.c14 * @base: base which will be raised to the given power
15 * @exp: power to be raised to
17 * Computes: pow(base, exp), i.e. @base raised to the @exp power
/kernel/linux/linux-6.6/lib/math/
Dint_pow.c14 * @base: base which will be raised to the given power
15 * @exp: power to be raised to
17 * Computes: pow(base, exp), i.e. @base raised to the @exp power
/kernel/linux/linux-6.6/kernel/
Dirq_work.c186 struct llist_head *raised, *lazy; in irq_work_needs_cpu() local
188 raised = this_cpu_ptr(&raised_list); in irq_work_needs_cpu()
191 if (llist_empty(raised) || arch_irq_work_has_interrupt()) in irq_work_needs_cpu()
271 struct llist_head *raised = this_cpu_ptr(&raised_list); in irq_work_tick() local
273 if (!llist_empty(raised) && !arch_irq_work_has_interrupt()) in irq_work_tick()
274 irq_work_run_list(raised); in irq_work_tick()
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-6.6/arch/powerpc/kvm/
Dmpic.c181 struct irq_queue raised; member
367 * it is still raised, in case ctpr is lowered later. in IRQ_local_pipe()
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()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dmpic.c181 struct irq_queue raised; member
367 * it is still raised, in case ctpr is lowered later. in IRQ_local_pipe()
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()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
Dtest_FCOMI.c102 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it in test_qnan()
131 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it in testu_qnan()
160 // " fnclex""\n" // flds of a snan raised FE_INVALID, clear it in testu_snan()
246 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it in testp_qnan()
274 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it in testup_qnan()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
Dtest_FCOMI.c102 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it in test_qnan()
131 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it in testu_qnan()
160 // " fnclex""\n" // flds of a snan raised FE_INVALID, clear it in testu_snan()
246 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it in testp_qnan()
274 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it in testup_qnan()
/kernel/linux/linux-6.6/include/uapi/linux/
Dkfd_ioctl.h1068 * @dbg_fd (IN) - fd the KFD will nofify the debugger with of raised
1103 * All other exceptions are raised to runtime through err_payload_addr.
1116 * Set new exceptions to be raised to the debugger.
1179 * @exception_mask (IN) - raised exceptions to clear
1301 * Find one or more raised exceptions. This function can return multiple
1303 * all raised exceptions, this function must be called repeatedly until it
1309 * @exception_mask (IN/OUT) - exception to clear (IN) and raised (OUT)
1310 * @gpu_id (OUT) - gpu id of exceptions raised
1311 * @queue_id (OUT) - queue id of exceptions raised
1314 * Return - 0 on raised exception found
[all …]
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-5.10/arch/powerpc/math-emu/
Dfdiv.c33 printk("%s: FPSCR_VXZDZ raised\n", __func__); in fdiv()
39 printk("%s: FPSCR_VXIDI raised\n", __func__); in fdiv()
Dfdivs.c34 printk("%s: FPSCR_VXZDZ raised\n", __func__); in fdivs()
40 printk("%s: FPSCR_VXIDI raised\n", __func__); in fdivs()
/kernel/linux/linux-6.6/arch/powerpc/math-emu/
Dfdiv.c33 printk("%s: FPSCR_VXZDZ raised\n", __func__); in fdiv()
39 printk("%s: FPSCR_VXIDI raised\n", __func__); in fdiv()
Dfdivs.c34 printk("%s: FPSCR_VXZDZ raised\n", __func__); in fdivs()
40 printk("%s: FPSCR_VXIDI raised\n", __func__); in fdivs()
/kernel/linux/linux-5.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.
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-6.6/include/linux/
Dhil_mlc.h136 struct semaphore csem; /* Raised when loop idle */
139 struct semaphore osem; /* Raised when outpacket dispatched */
143 struct semaphore isem; /* Raised when a packet arrives */
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/
Dtm-signal-context-force-tm.c12 * saved prior to the signal being raised, and it is restored when there is
83 * fork() prior to the signal being raised. in usr_signal_handler()
145 * the signal is raised. in tm_trap_test()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/tm/
Dtm-signal-context-force-tm.c12 * saved prior to the signal being raised, and it is restored when there is
83 * fork() prior to the signal being raised. in usr_signal_handler()
145 * the signal is raised. in tm_trap_test()
/kernel/linux/linux-5.10/include/linux/
Dhil_mlc.h136 struct semaphore csem; /* Raised when loop idle */
139 struct semaphore osem; /* Raised when outpacket dispatched */
143 struct semaphore isem; /* Raised when a packet arrives */
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
Ducontext.h40 * despite the fact that the SS selector when the signal was raised is
47 * the signal was raised.. Old kernels would lose track of the
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
Ducontext.h40 * despite the fact that the SS selector when the signal was raised is
47 * the signal was raised.. Old kernels would lose track of the
/kernel/linux/linux-5.10/Documentation/arm64/
Dtagged-pointers.rst40 result in an error code being returned, a (fatal) signal being raised,
59 inside siginfo_t. One exception to this rule is for signals raised in
/kernel/linux/linux-6.6/Documentation/arch/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

12345678910>>...24