| /kernel/linux/linux-5.10/kernel/ |
| D | irq_work.c | 118 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-4.19/kernel/ |
| D | irq_work.c | 126 struct llist_head *raised, *lazy; in irq_work_needs_cpu() local 128 raised = this_cpu_ptr(&raised_list); in irq_work_needs_cpu() 131 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/ |
| D | int_pow.c | 14 * @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-5.10/Documentation/devicetree/bindings/power/supply/ |
| D | da9150-fg.txt | 8 - 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-4.19/Documentation/devicetree/bindings/power/supply/ |
| D | da9150-fg.txt | 8 - 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-4.19/arch/powerpc/kvm/ |
| D | mpic.c | 182 struct irq_queue raised; member 368 * it is still raised, in case ctpr is lowered later. in IRQ_local_pipe() 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() [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kvm/ |
| D | mpic.c | 181 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/ |
| D | test_FCOMI.c | 102 " 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-4.19/tools/testing/selftests/x86/ |
| D | test_FCOMI.c | 102 " 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-4.19/arch/powerpc/math-emu/ |
| D | fdiv.c | 33 printk("%s: FPSCR_VXZDZ raised\n", __func__); in fdiv() 39 printk("%s: FPSCR_VXIDI raised\n", __func__); in fdiv()
|
| D | fdivs.c | 34 printk("%s: FPSCR_VXZDZ raised\n", __func__); in fdivs() 40 printk("%s: FPSCR_VXIDI raised\n", __func__); in fdivs()
|
| /kernel/linux/linux-5.10/arch/powerpc/math-emu/ |
| D | fdiv.c | 33 printk("%s: FPSCR_VXZDZ raised\n", __func__); in fdiv() 39 printk("%s: FPSCR_VXIDI raised\n", __func__); in fdiv()
|
| D | fdivs.c | 34 printk("%s: FPSCR_VXZDZ raised\n", __func__); in fdivs() 40 printk("%s: FPSCR_VXIDI raised\n", __func__); in fdivs()
|
| /kernel/linux/linux-4.19/arch/x86/include/uapi/asm/ |
| D | ucontext.h | 40 * 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/arch/x86/include/uapi/asm/ |
| D | ucontext.h | 40 * 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-4.19/include/linux/ |
| D | hil_mlc.h | 136 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/ |
| D | tm-signal-context-force-tm.c | 12 * 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/ |
| D | hil_mlc.h | 136 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-4.19/Documentation/media/kapi/ |
| D | v4l2-event.rst | 23 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.
|
| /kernel/linux/linux-5.10/Documentation/driver-api/media/ |
| D | v4l2-event.rst | 24 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-4.19/Documentation/arm64/ |
| D | tagged-pointers.txt | 35 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
|
| /kernel/linux/linux-5.10/Documentation/arm64/ |
| D | tagged-pointers.rst | 40 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-5.10/Documentation/admin-guide/perf/ |
| D | imx-ddr.rst | 13 interrupt is raised. If any other counter overflows, it continues counting, and 14 no interrupt is raised.
|
| /kernel/linux/linux-4.19/block/ |
| D | bfq-iosched.c | 80 * weight-raised while it is deemed interactive, this maximum time 312 * weight-raised at the beginning of their I/O. On the opposite end, 313 * while being weight-raised, these applications 347 * have no right to be weight-raised any longer. 685 * This holds even if low_latency is on, because weight-raised queues 700 * non-weight-raised, and hence change its weight, and in bfq_weights_tree_add() 929 * mplayer took 23 seconds to start, if constantly weight-raised. in bfq_wr_duration() 1364 * to recover a hole, or that either are weight-raised or deserve to 1365 * be weight-raised. 1495 * raised at startup (as for any newly in bfq_update_bfqq_wr_on_rq_arrival() [all …]
|
| /kernel/linux/linux-4.19/arch/arm/nwfpe/ |
| D | softfloat-specialize | 106 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.
|