/linux-4.4.14/net/ipv4/ |
D | tcp_hybla.c | 93 u32 increment, odd, rho_fractions; in hybla_cong_avoid() local 130 increment = ((1 << min(ca->rho, 16U)) * in hybla_cong_avoid() 139 increment = ca->rho2_7ls / tp->snd_cwnd; in hybla_cong_avoid() 140 if (increment < 128) in hybla_cong_avoid() 144 odd = increment % 128; in hybla_cong_avoid() 145 tp->snd_cwnd += increment >> 7; in hybla_cong_avoid() 155 if (increment == 0 && odd == 0 && tp->snd_cwnd_cnt >= tp->snd_cwnd) { in hybla_cong_avoid()
|
D | Kconfig | 461 increment ensures linear RTT fairness as well as good
|
/linux-4.4.14/arch/x86/include/asm/ |
D | mtrr.h | 38 unsigned int type, bool increment); 40 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-4.4.14/sound/isa/gus/ |
D | gus_volume.c | 86 unsigned short range, increment, value, i; 107 increment = 1; 109 increment = (value + (value >> 1)) / us; 110 return (range << 6) | (increment & 0x3f);
|
/linux-4.4.14/arch/x86/math-emu/ |
D | reg_ld_str.c | 381 unsigned long increment = 0; /* avoid gcc warnings */ in FPU_store_double() local 424 increment = ((tmp.sigl & 0x7ff) > 0x400) | /* nearest */ in FPU_store_double() 428 increment = in FPU_store_double() 433 increment = in FPU_store_double() 438 increment = 0; in FPU_store_double() 445 if (increment) { in FPU_store_double() 483 if (increment) in FPU_store_double() 566 unsigned long increment = 0; /* avoid gcc warnings */ in FPU_store_single() local 611 increment = ((sigh & 0xff) > 0x80) /* more than half */ in FPU_store_single() 616 increment = signpositive(&tmp) in FPU_store_single() [all …]
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.h | 218 int increment, 267 unsigned num_clips, int increment); 271 int increment); 290 unsigned num_clips, int increment, 321 int increment,
|
D | vmwgfx_kms.c | 637 int ret, increment = 1; in vmw_framebuffer_dmabuf_dirty() local 655 increment = 2; in vmw_framebuffer_dmabuf_dirty() 661 clips, NULL, num_clips, increment, in vmw_framebuffer_dmabuf_dirty() 666 clips, num_clips, increment, in vmw_framebuffer_dmabuf_dirty() 672 clips, num_clips, increment); in vmw_framebuffer_dmabuf_dirty() 1724 int increment, in vmw_kms_helper_dirty() argument 1761 for (i = 0; i < num_clips; i++, clips_ptr += increment, in vmw_kms_helper_dirty() 1762 vclips_ptr += increment) { in vmw_kms_helper_dirty() 2009 int increment) in vmw_kms_update_proxy() argument 2031 for (i = 0; i < num_clips; ++i, clips += increment, ++cmd) { in vmw_kms_update_proxy()
|
D | vmwgfx_ldu.c | 460 unsigned num_clips, int increment) in vmw_kms_ldu_do_dmabuf_dirty() argument 478 for (i = 0; i < num_clips; i++, clips += increment) { in vmw_kms_ldu_do_dmabuf_dirty()
|
D | vmwgfx_stdu.c | 850 int increment, in vmw_kms_stdu_dma() argument 879 0, 0, num_clips, increment, &ddirty.base); in vmw_kms_stdu_dma()
|
D | vmwgfx_scrn.c | 929 unsigned num_clips, int increment, in vmw_kms_sou_do_dmabuf_dirty() argument 953 0, 0, num_clips, increment, &dirty); in vmw_kms_sou_do_dmabuf_dirty()
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-impedance-analyzer-ad5933 | 11 Frequency increment in Hz (step size) between consecutive 29 after each frequency increment, and before the ADC is triggered
|
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
D | main.c | 289 unsigned int type, bool increment) in mtrr_add_page() argument 365 if (increment) in mtrr_add_page() 378 if (increment) in mtrr_add_page() 442 bool increment) in mtrr_add() argument 449 increment); in mtrr_add()
|
D | if.c | 39 unsigned int type, bool increment, struct file *file, int page) in mtrr_file_add() argument
|
/linux-4.4.14/net/sched/ |
D | sch_sfb.c | 62 u32 increment; /* d1 */ member 189 b->p_mark = prob_plus(b->p_mark, q->increment); in increment_prob() 477 .increment = (SFB_MAX_PROB + 500) / 1000, /* 0.1 % */ 522 q->increment = ctl->increment; in sfb_change() 560 .increment = q->increment, in sfb_dump()
|
/linux-4.4.14/arch/um/include/shared/ |
D | kern.h | 17 extern void *sbrk(int increment);
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | wilc_sdio.c | 255 cmd.increment = 1; in sdio_write_reg() 315 cmd.increment = 1; in sdio_write() 334 cmd.increment = 1; in sdio_write() 381 cmd.increment = 1; in sdio_read_reg() 446 cmd.increment = 1; in sdio_read() 465 cmd.increment = 1; in sdio_read()
|
D | wilc_wlan_if.h | 66 u32 increment: 1; member
|
/linux-4.4.14/arch/metag/lib/ |
D | ucmpdi2.S | 14 ! start at 1 (equal) and conditionally increment or decrement
|
D | cmpdi2.S | 14 ! start at 1 (equal) and conditionally increment or decrement
|
/linux-4.4.14/fs/lockd/ |
D | host.c | 440 unsigned long increment = nlmsvc_timeout; in nlm_bind_host() local 442 .to_initval = increment, in nlm_bind_host() 443 .to_increment = increment, in nlm_bind_host() 444 .to_maxval = increment * 6UL, in nlm_bind_host()
|
/linux-4.4.14/arch/arm/mm/ |
D | abort-lv4t.S | 75 subne r7, r7, r6, lsl #2 @ Undo increment 107 subne r7, r7, r6, lsr #20 @ Undo increment 204 addeq r7, r7, r6, lsl #2 @ increment SP if PUSH
|
D | cache-v7.S | 145 clz r5, r4 @ find bit position of way size increment 163 add r10, r10, #2 @ increment cache number
|
/linux-4.4.14/Documentation/block/ |
D | stat.txt | 38 These values increment when an I/O request completes. 43 These values increment when an I/O request is merged with an
|
D | biovecs.txt | 13 ended up partway through a biovec, it would increment bv_offset and decrement
|
/linux-4.4.14/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
|
D | pfpsp.S | 3851 # inc_areg() - increment an address register # 4523 # table to convert a pre-decrement bit string into a post-increment
|
D | fpsp.S | 4351 # remember, I'm assuming that post-increment is bogus...(it IS!!!) 18112 bsr.l inc_areg # increment address register 18474 # table to convert a pre-decrement bit string into a post-increment
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | entry.S | 100 @ increment PC
|
D | softfloat.c | 570 flag roundNearestEven, increment, isTiny; in roundAndPackFloatx80() local 644 increment = ( (sbits64) zSig1 < 0 ); in roundAndPackFloatx80() 647 increment = 0; in roundAndPackFloatx80() 651 increment = ( roundingMode == float_round_down ) && zSig1; in roundAndPackFloatx80() 654 increment = ( roundingMode == float_round_up ) && zSig1; in roundAndPackFloatx80() 662 && increment in roundAndPackFloatx80() 680 || ! increment in roundAndPackFloatx80() 687 increment = ( (sbits64) zSig1 < 0 ); in roundAndPackFloatx80() 691 increment = ( roundingMode == float_round_down ) && zSig1; in roundAndPackFloatx80() 694 increment = ( roundingMode == float_round_up ) && zSig1; in roundAndPackFloatx80() [all …]
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | align.S | 250 addi a7, a7, 2 # increment PC (assume 16-bit insn) 358 addi a7, a7, 1 # increment PC, 32-bit instruction 360 addi a7, a7, 3 # increment PC, 32-bit instruction
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | compaction-times.py | 99 def increment(self, migrated, fscan, mscan): member in cnode 176 self.pending.increment(migrated, fscan, mscan)
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 212 add r10, r10, #1 @ increment buffer tail offset 215 ldr r10, [r9, #BUF_CNT_INT_KEY] @ increment interrupts counter
|
/linux-4.4.14/fs/logfs/ |
D | readwrite.c | 833 u64 increment, bofs = li->li_data[INDIRECT_INDEX]; in seek_holedata_loop() local 841 increment = 1 << (LOGFS_BLOCK_BITS * ((__force u8)level-1)); in seek_holedata_loop() 860 bix += increment; in seek_holedata_loop() 861 bix &= ~(increment - 1); in seek_holedata_loop() 2074 static void __set_segment_used(struct logfs_segment_entry *se, long increment) in __set_segment_used() argument 2079 valid += increment; in __set_segment_used() 2083 void logfs_set_segment_used(struct super_block *sb, u64 ofs, int increment) in logfs_set_segment_used() argument 2088 if (!increment) in logfs_set_segment_used() 2091 logfs_mod_segment_entry(sb, segno, 1, __set_segment_used, increment); in logfs_set_segment_used()
|
D | logfs.h | 567 void logfs_set_segment_used(struct super_block *sb, u64 ofs, int increment);
|
/linux-4.4.14/arch/s390/kernel/ |
D | relocate_kernel.S | 61 aghi %r2,8 # increment pointer
|
/linux-4.4.14/Documentation/ |
D | local_ops.txt | 116 be a smp_wmb() between the buffer write and the counter increment and also a 171 /* initialize the timer that will increment the counter */
|
D | edac.txt | 226 this counter will not have a chance to increment, since EDAC 727 dimm number will increment the same counter. 733 The hardware will increment udimm0 for an error at the first dimm at either 735 The hardware will increment udimm1 for an error at the second dimm at either 737 The hardware will increment udimm2 for an error at the third dimm at either
|
D | preempt-locking.txt | 71 preempt_disable() increment the preempt counter
|
D | kref.txt | 37 increment the refcount with kref_get() before passing it off:
|
D | atomic_ops.txt | 232 These two routines increment and decrement by 1, respectively, the 247 The given increment is added to the given atomic counter value. A boolean
|
D | this_cpu_ops.txt | 244 Will increment x and will not fall-back to code that disables
|
D | CodingStyle | 217 no space before the postfix increment & decrement unary operators: 221 no space after the prefix increment & decrement unary operators:
|
D | kobject.txt | 192 A successful call to kobject_get() will increment the kobject's reference
|
D | dma-buf-sharing.txt | 93 This API will return a reference to the dma_buf, and increment refcount for
|
D | memory-barriers.txt | 1683 These are for use with atomic (such as add, subtract, increment and
|
/linux-4.4.14/drivers/s390/block/ |
D | Kconfig | 80 provides a block device interface for each available SCM increment.
|
/linux-4.4.14/Documentation/i2c/ |
D | i2c-stub | 18 A pointer register with auto-increment is implemented for all byte
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | micrel-ksz90x1.txt | 35 value is 0, and the maximum is property-dependent. The increment
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | x_fline.S | 87 addl %d1,EXC_PC(%a6) |increment stacked pc value to next inst
|
D | bindec.S | 685 addql #1,%d6 |increment ILOG by 1
|
/linux-4.4.14/fs/btrfs/ |
D | scrub.c | 3084 u64 increment = map->stripe_len; in scrub_stripe() local 3100 increment = map->stripe_len * map->num_stripes; in scrub_stripe() 3105 increment = map->stripe_len * factor; in scrub_stripe() 3108 increment = map->stripe_len; in scrub_stripe() 3111 increment = map->stripe_len; in scrub_stripe() 3115 increment = map->stripe_len * nr_data_stripes(map); in scrub_stripe() 3118 increment = map->stripe_len; in scrub_stripe() 3154 logic_end = logical + increment * nstripes; in scrub_stripe() 3226 stripe_end = stripe_logical + increment; in scrub_stripe() 3379 increment; in scrub_stripe() [all …]
|
/linux-4.4.14/drivers/auxdisplay/ |
D | Kconfig | 66 If your LCD seems to miss random writings, increment this.
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | host.fuc | 83 // increment GET
|
D | kernel.fuc | 417 // increment PUT
|
/linux-4.4.14/Documentation/filesystems/ |
D | files.txt | 96 goes to zero during increment. If it does, we fail
|
D | path-lookup.txt | 199 lookup which does not increment the refcount on the dentry or write to 269 | inode: 14221 | dentry. If that checks out, we can increment 312 verify d_seq, increment refcount).
|
D | seq_file.txt | 112 example module can simply increment the position by one; more useful
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-fcoe | 66 Notes: ctlr_X (global increment starting at 0)
|
D | sysfs-devices-edac | 37 increment, since EDAC will panic the system
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | CHANGES | 42 mode was pre-decrement or post-increment and the address register
|
/linux-4.4.14/arch/cris/arch-v32/mm/ |
D | mmu.S | 110 beq 6f ; yes, increment count
|
/linux-4.4.14/Documentation/usb/ |
D | URB.txt | 181 is to increment the URB's reference count while holding the lock, then 183 decrement the URB's reference count. You increment the reference
|
D | power-management.txt | 393 usb_autopm_put_interface_no_suspend() merely increment or
|
/linux-4.4.14/include/uapi/linux/ |
D | pkt_sched.h | 639 __u32 increment; /* probability increment, (d1 in Blue) */ member
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-nice-design.txt | 67 asmlinkage long sys_nice(int increment)
|
D | sched-stats.txt | 22 These fields are counters, and only increment. Programs which make use
|
D | completion.txt | 218 of waiters to continue - each call to complete() will simply increment the
|
/linux-4.4.14/arch/arm/include/asm/ |
D | assembler.h | 215 add \tmp, \tmp, #1 @ increment it
|
/linux-4.4.14/include/linux/ |
D | memcontrol.h | 606 int increment) in mem_cgroup_update_lru_size() argument
|
D | syscalls.h | 287 asmlinkage long sys_nice(int increment);
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 179 group number 12345, you must increment CN_NETLINK_USERS to that number.
|
/linux-4.4.14/Documentation/dmaengine/ |
D | provider.txt | 70 destination addresses, whether it should increment these addresses or 343 - it's a DMA transaction ID that will increment over time.
|
/linux-4.4.14/Documentation/metag/ |
D | kernel-ABI.txt | 236 /* Restore stack pointer to where frame pointer was before increment */
|
/linux-4.4.14/Documentation/input/ |
D | joystick-api.txt | 175 events. You can increment this size bumping up JS_BUFF_SIZE in
|
/linux-4.4.14/arch/arm/crypto/ |
D | aes-ce-core.S | 326 adds r6, r6, #1 @ increment BE ctr
|
/linux-4.4.14/Documentation/power/ |
D | runtime_pm.txt | 364 - increment the device's usage counter 367 - increment the device's usage counter, run pm_request_resume(dev) and 371 - increment the device's usage counter, run pm_runtime_resume(dev) and 403 - increment the device's 'power.disable_depth' field (if the value of that
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | head.S | 1173 clz r5, r4 @ find bit position of way size increment 1191 add r10, r10, #2 @ increment cache number
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 3523 SYSCALL_DEFINE1(nice, int, increment) in SYSCALL_DEFINE1() argument 3532 increment = clamp(increment, -NICE_WIDTH, NICE_WIDTH); in SYSCALL_DEFINE1() 3533 nice = task_nice(current) + increment; in SYSCALL_DEFINE1() 3536 if (increment < 0 && !can_nice(current, nice)) in SYSCALL_DEFINE1()
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 507 incrment||increment
|
/linux-4.4.14/Documentation/DocBook/ |
D | networking.xml.db | 360 API-netdev-increment-features
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 250 i assume that indexing is cheaper or equivalent to auto increment/decrement,
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi_fc_transport.txt | 316 will increment the vport count, create the vport object, and then call the
|
D | scsi_mid_low_api.txt | 517 * scsi_host_get - increment Scsi_Host instance refcount
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-script-python.txt | 237 we simply increment a count associated with that hash entry indexed by
|
/linux-4.4.14/Documentation/vm/ |
D | numa_memory_policy.txt | 298 count field. Internal interfaces, mpol_get()/mpol_put() increment and
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | backend-api.txt | 278 This method is called to increment the reference count on an object. It
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 229 These functions are hotplug-safe. They increment the reference count on
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 3241 * FIFO pointers increment with each read and write respectively 3457 * simply write four bytes in succession. OVLYADDR will increment after the
|
D | aic7xxx.reg | 625 * four bytes in succession. The SEQADDRs will increment after the most
|
D | aic79xx.seq | 778 * Clear this target's execution tail and increment the queue. 2177 * We increment the count here to make the nonpkt handler
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_btree.c | 1484 XFS_BTREE_STATS_INC(cur, increment); in xfs_btree_increment()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | ipw2100.c | 2709 goto increment; in __ipw2100_rx_process() 2763 increment: in __ipw2100_rx_process()
|
/linux-4.4.14/net/netfilter/ |
D | Kconfig | 720 modules also allow to increment and set the hoplimit value of
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_asm.S | 1367 paddd ONE(%rip), %xmm0 # increment CNT to get Yn
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 971 then the key will not be dereferenced and no increment will take place.
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 2074 if the RX packets count & TX packets counts don't increment you probably
|