/Linux-v6.1/net/ipv4/ |
D | tcp_hybla.c | 94 u32 increment, odd, rho_fractions; in hybla_cong_avoid() local 131 increment = ((1 << min(ca->rho, 16U)) * 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()
|
/Linux-v6.1/arch/x86/include/asm/ |
D | mtrr.h | 39 unsigned int type, bool increment); 41 unsigned int type, bool increment); 62 unsigned int type, bool increment) in mtrr_add() argument 67 unsigned int type, bool increment) in mtrr_add_page() argument
|
/Linux-v6.1/sound/isa/gus/ |
D | gus_volume.c | 71 unsigned short range, increment, value, i; 92 increment = 1; 94 increment = (value + (value >> 1)) / us; 95 return (range << 6) | (increment & 0x3f);
|
/Linux-v6.1/arch/x86/math-emu/ |
D | reg_ld_str.c | 382 unsigned long increment = 0; /* avoid gcc warnings */ in FPU_store_double() local 425 increment = ((tmp.sigl & 0x7ff) > 0x400) | /* nearest */ in FPU_store_double() 429 increment = in FPU_store_double() 434 increment = in FPU_store_double() 439 increment = 0; in FPU_store_double() 446 if (increment) { in FPU_store_double() 484 if (increment) in FPU_store_double() 567 unsigned long increment = 0; /* avoid gcc warnings */ in FPU_store_single() local 612 increment = ((sigh & 0xff) > 0x80) /* more than half */ in FPU_store_single() 617 increment = signpositive(&tmp) in FPU_store_single() [all …]
|
/Linux-v6.1/scripts/atomic/fallbacks/ |
D | inc_not_zero | 3 * arch_${atomic}_inc_not_zero - increment unless the number is zero 7 * Returns true if the increment was done.
|
D | inc_and_test | 3 * arch_${atomic}_inc_and_test - increment and test
|
/Linux-v6.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.h | 440 int increment, 524 unsigned int num_clips, int increment); 528 int increment); 548 unsigned int num_clips, int increment, 581 int increment,
|
/Linux-v6.1/tools/perf/util/ |
D | compress.h | 34 size_t process_header(void *record, size_t increment)); 55 size_t process_header(void *record, size_t increment) __maybe_unused) in zstd_compress_stream_to_records()
|
/Linux-v6.1/arch/x86/kernel/cpu/mtrr/ |
D | mtrr.c | 300 unsigned int type, bool increment) in mtrr_add_page() argument 375 if (increment) in mtrr_add_page() 388 if (increment) in mtrr_add_page() 452 bool increment) in mtrr_add() argument 459 increment); in mtrr_add()
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-iio-impedance-analyzer-ad5933 | 13 Frequency increment in Hz (step size) between consecutive 34 after each frequency increment, and before the ADC is triggered
|
/Linux-v6.1/net/sched/ |
D | sch_sfb.c | 60 u32 increment; /* d1 */ member 187 b->p_mark = prob_plus(b->p_mark, q->increment); in increment_prob() 484 .increment = (SFB_MAX_PROB + 500) / 1000, /* 0.1 % */ 532 q->increment = ctl->increment; in sfb_change() 577 .increment = q->increment, in sfb_dump()
|
/Linux-v6.1/arch/um/include/shared/ |
D | kern.h | 17 extern void *sbrk(int increment);
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_cm_common.c | 121 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm3_helper_translate_curve_to_hw_format() local 174 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm3_helper_translate_curve_to_hw_format() 178 i += increment) { in cm3_helper_translate_curve_to_hw_format() 320 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm3_helper_translate_curve_to_degamma_hw_format() local 351 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm3_helper_translate_curve_to_degamma_hw_format() 355 i += increment) { in cm3_helper_translate_curve_to_degamma_hw_format()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_cm_common.c | 323 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_hw_format() local 375 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm_helper_translate_curve_to_hw_format() 379 i += increment) { in cm_helper_translate_curve_to_hw_format() 520 uint32_t j, k, seg_distr[MAX_REGIONS_NUMBER], increment, start_index, hw_points; in cm_helper_translate_curve_to_degamma_hw_format() local 551 increment = NUMBER_SW_SEGMENTS / (1 << seg_distr[k]); in cm_helper_translate_curve_to_degamma_hw_format() 555 i += increment) { in cm_helper_translate_curve_to_degamma_hw_format()
|
/Linux-v6.1/drivers/net/wireless/microchip/wilc1000/ |
D | sdio.c | 46 u32 increment: 1; member 400 cmd.increment = 1; in wilc_sdio_write_reg() 444 cmd.increment = 1; in wilc_sdio_write() 466 cmd.increment = 1; in wilc_sdio_write() 519 cmd.increment = 1; in wilc_sdio_read_reg() 567 cmd.increment = 1; in wilc_sdio_read() 589 cmd.increment = 1; in wilc_sdio_read()
|
/Linux-v6.1/Documentation/devicetree/bindings/dma/ |
D | st_fdma.txt | 59 0x0: no address increment between transfers 60 0x1: increment address between transfers
|
/Linux-v6.1/Documentation/block/ |
D | stat.rst | 51 These values increment when an I/O request completes. 56 These values increment when an flush I/O request completes. 64 These values increment when an I/O request is merged with an
|
/Linux-v6.1/tools/perf/arch/arm/util/ |
D | cs-etm.c | 655 u32 increment, nr_trc_params; in cs_etm_get_metadata() local 671 increment = CS_ETE_PRIV_MAX; in cs_etm_get_metadata() 678 increment = CS_ETMV4_PRIV_MAX; in cs_etm_get_metadata() 696 increment = CS_ETM_PRIV_MAX; in cs_etm_get_metadata() 705 *offset += increment; in cs_etm_get_metadata()
|
/Linux-v6.1/Documentation/core-api/ |
D | refcount-vs-atomic.rst | 66 counter increment or addition happened, function returned true), 89 case 2) - increment-based ops that return no value 113 case 4) - increment-based RMW ops that return a value
|
/Linux-v6.1/fs/lockd/ |
D | host.c | 444 unsigned long increment = nlmsvc_timeout; in nlm_bind_host() local 446 .to_initval = increment, in nlm_bind_host() 447 .to_increment = increment, in nlm_bind_host() 448 .to_maxval = increment * 6UL, in nlm_bind_host()
|
/Linux-v6.1/arch/arm/mm/ |
D | abort-lv4t.S | 80 subne r7, r7, r6, lsl #2 @ Undo increment 116 subne r7, r7, r6, lsr #20 @ Undo increment 216 addeq r7, r7, r6, lsl #2 @ increment SP if PUSH
|
/Linux-v6.1/Documentation/networking/ |
D | segmentation-offloads.rst | 44 The default behavior is to increment the IP ID with every segment. If the 45 GSO type SKB_GSO_TCP_FIXEDID is specified then we will not increment the IP 48 and we will either increment the IP ID for all frames, or leave it at a 58 fragments should not increment as a single IPv4 datagram is fragmented.
|
/Linux-v6.1/arch/m68k/ifpsp060/src/ |
D | isp.S | 1042 add.l %a0,%d0 # increment 1053 add.l %a0,%d0 # increment 1064 add.l %a0,%d0 # increment 1075 add.l %a0,%d0 # increment 1086 add.l %a0,%d0 # increment 1097 add.l %a0,%d0 # increment 1108 add.l %a0,%d0 # increment 1121 add.l %a0,%d0 # increment
|
/Linux-v6.1/Documentation/userspace-api/media/dvb/ |
D | fe-read-uncorrected-blocks.rst | 38 increment in block count during a specific time interval should be
|
/Linux-v6.1/Documentation/translations/zh_CN/scheduler/ |
D | sched-nice-design.rst | 68 asmlinkage long sys_nice(int increment)
|