Searched full:decremented (Results 1 – 25 of 221) sorted by relevance
123456789
/linux-6.8/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.8/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.8/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.8/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 | 487 * decremented in all cases, even if it returns an error code. 503 * decremented in all cases, even if it returns an error code. 520 * decremented in all cases, even if it returns an error code.
|
/linux-6.8/Documentation/devicetree/bindings/dma/ |
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.8/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.8/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.8/tools/perf/util/ |
D | addr_location.c | 26 * addr_location__put(), so that the refcounts can be decremented.
|
/linux-6.8/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.8/drivers/md/ |
D | dm-builtin.c | 30 * count is decremented
|
/linux-6.8/lib/ |
D | dec_and_lock.c | 8 * reference count, and return locked if it decremented to zero".
|
/linux-6.8/fs/btrfs/ |
D | block-group.h | 213 * Decremented when an ordered extent that represents an IO against this 224 * field is 0). Decremented by such tasks once they create an ordered
|
/linux-6.8/drivers/w1/ |
D | w1_internal.h | 41 * returns the reference count after it has been decremented
|
/linux-6.8/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.8/drivers/net/wireless/broadcom/b43/ |
D | pio.h | 79 * This is decremented on queueing a packet and incremented
|
/linux-6.8/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | cn10k.c | 398 /* The amount of decremented tokens is calculated according to in cn10k_set_ipolicer_rate() 409 * decremented becomes 1 i.e, 1 token per packeet. in cn10k_set_ipolicer_rate()
|
/linux-6.8/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.8/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
|
/linux-6.8/net/core/ |
D | request_sock.c | 73 * decremented by this function when fastopen_rsk is no longer needed.
|
/linux-6.8/drivers/crypto/caam/ |
D | error.c | 82 …nd is invalid or a SEQ KEY, SEQ LOAD, SEQ FIFO LOAD, or SEQ FIFO STORE decremented the input or ou… 116 { 0xF0, "IPsec TTL or hop limit field either came in as 0, or was decremented to 0" },
|
/linux-6.8/fs/bcachefs/ |
D | six.c | 630 * @lock will have read count incremented and intent count decremented 644 * decremented 682 * decremented
|
/linux-6.8/drivers/cpuidle/ |
D | coupled.c | 218 * cpu has decremented its ready counter, leading to the ready counter going 222 * Returns 0 if the counter was decremented successfully, -EINVAL if the ready 619 * already decremented its waiting_count. in cpuidle_enter_state_coupled()
|
123456789