/openbmc/u-boot/board/armltd/integrator/ |
H A D | timer.c | 34 /* Keep total timer count to avoid losing decrements < div_timer */ 153 * i.e. how often the timer decrements
|
/openbmc/linux/lib/ |
H A D | lockref.c | 85 * lockref_put_not_zero - Decrements count unless count <= 1 before decrement 133 * lockref_put_or_lock - decrements count unless count <= 1 before decrement
|
H A D | rcuref.c | 52 * decrements. The result is checked after the operation. This optimizes 56 * decrements are not harmful as the reference count still stays in the 73 * decrements in rcuref_get() and rcuref_put():
|
H A D | klist.c | 23 * Internally, that routine takes the klist's lock, decrements the 307 * Must be called when done iterating over list, as it decrements the
|
H A D | refcount.c | 67 * No atomic_t counterpart, it decrements unless the value is 1, in which case
|
/openbmc/linux/drivers/clocksource/ |
H A D | mxs_timer.c | 95 /* timrot decrements the count */ in timrotv1_set_next_event() 104 /* timrot decrements the count */ in timrotv2_set_next_event()
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-queue-length.rst | 30 dm-queue-length increments/decrements 'in-flight' when an I/O is
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | atomic.h | 60 * Atomically decrements @v by 1 and
|
/openbmc/linux/tools/include/asm-generic/ |
H A D | atomic-gcc.h | 56 * Atomically decrements @v by 1 and
|
/openbmc/u-boot/drivers/board/ |
H A D | sandbox.c | 58 /* Decrements with every call */ in board_sandbox_get_int()
|
/openbmc/linux/drivers/w1/ |
H A D | w1_internal.h | 40 * decrements the reference on sl->master and sl, and cleans up if zero
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | backoff.h | 33 * an internal pause counter which decrements every 8 cycles. So the
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | atomic.h | 84 * Atomically decrements @v by 1.
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | intel_dptf.rst | 141 Power limit increment/decrements for Intel RAPL constraint 0 power limit 156 Power limit increment/decrements for Intel RAPL constraint 1 power limit
|
/openbmc/linux/drivers/cpuidle/ |
H A D | coupled.c | 215 * Decrements the ready counter, unless the ready (and thus the waiting) counter 217 * decrements the waiting counter and then re-increments it just before another 404 * Marks this cpu as no longer in the ready and waiting loops. Decrements 557 * another cpu leaves idle and decrements the waiting counter. in cpuidle_enter_state_coupled()
|
/openbmc/linux/samples/ftrace/ |
H A D | sample-trace-array.c | 89 * trace_array_put() decrements the reference counter associated with in simple_thread()
|
/openbmc/linux/drivers/counter/ |
H A D | i8254.c | 134 /* Rate Generator decrements 0 by one and the counter "wraps around" */ in i8254_count_ceiling_read() 141 /* Square Wave Mode decrements 0 by two and the counter "wraps around" */ in i8254_count_ceiling_read()
|
/openbmc/linux/include/linux/ |
H A D | refcount.h | 76 * The decrements will provide release order, such that all the prior loads and 87 * The decrements dec_and_test() and sub_and_test() also provide acquire
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | netdev_rx.c | 322 * hfi1_netdev_rx_destroy - Decrements netdevs counter, when it reaches 0 386 * Disable function decrements counter and when it is 0,
|
/openbmc/linux/drivers/md/ |
H A D | dm-io-rewind.c | 77 /* Decrements @dun by @dec, treating @dun as a multi-limb integer. */
|
/openbmc/linux/include/linux/pds/ |
H A D | pds_intr.h | 34 * register atomically decrements @int_credits
|
/openbmc/linux/drivers/usb/typec/ |
H A D | retimer.c | 63 * Decrements reference count for @retimer.
|
/openbmc/linux/tools/include/linux/ |
H A D | refcount.h | 28 * The decrements will provide release order, such that all the prior loads and
|
/openbmc/linux/Documentation/driver-api/tty/ |
H A D | tty_driver.rst | 22 It will decrements the reference count and if it reaches zero, the driver is
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | local.h | 63 * Atomically decrements @l by 1 and
|