| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ |
| D | st,stm32-dma.yaml | 19 -bit 9: Peripheral Increment Address 20 0x0: no address increment between transfers 21 0x1: increment address between transfers 22 -bit 10: Memory Increment Address 23 0x0: no address increment between transfers 24 0x1: increment address between transfers 25 -bit 15: Peripheral Increment Offset Size
|
| D | st,stm32-mdma.yaml | 22 -bit 0-1: Source increment mode 26 -bit 2-3: Destination increment mode 30 -bit 8-9: Source increment offset size 35 -bit 10-11: Destination increment offset size
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_hybla.c | 20 u32 snd_cwnd_cents; /* Keeps increment values when it is <1, <<7 */ 94 u32 increment, odd, rho_fractions; in hybla_cong_avoid() local 131 increment = ((1 << min(ca->rho, 16U)) * in hybla_cong_avoid() 137 * as long as increment is estimated as (rho<<7)/window in hybla_cong_avoid() 140 increment = ca->rho2_7ls / tp->snd_cwnd; in hybla_cong_avoid() 141 if (increment < 128) in hybla_cong_avoid() 145 odd = increment % 128; in hybla_cong_avoid() 146 tp->snd_cwnd += increment >> 7; in hybla_cong_avoid() 156 if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tp->snd_cwnd) { in hybla_cong_avoid()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/dma/ |
| D | st,stm32-dma.yaml | 19 -bit 9: Peripheral Increment Address 20 0x0: no address increment between transfers 21 0x1: increment address between transfers 22 -bit 10: Memory Increment Address 23 0x0: no address increment between transfers 24 0x1: increment address between transfers 25 -bit 15: Peripheral Increment Offset Size
|
| D | st,stm32-mdma.yaml | 22 -bit 0-1: Source increment mode 26 -bit 2-3: Destination increment mode 30 -bit 8-9: Source increment offset size 35 -bit 10-11: Destination increment offset size
|
| /kernel/linux/linux-6.6/net/ipv4/ |
| D | tcp_hybla.c | 20 u32 snd_cwnd_cents; /* Keeps increment values when it is <1, <<7 */ 94 u32 increment, odd, rho_fractions; in hybla_cong_avoid() local 131 increment = ((1 << min(ca->rho, 16U)) * in hybla_cong_avoid() 137 * as long as increment is estimated as (rho<<7)/window in hybla_cong_avoid() 140 increment = ca->rho2_7ls / tcp_snd_cwnd(tp); in hybla_cong_avoid() 141 if (increment < 128) in hybla_cong_avoid() 145 odd = increment % 128; in hybla_cong_avoid() 146 tcp_snd_cwnd_set(tp, tcp_snd_cwnd(tp) + (increment >> 7)); in hybla_cong_avoid() 156 if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tcp_snd_cwnd(tp)) { in hybla_cong_avoid()
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/amdzen3/ |
| D | floating-point.json | 6 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 13 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 20 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 27 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 34 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 46 …Event since it can count above 15 events per cycle. See 2.1.17.3 [Large Increment per Cycle Events… 52 …Event since it can count above 15 events per cycle. See 2.1.17.3 [Large Increment per Cycle Events… 58 …Event since it can count above 15 events per cycle. See 2.1.17.3 [Large Increment per Cycle Events… 64 …Event since it can count above 15 events per cycle. See 2.1.17.3 [Large Increment per Cycle Events…
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | iversion.h | 40 * was last incremented, we can skip the increment in most cases. 44 * fashion, we might as well increment it as well. 63 * ensures that the next attempted inode increment will result in the value 74 * increment it on the next change. After that, we can clear the flag and 162 * Set @inode's i_version field to @val, and flag it for increment on the next 183 * @force: increment the counter even if it's not necessary? 188 * If "force" is set or the QUERIED flag is set, then ensure that we increment 232 * inode_inc_iversion - forcibly increment i_version 235 * Forcbily increment the i_version field. This always results in a change to 258 * inode_inc_iversion_raw - forcibly increment raw i_version [all …]
|
| D | percpu-refcount.h | 190 * percpu_ref_get_many - increment a percpu refcount 213 * percpu_ref_get - increment a percpu refcount 226 * percpu_ref_tryget_many - try to increment a percpu refcount 230 * Increment a percpu refcount by @nr unless its count already reached zero. 256 * percpu_ref_tryget - try to increment a percpu refcount 259 * Increment a percpu refcount unless its count already reached zero. 270 * percpu_ref_tryget_live - try to increment a live percpu refcount 273 * Increment a percpu refcount unless it has already been killed. Returns
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | iversion.h | 58 * was last incremented, we can skip the increment in most cases. 62 * fashion, we might as well increment it as well. 81 * ensures that the next attempted inode increment will result in the value 92 * increment it on the next change. After that, we can clear the flag and 175 * Set @inode's i_version field to @val, and flag it for increment on the next 196 * inode_inc_iversion - forcibly increment i_version 199 * Forcbily increment the i_version field. This always results in a change to 222 * inode_inc_iversion_raw - forcibly increment raw i_version 225 * Forcbily increment the raw i_version field. This always results in a change 230 * delegation, it must increment the value itself. This function does that.
|
| D | percpu-refcount.h | 190 * percpu_ref_get_many - increment a percpu refcount 213 * percpu_ref_get - increment a percpu refcount 226 * percpu_ref_tryget_many - try to increment a percpu refcount 230 * Increment a percpu refcount by @nr unless its count already reached zero. 256 * percpu_ref_tryget - try to increment a percpu refcount 259 * Increment a percpu refcount unless its count already reached zero. 292 * percpu_ref_tryget_live - try to increment a live percpu refcount 295 * Increment a percpu refcount unless it has already been killed. Returns
|
| /kernel/linux/linux-6.6/arch/sparc/lib/ |
| D | atomic_64.S | 22 ENTRY(arch_atomic_##op) /* %o0 = increment, %o1 = atomic_ptr */ \ 37 ENTRY(arch_atomic_##op##_return) /* %o0 = increment, %o1 = atomic_ptr */\ 52 ENTRY(arch_atomic_fetch_##op) /* %o0 = increment, %o1 = atomic_ptr */ \ 88 ENTRY(arch_atomic64_##op) /* %o0 = increment, %o1 = atomic_ptr */ \ 103 ENTRY(arch_atomic64_##op##_return) /* %o0 = increment, %o1 = atomic_ptr */ \ 118 ENTRY(arch_atomic64_fetch_##op) /* %o0 = increment, %o1 = atomic_ptr */ \
|
| /kernel/linux/linux-5.10/arch/sparc/lib/ |
| D | atomic_64.S | 22 ENTRY(atomic_##op) /* %o0 = increment, %o1 = atomic_ptr */ \ 37 ENTRY(atomic_##op##_return) /* %o0 = increment, %o1 = atomic_ptr */ \ 52 ENTRY(atomic_fetch_##op) /* %o0 = increment, %o1 = atomic_ptr */ \ 88 ENTRY(atomic64_##op) /* %o0 = increment, %o1 = atomic_ptr */ \ 103 ENTRY(atomic64_##op##_return) /* %o0 = increment, %o1 = atomic_ptr */ \ 118 ENTRY(atomic64_fetch_##op) /* %o0 = increment, %o1 = atomic_ptr */ \
|
| /kernel/linux/linux-6.6/fs/ntfs/ |
| D | mst.c | 78 * Increment position in usa and restore original data from in post_read_mst_fixup() 82 /* Increment position in data as well. */ in post_read_mst_fixup() 132 * Cyclically increment the update sequence number in pre_write_mst_fixup() 145 * Increment the position in the usa and save the in pre_write_mst_fixup() 151 /* Increment position in data as well. */ in pre_write_mst_fixup() 181 * Increment position in usa and restore original data from in post_write_mst_fixup() 186 /* Increment position in data as well. */ in post_write_mst_fixup()
|
| /kernel/linux/linux-5.10/fs/ntfs/ |
| D | mst.c | 78 * Increment position in usa and restore original data from in post_read_mst_fixup() 82 /* Increment position in data as well. */ in post_read_mst_fixup() 132 * Cyclically increment the update sequence number in pre_write_mst_fixup() 145 * Increment the position in the usa and save the in pre_write_mst_fixup() 151 /* Increment position in data as well. */ in pre_write_mst_fixup() 181 * Increment position in usa and restore original data from in post_write_mst_fixup() 186 /* Increment position in data as well. */ in post_write_mst_fixup()
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/amdzen1/ |
| D | floating-point.json | 6 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 13 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 20 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 27 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 34 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 41 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 48 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 55 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 62 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 69 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one…
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen1/ |
| D | floating-point.json | 6 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 13 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 20 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 27 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 34 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 41 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 48 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 55 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 62 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one… 69 …ions performed by x87, MMX, and SSE instructions, including moves. Each increment represents a one…
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/jaketown/ |
| D | uncore-memory.json | 104 …l. This counter is only useful with ECC DRAM devices. This count will increment one time for eac… 164 …If multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather th… 173 …If multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather th… 182 …If multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather th… 191 …If multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather th… 200 …If multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather th… 209 …If multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather th… 218 …If multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather th… 227 …If multiple ranks are in CKE ON mode at one time, the counter will ONLY increment by one rather th… 252 …anks are selected and are being throttled at the same time, the counter will only increment by 1.", [all …]
|
| /kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
| D | asmmacro.h | 24 * inc increment 30 * inc_log2 increment [in log2] 42 * inc increment 134 * end of loop with no increment of the address. 145 * end of loop with increment of the address.
|
| /kernel/linux/linux-5.10/kernel/locking/ |
| D | percpu-rwsem.c | 52 * the same CPU as the increment, avoiding the in __percpu_down_read_trylock() 53 * increment-on-one-CPU-and-decrement-on-another problem. in __percpu_down_read_trylock() 56 * writer is guaranteed to see the reader's increment. in __percpu_down_read_trylock() 58 * Conversely, any readers that increment their sem->read_count after in __percpu_down_read_trylock() 194 * newly arriving readers increment a given counter, they will immediately 233 * see their sem->read_count increment, and therefore will wait for in percpu_down_write()
|
| /kernel/linux/linux-6.6/Documentation/translations/zh_CN/core-api/ |
| D | local_ops.rst | 150 /* Increment the counter from a non preemptible context */ 151 printk("Increment on cpu %d\n", smp_processor_id()); 166 /* Increment the counters */ 179 /* initialize the timer that will increment the counter */
|
| /kernel/linux/linux-5.10/include/uapi/sound/sof/ |
| D | abi.h | 15 * 1) Increment MAJOR version if you make incompatible API changes. MINOR and 18 * 2) Increment MINOR version if you add backwards compatible features or 21 * 3) Increment PATCH version if you add backwards compatible bug fixes.
|
| /kernel/linux/linux-6.6/arch/sh/kernel/ |
| D | head_32.S | 178 add #1, r10 /* Increment the loop counter */ 181 add r4, r7 /* Increment to the next PMB_DATA entry */ 238 /* Increment to the next PMB_DATA entry */ \ 240 /* Increment to the next PMB_ADDR entry */ \ 242 /* Increment number of PMB entries */ \ 283 add #1, r10 /* Increment the loop counter */ 286 add r4, r3 /* Increment to the next PMB_ADDR entry */
|
| /kernel/linux/linux-5.10/arch/sh/kernel/ |
| D | head_32.S | 178 add #1, r10 /* Increment the loop counter */ 181 add r4, r7 /* Increment to the next PMB_DATA entry */ 238 /* Increment to the next PMB_DATA entry */ \ 240 /* Increment to the next PMB_ADDR entry */ \ 242 /* Increment number of PMB entries */ \ 283 add #1, r10 /* Increment the loop counter */ 286 add r4, r3 /* Increment to the next PMB_ADDR entry */
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| D | saa711x_regs.h | 232 "Increment delay"}, 325 "Audio master clock nominal increment"}, 424 "Task A: Horizontal luminance scaling increment"}, 429 "Task A: Horizontal chrominance scaling increment"}, 436 "Task A: Vertical luminance scaling increment"}, 438 "Task A: Vertical chrominance scaling increment"}, 500 "Task B: Horizontal luminance scaling increment"}, 512 "Task B: Vertical luminance scaling increment"}, 514 "Task B: Vertical chrominance scaling increment"}, 543 "PLL2 Increment"},
|