Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/net/sched/
Dsch_sfb.c61 u32 decrement; /* d2 */ member
182 b->p_mark = prob_minus(b->p_mark, q->decrement); in decrement_prob()
485 .decrement = (SFB_MAX_PROB + 3000) / 6000,
533 q->decrement = ctl->decrement; in sfb_change()
578 .decrement = q->decrement, in sfb_dump()
/kernel/linux/linux-5.10/arch/arm/mm/
Dabort-lv4t.S81 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
Dcache-v7m.S210 subs r9, r9, #1 @ decrement the index
212 subs r4, r4, #1 @ decrement the way
Dcache-v7.S165 subs r9, r9, #1 @ decrement the index
167 subs r4, r4, #1 @ decrement the way
/kernel/linux/linux-5.10/scripts/atomic/fallbacks/
Ddec_and_test3 * ${arch}${atomic}_dec_and_test - decrement and test
/kernel/linux/linux-5.10/arch/xtensa/lib/
Dstrncpy_user.S75 addi a4, a4, -1 # decrement len
85 addi a4, a4, -1 # decrement len
92 addi a4, a4, -1 # decrement len
/kernel/linux/linux-5.10/Documentation/core-api/
Drefcount-vs-atomic.rst101 case 3) - decrement-based RMW ops that return no value
129 case 5) - generic dec/sub decrement-based RMW ops that return a value
142 case 6) other decrement-based RMW ops that return a value
Datomic_ops.rst240 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
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/math/
Dvsx_asm.S25 # On starting will (atomically) decrement threads_starting as a signal
Dfpu_asm.S97 # On starting will (atomically) decrement not_ready as a signal that the FPU
Dvmx_asm.S113 # On starting will (atomically) decrement threads_starting as a signal that
/kernel/linux/linux-5.10/Documentation/locking/
Dpreempt-locking.rst77 preempt_enable() decrement the preempt counter
79 preempt_enable_no_resched() decrement, but do not immediately preempt
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-handle.txt30 The _tep_free()_ function will decrement the reference of the _tep_ handler.
/kernel/linux/linux-5.10/Documentation/power/
Druntime_pm.rst392 - decrement the device's usage counter
395 - decrement the device's usage counter; if the result is 0 then run
399 - decrement the device's usage counter; if the result is 0 then run
403 - decrement the device's usage counter; if the result is 0 then run
407 - decrement the device's usage counter; if the result is 0 then run
411 - decrement the device's usage counter; if the result is 0 then run
415 - decrement the device's 'power.disable_depth' field; if that field is equal
498 decrement the device's usage counter if the flag was previously set and
/kernel/linux/linux-5.10/arch/sparc/lib/
DM7memcpy.S237 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
DM7memset.S326 dec %o2 ! decrement count
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
DCHANGES42 mode was pre-decrement or post-increment and the address register
/kernel/linux/linux-5.10/Documentation/driver-api/usb/
DURB.rst200 decrement the URB's reference count. You increment the reference
206 decrement the reference count by calling :c:func:`usb_free_urb`. Of course,
Dwriting_usb_driver.rst251 this function we decrement our private usage count and wait for possible
254 /* decrement our usage count for the device */
/kernel/linux/linux-5.10/Documentation/staging/
Dremoteproc.rst56 this function will just decrement the power refcount and exit,
76 decrement it back once rproc isn't needed anymore.
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dassembler.h235 sub \tmp, \tmp, #1 @ decrement it
/kernel/linux/linux-5.10/arch/arc/kernel/
Dentry-compact.S367 ; decrement thread_info->preempt_count (re-enable preemption)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dpkt_sched.h525 __u32 decrement; member
/kernel/linux/linux-5.10/arch/alpha/lib/
Dstxncpy.S209 subq a2, 1, a2 # .. e1 : decrement word count
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Dbindec.S89 | result is exactly 10^LEN, decrement ILOG and divide
610 | result is exactly 10^LEN, decrement ILOG and divide

123