Searched full:decremented (Results 1 – 25 of 233) sorted by relevance
12345678910
/linux-6.14.4/arch/sh/include/asm/ |
D | dma-register.h | 35 #define DM_DEC 0x00008000 /* Destination addresses are decremented */ 38 #define SM_DEC 0x00002000 /* Source addresses are decremented */
|
/linux-6.14.4/drivers/pci/ |
D | search.c | 262 * list. The reference count for @from is always decremented if it is not 299 * The reference count for @from is always decremented if it is not %NULL. 328 * always decremented if it is not %NULL. 348 * on the global list. The reference count for @from is always decremented 376 * global list. The reference count for @from is always decremented if it is
|
/linux-6.14.4/arch/arm64/lib/ |
D | kasan_sw_tags.S | 20 * sp: pre-decremented by 256 bytes (see below for restore) 22 * The caller has decremented the SP by 256 bytes, and created a
|
D | memcmp.S | 74 Limit is pre-decremented by 16 and must be larger than zero.
|
/linux-6.14.4/include/linux/ |
D | sh_dma.h | 101 #define DM_DEC 0x00008000 /* Destination addresses are decremented */ 104 #define SM_DEC 0x00002000 /* Source addresses are decremented */
|
D | pm_runtime.h | 489 * decremented in all cases, even if it returns an error code. 505 * decremented in all cases, even if it returns an error code. 522 * decremented in all cases, even if it returns an error code.
|
/linux-6.14.4/Documentation/devicetree/bindings/dma/stm32/ |
D | st,stm32-mdma.yaml | 25 0x3: Source address pointer is decremented after each data transfer 29 0x3: Destination address pointer is decremented after each data transfer
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | sysfs-bus-counter | 110 has decremented to 1, the output signal goes low for one 118 If the initial count is even, the counter is decremented 125 (an even number) is loaded and then is decremented by 205 Accumulated count is decremented.
|
/linux-6.14.4/drivers/md/dm-vdo/ |
D | recovery-journal.h | 64 * subsequently decremented when that block is filled and then committed for the last time. This 66 * incremented once for each entry added to a block, and decremented once each time the block map 74 * counter for the journal block it references is decremented. Whenever the counter for the head
|
/linux-6.14.4/include/linux/dma/ |
D | ti-cppi5.h | 661 * Type 1-11: when ICNT1 is decremented 665 * decremented 669 * decremented 701 * be decremented by 1 703 * be decremented by 1 705 * decremented by 1
|
/linux-6.14.4/tools/perf/util/ |
D | addr_location.c | 26 * addr_location__put(), so that the refcounts can be decremented.
|
/linux-6.14.4/Documentation/userspace-api/ |
D | ntsync.rst | 26 when the counter is nonzero. The counter is decremented by one when a 166 decremented appropriately. 184 The mutex's count will be decremented by one. If decrementing the
|
/linux-6.14.4/drivers/acpi/acpica/ |
D | utdelete.c | 429 "%s: Obj %p Type %.2X Refs %.2X [Decremented]\n", in acpi_ut_update_ref_count() 476 * Object references are decremented when: 702 * PARAMETERS: object - Object whose ref count will be decremented 731 "%s: Obj %p Current Refs=%X [To Be Decremented]\n", in acpi_ut_remove_reference()
|
/linux-6.14.4/drivers/md/ |
D | dm-builtin.c | 30 * count is decremented
|
/linux-6.14.4/lib/ |
D | dec_and_lock.c | 8 * reference count, and return locked if it decremented to zero".
|
/linux-6.14.4/drivers/w1/ |
D | w1_internal.h | 41 * returns the reference count after it has been decremented
|
/linux-6.14.4/tools/testing/selftests/livepatch/test_modules/ |
D | test_klp_syscall.c | 97 * number of pending pids is decremented. in livepatch_init()
|
/linux-6.14.4/fs/btrfs/ |
D | block-group.h | 226 * Decremented when an ordered extent that represents an IO against this 237 * field is 0). Decremented by such tasks once they create an ordered
|
/linux-6.14.4/Documentation/driver-api/driver-model/ |
D | binding.rst | 94 of the driver is decremented. All symlinks between the two are removed.
|
D | bus.rst | 83 called; it is decremented after the next object has been obtained. The
|
/linux-6.14.4/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_kms.h | 98 * reference is incremented when crtc is enabled, and decremented
|
/linux-6.14.4/drivers/net/wireless/broadcom/b43/ |
D | pio.h | 79 * This is decremented on queueing a packet and incremented
|
/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | cn10k.c | 403 /* The amount of decremented tokens is calculated according to in cn10k_set_ipolicer_rate() 414 * decremented becomes 1 i.e, 1 token per packeet. in cn10k_set_ipolicer_rate()
|
/linux-6.14.4/include/net/ |
D | nsh.h | 124 * The Service Index MUST be decremented by a value of 1 by Service 126 * and the new decremented SI value MUST be used in the egress packet's
|
/linux-6.14.4/Documentation/RCU/ |
D | rcubarrier.rst | 249 8 increments the global counter. This counter will later be decremented 324 rcu_barrier_cpu_count being decremented to zero, so that line
|
12345678910