/linux-4.1.27/arch/arm/mm/ |
D | abort-lv4t.S | 75 addeq r7, r7, r6, lsl #2 @ Undo decrement 93 addeq r7, r7, r6 @ Undo decrement 107 addeq r7, r7, r6, lsr #20 @ Undo decrement 203 subne r7, r7, r6, lsl #2 @ decrement SP if POP 218 sub r7, r7, r6, lsl #2 @ always decrement
|
D | cache-v7.S | 158 subs r9, r9, #1 @ decrement the index 160 subs r4, r4, #1 @ decrement the way
|
/linux-4.1.27/net/sched/ |
D | sch_sfb.c | 64 u32 decrement; /* d2 */ member 185 b->p_mark = prob_minus(b->p_mark, q->decrement); in decrement_prob() 486 .decrement = (SFB_MAX_PROB + 3000) / 6000, 530 q->decrement = ctl->decrement; in sfb_change() 568 .decrement = q->decrement, in sfb_dump()
|
/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
|
D | memcpy.S | 43 SUB D1Ar3, D1Ar3, #1 ! decrement count of remaining bytes
|
/linux-4.1.27/arch/xtensa/lib/ |
D | strncpy_user.S | 83 addi a4, a4, -1 # decrement len 93 addi a4, a4, -1 # decrement len 100 addi a4, a4, -1 # decrement len
|
/linux-4.1.27/arch/m32r/kernel/ |
D | head.S | 91 addi r4, #-1 ; decrement count 100 addi r4, #-1 ; decrement count
|
/linux-4.1.27/Documentation/ |
D | atomic_ops.txt | 232 These two routines increment and decrement by 1, respectively, the 242 decrement is given instead of the implicit "1". This primitive must 305 atomic counter decrement. 380 before the atomic counter decrement is performed. 405 counter decrement would not become globally visible until the 559 Atomically decrement the given counter, and if will drop to zero 560 atomically acquire the given spinlock and perform the decrement
|
D | preempt-locking.txt | 70 preempt_enable() decrement the preempt counter 72 preempt_enable_no_resched() decrement, but do not immediately preempt
|
D | remoteproc.txt | 44 this function will just decrement the power refcount and exit,
|
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 | 195 When a reference is released, the call to kobject_put() will decrement the
|
D | memory-barriers.txt | 1676 decrement) functions that don't return a value, especially when used for
|
/linux-4.1.27/arch/m32r/boot/compressed/ |
D | head.S | 110 addi r4, #-1 ; decrement count
|
/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 | 202 sub \tmp, \tmp, #1 @ decrement it
|
/linux-4.1.27/Documentation/usb/ |
D | URB.txt | 183 decrement the URB's reference count. You increment the reference 189 decrement the reference count by calling usb_free_urb. Of course,
|
D | power-management.txt | 394 decrement the usage counter; they do not attempt to carry out
|
/linux-4.1.27/Documentation/power/ |
D | runtime_pm.txt | 375 - 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
|
/linux-4.1.27/include/uapi/linux/ |
D | pkt_sched.h | 639 __u32 decrement; /* probability decrement, (d2 in Blue) */ member
|
/linux-4.1.27/Documentation/block/ |
D | biovecs.txt | 13 ended up partway through a biovec, it would increment bv_offset and decrement
|
/linux-4.1.27/arch/alpha/lib/ |
D | stxncpy.S | 208 subq a2, 1, a2 # .. e1 : decrement word count
|
D | ev6-stxncpy.S | 250 subq a2, 1, a2 # E : decrement word count
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | bindec.S | 89 | result is exactly 10^LEN, decrement ILOG and divide 610 | result is exactly 10^LEN, decrement ILOG and divide
|
D | round.S | 285 | therefore do not have the easy to follow decrement/shift loop.
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | align.S | 417 addi a4, a4, -1 # decrement LCOUNT and set
|
/linux-4.1.27/arch/arc/kernel/ |
D | entry.S | 690 ; decrement thread_info->preempt_count (re-enable preemption)
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | head.S | 1186 subs r9, r9, #1 @ decrement the way 1188 subs r7, r7, #1 @ decrement the index
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 384 subq.l &0x1, %d1 # yes, decrement and recheck
|
D | pfpsp.S | 1580 # 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
|
D | fpsp.S | 1581 # 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.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 | ChangeLog.1992-1997 | 515 * 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.
|
D | scsi_mid_low_api.txt | 329 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.1.27/Documentation/PCI/ |
D | pci.txt | 231 decrement the reference count on these devices by calling pci_dev_put().
|
/linux-4.1.27/Documentation/vm/ |
D | numa_memory_policy.txt | 299 decrement this reference count, respectively. mpol_put() will only free
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_btree.c | 1577 XFS_BTREE_STATS_INC(cur, decrement); in xfs_btree_decrement()
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 705 While it is safe to decrement the hoplimit/TTL value, the
|