/Linux-v4.19/net/sched/ |
D | sch_sfb.c | 65 u32 decrement; /* d2 */ member 186 b->p_mark = prob_minus(b->p_mark, q->decrement); in decrement_prob() 486 .decrement = (SFB_MAX_PROB + 3000) / 6000, 534 q->decrement = ctl->decrement; in sfb_change() 578 .decrement = q->decrement, in sfb_dump()
|
/Linux-v4.19/arch/arm/mm/ |
D | abort-lv4t.S | 81 addeq r7, r7, r6, lsl #2 @ Undo decrement 101 addeq r7, r7, r6 @ Undo decrement 117 addeq r7, r7, r6, lsr #20 @ Undo decrement 217 subne r7, r7, r6, lsl #2 @ decrement SP if POP 234 sub r7, r7, r6, lsl #2 @ always decrement
|
D | cache-v7m.S | 211 subs r9, r9, #1 @ decrement the index 213 subs r4, r4, #1 @ decrement the way
|
D | cache-v7.S | 159 subs r9, r9, #1 @ decrement the index 161 subs r4, r4, #1 @ decrement the way
|
/Linux-v4.19/arch/xtensa/lib/ |
D | strncpy_user.S | 75 addi a4, a4, -1 # decrement len 85 addi a4, a4, -1 # decrement len 92 addi a4, a4, -1 # decrement len
|
/Linux-v4.19/tools/testing/selftests/powerpc/math/ |
D | vsx_asm.S | 29 # On starting will (atomically) decrement threads_starting as a signal
|
D | fpu_asm.S | 101 # On starting will (atomically) decrement not_ready as a signal that the FPU
|
D | vmx_asm.S | 117 # On starting will (atomically) decrement threads_starting as a signal that
|
/Linux-v4.19/Documentation/core-api/ |
D | refcount-vs-atomic.rst | 94 case 3) - decrement-based RMW ops that return no value 122 case 5) - decrement-based RMW ops that return a value
|
D | atomic_ops.rst | 240 These two routines increment and decrement by 1, respectively, the 250 decrement is given instead of the implicit "1". This primitive must 320 atomic counter decrement. 397 before the atomic counter decrement is performed. 422 counter decrement would not become globally visible until the 588 Atomically decrement the given counter, and if will drop to zero 589 atomically acquire the given spinlock and perform the decrement
|
/Linux-v4.19/Documentation/ |
D | preempt-locking.txt | 79 preempt_enable() decrement the preempt counter 81 preempt_enable_no_resched() decrement, but do not immediately preempt
|
D | remoteproc.txt | 56 this function will just decrement the power refcount and exit, 76 decrement it back once rproc isn't needed anymore.
|
/Linux-v4.19/Documentation/power/ |
D | runtime_pm.txt | 378 - decrement the device's usage counter 381 - decrement the device's usage counter; if the result is 0 then run 385 - decrement the device's usage counter; if the result is 0 then run 389 - decrement the device's usage counter; if the result is 0 then run 393 - decrement the device's usage counter; if the result is 0 then run 397 - decrement the device's usage counter; if the result is 0 then run 401 - decrement the device's 'power.disable_depth' field; if that field is equal 484 decrement the device's usage counter if the flag was previously set and
|
/Linux-v4.19/arch/sparc/lib/ |
D | M7memcpy.S | 237 subcc %o2, 64, %o2 ! decrement length count 261 sub %o2, 32, %o2 ! decrement length count 326 subcc %o2, 32, %o2 ! decrement length count 355 subcc %o2, 16, %o2 ! decrement length count
|
D | M7memset.S | 326 dec %o2 ! decrement count
|
/Linux-v4.19/arch/m68k/ifpsp060/ |
D | CHANGES | 42 mode was pre-decrement or post-increment and the address register
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | URB.rst | 200 decrement the URB's reference count. You increment the reference 206 decrement the reference count by calling :c:func:`usb_free_urb`. Of course,
|
D | writing_usb_driver.rst | 251 this function we decrement our private usage count and wait for possible 254 /* decrement our usage count for the device */
|
/Linux-v4.19/arch/arm/include/asm/ |
D | assembler.h | 227 sub \tmp, \tmp, #1 @ decrement it
|
/Linux-v4.19/arch/alpha/lib/ |
D | stxncpy.S | 209 subq a2, 1, a2 # .. e1 : decrement word count
|
/Linux-v4.19/arch/arc/kernel/ |
D | entry-compact.S | 370 ; decrement thread_info->preempt_count (re-enable preemption)
|
/Linux-v4.19/Documentation/block/ |
D | biovecs.txt | 13 ended up partway through a biovec, it would increment bv_offset and decrement
|
/Linux-v4.19/include/uapi/linux/ |
D | pkt_sched.h | 717 __u32 decrement; /* probability decrement, (d2 in Blue) */ member
|
/Linux-v4.19/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
|
/Linux-v4.19/arch/xtensa/kernel/ |
D | align.S | 414 addi a4, a4, -1 # decrement LCOUNT and set
|