/linux-4.1.27/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 | 475 increment ensures linear RTT fairness as well as good
|
/linux-4.1.27/arch/x86/include/asm/ |
D | mtrr.h | 38 unsigned int type, bool increment); 40 unsigned int type, bool increment); 63 unsigned int type, bool increment) in mtrr_add() argument 68 unsigned int type, bool increment) in mtrr_add_page() argument
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/x86/kernel/cpu/mtrr/ |
D | main.c | 283 unsigned int type, bool increment) in mtrr_add_page() argument 359 if (increment) in mtrr_add_page() 372 if (increment) in mtrr_add_page() 436 bool increment) in mtrr_add() argument 441 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.1.27/net/sched/ |
D | sch_sfb.c | 63 u32 increment; /* d1 */ member 190 b->p_mark = prob_plus(b->p_mark, q->increment); in increment_prob() 485 .increment = (SFB_MAX_PROB + 500) / 1000, /* 0.1 % */ 529 q->increment = ctl->increment; in sfb_change() 567 .increment = q->increment, in sfb_dump()
|
/linux-4.1.27/arch/um/include/shared/ |
D | kern.h | 17 extern void *sbrk(int increment);
|
/linux-4.1.27/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.1.27/fs/lockd/ |
D | host.c | 439 unsigned long increment = nlmsvc_timeout; in nlm_bind_host() local 441 .to_initval = increment, in nlm_bind_host() 442 .to_increment = increment, in nlm_bind_host() 443 .to_maxval = increment * 6UL, in nlm_bind_host()
|
/linux-4.1.27/arch/arm/mm/ |
D | abort-lv4t.S | 74 subne r7, r7, r6, lsl #2 @ Undo increment 106 subne r7, r7, r6, lsr #20 @ Undo increment 202 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.1.27/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.1.27/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.1.27/arch/arm/nwfpe/ |
D | entry.S | 99 @ 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.1.27/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.1.27/arch/arm/mach-omap1/ |
D | ams-delta-fiq-handler.S | 213 add r10, r10, #1 @ increment buffer tail offset 216 ldr r10, [r9, #BUF_CNT_INT_KEY] @ increment interrupts counter
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 779 unsigned num_clips, int increment) in do_dmabuf_dirty_ldu() argument 797 for (i = 0; i < num_clips; i++, clips += increment) { in do_dmabuf_dirty_ldu() 858 unsigned num_clips, int increment, in do_dmabuf_dirty_sou() argument 895 for (i = 0; i < num_clips; i++, clips_ptr += increment) { in do_dmabuf_dirty_sou() 959 int ret, increment = 1; in vmw_framebuffer_dmabuf_dirty() local 977 increment = 2; in vmw_framebuffer_dmabuf_dirty() 983 clips, num_clips, increment); in vmw_framebuffer_dmabuf_dirty() 987 clips, num_clips, increment, NULL); in vmw_framebuffer_dmabuf_dirty()
|
/linux-4.1.27/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.1.27/arch/s390/kernel/ |
D | relocate_kernel.S | 61 aghi %r2,8 # increment pointer
|
D | compat_wrapper.c | 73 COMPAT_SYSCALL_WRAP1(nice, int, increment);
|
/linux-4.1.27/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 | 259 this counter will not have a chance to increment, since EDAC 757 dimm number will increment the same counter. 763 The hardware will increment udimm0 for an error at the first dimm at either 765 The hardware will increment udimm1 for an error at the second dimm at either 767 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 | 1675 These are for use with atomic (such as add, subtract, increment and
|
/linux-4.1.27/Documentation/i2c/ |
D | i2c-stub | 18 A pointer register with auto-increment is implemented for all byte
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | micrel-ksz90x1.txt | 35 value is 0, and the maximum is property-dependent. The increment
|
/linux-4.1.27/drivers/s390/block/ |
D | Kconfig | 80 provides a block device interface for each available SCM increment.
|
/linux-4.1.27/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.1.27/fs/btrfs/ |
D | scrub.c | 2985 u64 increment = map->stripe_len; in scrub_stripe() local 3001 increment = map->stripe_len * map->num_stripes; in scrub_stripe() 3006 increment = map->stripe_len * factor; in scrub_stripe() 3009 increment = map->stripe_len; in scrub_stripe() 3012 increment = map->stripe_len; in scrub_stripe() 3016 increment = map->stripe_len * nr_data_stripes(map); in scrub_stripe() 3019 increment = map->stripe_len; in scrub_stripe() 3055 logic_end = logical + increment * nstripes; in scrub_stripe() 3102 stripe_end = stripe_logical + increment - 1; in scrub_stripe() 3269 increment - 1; in scrub_stripe() [all …]
|
/linux-4.1.27/drivers/auxdisplay/ |
D | Kconfig | 66 If your LCD seems to miss random writings, increment this.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | host.fuc | 83 // increment GET
|
D | kernel.fuc | 417 // increment PUT
|
/linux-4.1.27/include/linux/ |
D | memcontrol.h | 315 int increment) in mem_cgroup_update_lru_size() argument
|
D | syscalls.h | 287 asmlinkage long sys_nice(int increment);
|
/linux-4.1.27/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.1.27/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.1.27/arch/m68k/ifpsp060/ |
D | CHANGES | 42 mode was pre-decrement or post-increment and the address register
|
/linux-4.1.27/arch/arm/include/asm/ |
D | assembler.h | 196 add \tmp, \tmp, #1 @ increment it
|
/linux-4.1.27/arch/cris/arch-v32/mm/ |
D | mmu.S | 110 beq 6f ; yes, increment count
|
/linux-4.1.27/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.1.27/include/uapi/linux/ |
D | pkt_sched.h | 638 __u32 increment; /* probability increment, (d1 in Blue) */ member
|
/linux-4.1.27/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.1.27/Documentation/connector/ |
D | connector.txt | 179 group number 12345, you must increment CN_NETLINK_USERS to that number.
|
/linux-4.1.27/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.1.27/Documentation/metag/ |
D | kernel-ABI.txt | 236 /* Restore stack pointer to where frame pointer was before increment */
|
/linux-4.1.27/Documentation/input/ |
D | joystick-api.txt | 175 events. You can increment this size bumping up JS_BUFF_SIZE in
|
/linux-4.1.27/arch/arm/crypto/ |
D | aes-ce-core.S | 327 adds r6, r6, #1 @ increment BE ctr
|
/linux-4.1.27/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.1.27/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.1.27/kernel/sched/ |
D | core.c | 3152 SYSCALL_DEFINE1(nice, int, increment) in SYSCALL_DEFINE1() argument 3161 increment = clamp(increment, -NICE_WIDTH, NICE_WIDTH); in SYSCALL_DEFINE1() 3162 nice = task_nice(current) + increment; in SYSCALL_DEFINE1() 3165 if (increment < 0 && !can_nice(current, nice)) in SYSCALL_DEFINE1()
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 490 incrment||increment
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 250 i assume that indexing is cheaper or equivalent to auto increment/decrement,
|
/linux-4.1.27/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.1.27/drivers/video/fbdev/ |
D | tdfxfb.c | 88 unsigned int type, char increment) in mtrr_add() argument
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-script-python.txt | 237 we simply increment a count associated with that hash entry indexed by
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | backend-api.txt | 278 This method is called to increment the reference count on an object. It
|
/linux-4.1.27/Documentation/PCI/ |
D | pci.txt | 229 These functions are hotplug-safe. They increment the reference count on
|
/linux-4.1.27/Documentation/vm/ |
D | numa_memory_policy.txt | 298 count field. Internal interfaces, mpol_get()/mpol_put() increment and
|
/linux-4.1.27/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.1.27/fs/xfs/libxfs/ |
D | xfs_btree.c | 1469 XFS_BTREE_STATS_INC(cur, increment); in xfs_btree_increment()
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | ipw2100.c | 2709 goto increment; in __ipw2100_rx_process() 2763 increment: in __ipw2100_rx_process()
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 706 modules also allow to increment and set the hoplimit value of
|
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_asm.S | 1367 paddd ONE(%rip), %xmm0 # increment CNT to get Yn
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 971 then the key will not be dereferenced and no increment will take place.
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 2074 if the RX packets count & TX packets counts don't increment you probably
|