Home
last modified time | relevance | path

Searched refs:increment (Results 1 – 90 of 90) sorted by relevance

/linux-4.1.27/net/ipv4/
Dtcp_hybla.c93 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()
DKconfig475 increment ensures linear RTT fairness as well as good
/linux-4.1.27/arch/x86/include/asm/
Dmtrr.h38 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/
Dgus_volume.c86 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/
Dreg_ld_str.c381 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/
Dsysfs-bus-iio-impedance-analyzer-ad593311 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/
Dmain.c283 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()
Dif.c39 unsigned int type, bool increment, struct file *file, int page) in mtrr_file_add() argument
/linux-4.1.27/net/sched/
Dsch_sfb.c63 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/
Dkern.h17 extern void *sbrk(int increment);
/linux-4.1.27/arch/metag/lib/
Ducmpdi2.S14 ! start at 1 (equal) and conditionally increment or decrement
Dcmpdi2.S14 ! start at 1 (equal) and conditionally increment or decrement
/linux-4.1.27/fs/lockd/
Dhost.c439 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/
Dabort-lv4t.S74 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
Dcache-v7.S145 clz r5, r4 @ find bit position of way size increment
163 add r10, r10, #2 @ increment cache number
/linux-4.1.27/Documentation/block/
Dstat.txt38 These values increment when an I/O request completes.
43 These values increment when an I/O request is merged with an
Dbiovecs.txt13 ended up partway through a biovec, it would increment bv_offset and decrement
/linux-4.1.27/arch/m68k/ifpsp060/src/
Disp.S1042 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
Dpfpsp.S3851 # inc_areg() - increment an address register #
4523 # table to convert a pre-decrement bit string into a post-increment
Dfpsp.S4351 # 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/
Dentry.S99 @ increment PC
Dsoftfloat.c570 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/
Dalign.S250 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/
Dams-delta-fiq-handler.S213 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/
Dvmwgfx_kms.c779 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/
Dreadwrite.c833 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()
Dlogfs.h567 void logfs_set_segment_used(struct super_block *sb, u64 ofs, int increment);
/linux-4.1.27/arch/s390/kernel/
Drelocate_kernel.S61 aghi %r2,8 # increment pointer
Dcompat_wrapper.c73 COMPAT_SYSCALL_WRAP1(nice, int, increment);
/linux-4.1.27/Documentation/
Dlocal_ops.txt116 be a smp_wmb() between the buffer write and the counter increment and also a
171 /* initialize the timer that will increment the counter */
Dedac.txt259 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
Dpreempt-locking.txt71 preempt_disable() increment the preempt counter
Dkref.txt37 increment the refcount with kref_get() before passing it off:
Datomic_ops.txt232 These two routines increment and decrement by 1, respectively, the
247 The given increment is added to the given atomic counter value. A boolean
Dthis_cpu_ops.txt244 Will increment x and will not fall-back to code that disables
DCodingStyle217 no space before the postfix increment & decrement unary operators:
221 no space after the prefix increment & decrement unary operators:
Dkobject.txt192 A successful call to kobject_get() will increment the kobject's reference
Ddma-buf-sharing.txt93 This API will return a reference to the dma_buf, and increment refcount for
Dmemory-barriers.txt1675 These are for use with atomic (such as add, subtract, increment and
/linux-4.1.27/Documentation/i2c/
Di2c-stub18 A pointer register with auto-increment is implemented for all byte
/linux-4.1.27/Documentation/devicetree/bindings/net/
Dmicrel-ksz90x1.txt35 value is 0, and the maximum is property-dependent. The increment
/linux-4.1.27/drivers/s390/block/
DKconfig80 provides a block device interface for each available SCM increment.
/linux-4.1.27/arch/m68k/fpsp040/
Dx_fline.S87 addl %d1,EXC_PC(%a6) |increment stacked pc value to next inst
Dbindec.S685 addql #1,%d6 |increment ILOG by 1
/linux-4.1.27/fs/btrfs/
Dscrub.c2985 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/
DKconfig66 If your LCD seems to miss random writings, increment this.
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dhost.fuc83 // increment GET
Dkernel.fuc417 // increment PUT
/linux-4.1.27/include/linux/
Dmemcontrol.h315 int increment) in mem_cgroup_update_lru_size() argument
Dsyscalls.h287 asmlinkage long sys_nice(int increment);
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-fcoe66 Notes: ctlr_X (global increment starting at 0)
Dsysfs-devices-edac37 increment, since EDAC will panic the system
/linux-4.1.27/Documentation/filesystems/
Dfiles.txt96 goes to zero during increment. If it does, we fail
Dpath-lookup.txt199 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).
Dseq_file.txt112 example module can simply increment the position by one; more useful
/linux-4.1.27/arch/m68k/ifpsp060/
DCHANGES42 mode was pre-decrement or post-increment and the address register
/linux-4.1.27/arch/arm/include/asm/
Dassembler.h196 add \tmp, \tmp, #1 @ increment it
/linux-4.1.27/arch/cris/arch-v32/mm/
Dmmu.S110 beq 6f ; yes, increment count
/linux-4.1.27/Documentation/usb/
DURB.txt181 is to increment the URB's reference count while holding the lock, then
183 decrement the URB's reference count. You increment the reference
Dpower-management.txt393 usb_autopm_put_interface_no_suspend() merely increment or
/linux-4.1.27/include/uapi/linux/
Dpkt_sched.h638 __u32 increment; /* probability increment, (d1 in Blue) */ member
/linux-4.1.27/Documentation/scheduler/
Dsched-nice-design.txt67 asmlinkage long sys_nice(int increment)
Dsched-stats.txt22 These fields are counters, and only increment. Programs which make use
Dcompletion.txt218 of waiters to continue - each call to complete() will simply increment the
/linux-4.1.27/Documentation/connector/
Dconnector.txt179 group number 12345, you must increment CN_NETLINK_USERS to that number.
/linux-4.1.27/Documentation/dmaengine/
Dprovider.txt70 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/
Dkernel-ABI.txt236 /* Restore stack pointer to where frame pointer was before increment */
/linux-4.1.27/Documentation/input/
Djoystick-api.txt175 events. You can increment this size bumping up JS_BUFF_SIZE in
/linux-4.1.27/arch/arm/crypto/
Daes-ce-core.S327 adds r6, r6, #1 @ increment BE ctr
/linux-4.1.27/Documentation/power/
Druntime_pm.txt364 - 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/
Dhead.S1173 clz r5, r4 @ find bit position of way size increment
1191 add r10, r10, #2 @ increment cache number
/linux-4.1.27/kernel/sched/
Dcore.c3152 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/
Dspelling.txt490 incrment||increment
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt250 i assume that indexing is cheaper or equivalent to auto increment/decrement,
/linux-4.1.27/Documentation/scsi/
Dscsi_fc_transport.txt316 will increment the vport count, create the vport object, and then call the
Dscsi_mid_low_api.txt517 * scsi_host_get - increment Scsi_Host instance refcount
/linux-4.1.27/drivers/video/fbdev/
Dtdfxfb.c88 unsigned int type, char increment) in mtrr_add() argument
/linux-4.1.27/tools/perf/Documentation/
Dperf-script-python.txt237 we simply increment a count associated with that hash entry indexed by
/linux-4.1.27/Documentation/filesystems/caching/
Dbackend-api.txt278 This method is called to increment the reference count on an object. It
/linux-4.1.27/Documentation/PCI/
Dpci.txt229 These functions are hotplug-safe. They increment the reference count on
/linux-4.1.27/Documentation/vm/
Dnuma_memory_policy.txt298 count field. Internal interfaces, mpol_get()/mpol_put() increment and
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.reg3241 * FIFO pointers increment with each read and write respectively
3457 * simply write four bytes in succession. OVLYADDR will increment after the
Daic7xxx.reg625 * four bytes in succession. The SEQADDRs will increment after the most
Daic79xx.seq778 * 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/
Dxfs_btree.c1469 XFS_BTREE_STATS_INC(cur, increment); in xfs_btree_increment()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
Dipw2100.c2709 goto increment; in __ipw2100_rx_process()
2763 increment: in __ipw2100_rx_process()
/linux-4.1.27/net/netfilter/
DKconfig706 modules also allow to increment and set the hoplimit value of
/linux-4.1.27/arch/x86/crypto/
Daesni-intel_asm.S1367 paddd ONE(%rip), %xmm0 # increment CNT to get Yn
/linux-4.1.27/Documentation/security/
Dkeys.txt971 then the key will not be dereferenced and no increment will take place.
/linux-4.1.27/Documentation/s390/
DDebugging390.txt2074 if the RX packets count & TX packets counts don't increment you probably