Home
last modified time | relevance | path

Searched refs:decrement (Results 1 – 40 of 40) sorted by relevance

/linux-4.4.14/net/sched/
Dsch_sfb.c63 u32 decrement; /* d2 */ member
184 b->p_mark = prob_minus(b->p_mark, q->decrement); in decrement_prob()
478 .decrement = (SFB_MAX_PROB + 3000) / 6000,
523 q->decrement = ctl->decrement; in sfb_change()
561 .decrement = q->decrement, in sfb_dump()
/linux-4.4.14/arch/arm/mm/
Dabort-lv4t.S76 addeq r7, r7, r6, lsl #2 @ Undo decrement
94 addeq r7, r7, r6 @ Undo decrement
108 addeq r7, r7, r6, lsr #20 @ Undo decrement
205 subne r7, r7, r6, lsl #2 @ decrement SP if POP
220 sub r7, r7, r6, lsl #2 @ always decrement
Dcache-v7.S158 subs r9, r9, #1 @ decrement the index
160 subs r4, r4, #1 @ decrement the way
/linux-4.4.14/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
Dmemcpy.S43 SUB D1Ar3, D1Ar3, #1 ! decrement count of remaining bytes
/linux-4.4.14/arch/xtensa/lib/
Dstrncpy_user.S83 addi a4, a4, -1 # decrement len
93 addi a4, a4, -1 # decrement len
100 addi a4, a4, -1 # decrement len
/linux-4.4.14/arch/m32r/kernel/
Dhead.S91 addi r4, #-1 ; decrement count
100 addi r4, #-1 ; decrement count
/linux-4.4.14/Documentation/
Datomic_ops.txt232 These two routines increment and decrement by 1, respectively, the
242 decrement is given instead of the implicit "1". This primitive must
307 atomic counter decrement.
382 before the atomic counter decrement is performed.
407 counter decrement would not become globally visible until the
565 Atomically decrement the given counter, and if will drop to zero
566 atomically acquire the given spinlock and perform the decrement
Dpreempt-locking.txt70 preempt_enable() decrement the preempt counter
72 preempt_enable_no_resched() decrement, but do not immediately preempt
Dremoteproc.txt44 this function will just decrement the power refcount and exit,
58 decrement it back once rproc isn't needed anymore.
DCodingStyle217 no space before the postfix increment & decrement unary operators:
221 no space after the prefix increment & decrement unary operators:
Dkobject.txt195 When a reference is released, the call to kobject_put() will decrement the
Dmemory-barriers.txt1684 decrement) functions that don't return a value, especially when used for
/linux-4.4.14/arch/m32r/boot/compressed/
Dhead.S110 addi r4, #-1 ; decrement count
/linux-4.4.14/arch/m68k/ifpsp060/
DCHANGES42 mode was pre-decrement or post-increment and the address register
/linux-4.4.14/Documentation/usb/
DURB.txt183 decrement the URB's reference count. You increment the reference
189 decrement the reference count by calling usb_free_urb. Of course,
Dpower-management.txt394 decrement the usage counter; they do not attempt to carry out
/linux-4.4.14/Documentation/power/
Druntime_pm.txt375 - decrement the device's usage counter
378 - decrement the device's usage counter; if the result is 0 then run
382 - decrement the device's usage counter; if the result is 0 then run
386 - decrement the device's usage counter; if the result is 0 then run
390 - decrement the device's usage counter; if the result is 0 then run
394 - decrement the device's usage counter; if the result is 0 then run
398 - decrement the device's 'power.disable_depth' field; if that field is equal
Dpci.txt991 to decrement the device's runtime PM usage counter in its probe callback
/linux-4.4.14/include/uapi/linux/
Dpkt_sched.h640 __u32 decrement; /* probability decrement, (d2 in Blue) */ member
/linux-4.4.14/arch/arm/include/asm/
Dassembler.h221 sub \tmp, \tmp, #1 @ decrement it
/linux-4.4.14/arch/arc/kernel/
Dentry-compact.S381 ; decrement thread_info->preempt_count (re-enable preemption)
/linux-4.4.14/Documentation/block/
Dbiovecs.txt13 ended up partway through a biovec, it would increment bv_offset and decrement
/linux-4.4.14/arch/alpha/lib/
Dstxncpy.S208 subq a2, 1, a2 # .. e1 : decrement word count
Dev6-stxncpy.S250 subq a2, 1, a2 # E : decrement word count
/linux-4.4.14/arch/m68k/fpsp040/
Dbindec.S89 | result is exactly 10^LEN, decrement ILOG and divide
610 | result is exactly 10^LEN, decrement ILOG and divide
Dround.S285 | therefore do not have the easy to follow decrement/shift loop.
/linux-4.4.14/arch/xtensa/kernel/
Dalign.S417 addi a4, a4, -1 # decrement LCOUNT and set
/linux-4.4.14/arch/arm/boot/compressed/
Dhead.S1186 subs r9, r9, #1 @ decrement the way
1188 subs r7, r7, #1 @ decrement the index
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt250 i assume that indexing is cheaper or equivalent to auto increment/decrement,
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dilsp.S384 subq.l &0x1, %d1 # yes, decrement and recheck
Dpfpsp.S1580 # is the ea mode pre-decrement of the stack pointer from supervisor mode?
3852 # dec_areg() - decrement an address register #
4523 # table to convert a pre-decrement bit string into a post-increment
Dfpsp.S1581 # is the ea mode pre-decrement of the stack pointer from supervisor mode?
16686 # Therefore, the opposite branch type is used to jump to the decrement #
18116 # addressing mode is pre-decrement. write the result byte. if the write
18474 # table to convert a pre-decrement bit string into a post-increment
/linux-4.4.14/Documentation/scsi/
DChangeLog.1992-1997515 * sd.c: Declare detach function. Increment/decrement module usage
525 * st.c: Declare detach function. Increment/decrement module usage
572 * sg.c: Increment/decrement module usage count on open/close.
Dscsi_mid_low_api.txt329 use scsi_device_put() to decrement its reference count (and potentially
532 * scsi_host_put - decrement Scsi_Host instance refcount, free if 0
/linux-4.4.14/Documentation/vm/
Dnuma_memory_policy.txt299 decrement this reference count, respectively. mpol_put() will only free
/linux-4.4.14/Documentation/PCI/
Dpci.txt231 decrement the reference count on these devices by calling pci_dev_put().
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_btree.c1592 XFS_BTREE_STATS_INC(cur, decrement); in xfs_btree_decrement()
/linux-4.4.14/net/netfilter/
DKconfig719 While it is safe to decrement the hoplimit/TTL value, the