/linux/lib/math/ |
H A 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
|
/linux/kernel/ |
H A D | irq_work.c | 186 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()
|
/linux/arch/powerpc/kvm/ |
H A 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 …]
|
/linux/tools/testing/selftests/x86/ |
H A 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()
|
/linux/include/uapi/linux/ |
H A D | kfd_ioctl.h | 1152 * @dbg_fd (IN) - fd the KFD will nofify the debugger with of raised 1187 * All other exceptions are raised to runtime through err_payload_addr. 1200 * Set new exceptions to be raised to the debugger. 1263 * @exception_mask (IN) - raised exceptions to clear 1385 * Find one or more raised exceptions. This function can return multiple 1387 * all raised exceptions, this function must be called repeatedly until it 1393 * @exception_mask (IN/OUT) - exception to clear (IN) and raised (OUT) 1394 * @gpu_id (OUT) - gpu id of exceptions raised 1395 * @queue_id (OUT) - queue id of exceptions raised 1398 * Return - 0 on raised exception found [all …]
|
/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | dlg,da9150-fuel-gauge.yaml | 27 description: Battery discharge level (%) where warning event raised. 34 Battery discharge level (%) where critical event raised.
|
/linux/Documentation/driver-api/media/ |
H A 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.
|
/linux/fs/tests/ |
H A D | exec_kunit.c | 40 * 0 rlim_stack will get raised to ARG_MAX. With 1 string pointer, 45 /* Validate that argc is always raised to a minimum of 1. */ 49 * 0 rlim_stack will get raised to ARG_MAX. With pointers filling ARG_MAX, 50 * we should see -E2BIG. (Note argc is always raised to at least 1.)
|
/linux/include/linux/ |
H A 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 */
|
/linux/arch/powerpc/math-emu/ |
H A D | fdiv.c | 33 printk("%s: FPSCR_VXZDZ raised\n", __func__); in fdiv() 39 printk("%s: FPSCR_VXIDI raised\n", __func__); in fdiv()
|
H A D | fdivs.c | 34 printk("%s: FPSCR_VXZDZ raised\n", __func__); in fdivs() 40 printk("%s: FPSCR_VXIDI raised\n", __func__); in fdivs()
|
/linux/arch/x86/include/uapi/asm/ |
H A 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
|
/linux/Documentation/arch/arm64/ |
H A D | tagged-pointers.rst | 40 result in an error code being returned, a (fatal) signal being raised, 69 For signals raised in response to watchpoint debug exceptions, the
|
H A D | tagged-address-abi.rst | 102 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/Documentation/core-api/ |
H A D | entry.rst | 134 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/arch/arm/nwfpe/ |
H A 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.
|
/linux/Documentation/admin-guide/perf/ |
H A D | imx-ddr.rst | 13 interrupt is raised. If any other counter overflows, it continues counting, and 14 no interrupt is raised.
|
/linux/block/ |
H A D | bfq-iosched.c | 71 * weight-raised while it is deemed interactive, this maximum time 318 * weight-raised at the beginning of their I/O. On the opposite end, 319 * while being weight-raised, these applications 353 * have no right to be weight-raised any longer. 905 * This holds even if low_latency is on, because weight-raised queues 921 * non-weight-raised, and hence change its weight, and in bfq_weights_tree_add() 1119 * mplayer took 23 seconds to start, if constantly weight-raised. in bfq_wr_duration() 1730 * raised at startup (as for any newly in bfq_update_bfqq_wr_on_rq_arrival() 1744 * weight-raised while they are pending. in bfq_update_bfqq_wr_on_rq_arrival() 1851 * bfqq deserves to be weight-raised if: in bfq_bfqq_handle_idle_busy_switch() [all …]
|
/linux/Documentation/devicetree/bindings/pci/ |
H A D | snps,dw-pcie-ep.yaml | 151 Application-specific IRQ raised depending on the vendor-specific 160 Combined interrupt signal raised when the controller has sent an
|
/linux/Documentation/ABI/testing/ |
H A D | usb-uevent | 6 longer functional a uevent will be raised. The uevent will
|
/linux/Documentation/driver-api/dmaengine/ |
H A D | pxa_dma.rst | 122 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/lib/math/tests/ |
H A D | int_pow_kunit.c | 20 { 5, 5, 3125, "Five raised to the fifth power" },
|
/linux/Documentation/devicetree/bindings/iio/proximity/ |
H A D | parallax-ping.yaml | 14 - ping-gpios is raised by the driver to start measurement
|
/linux/tools/testing/selftests/arm64/signal/ |
H A D | signals.S | 44 * words we are sure no bad fatal signal has been raised till now
|
/linux/include/linux/irqchip/ |
H A D | irq-bcm2836.h | 42 * use mailbox 0 for IPIs. The mailbox's interrupt is raised while
|