Home
last modified time | relevance | path

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

123

/openbmc/linux/net/sched/
H A 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()
/openbmc/linux/arch/arm/mm/
H A 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
H A Dcache-v7m.S212 subs r9, r9, #1 @ decrement the index
214 subs r4, r4, #1 @ decrement the way
H A Dcache-v7.S166 subs r9, r9, #1 @ decrement the index
168 subs r4, r4, r6 @ decrement the way
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dcache_v7_asm.S59 subs r9, r9, #1 @ decrement the index
61 subs r4, r4, #1 @ decrement the way
129 subs r9, r9, #1 @ decrement the index
131 subs r4, r4, #1 @ decrement the way
H A Dpsci.S222 subs r9, r9, #1 @ decrement the index
224 subs r4, r4, #1 @ decrement the way
/openbmc/linux/scripts/atomic/kerneldoc/
H A Ddec3 * ${class}${atomicname}() - atomic decrement with ${desc_order} ordering
H A Ddec_unless_positive3 * ${class}${atomicname}() - atomic decrement unless positive with ${desc_order} ordering
H A Ddec_and_test3 * ${class}${atomicname}() - atomic decrement and test if zero with ${desc_order} ordering
H A Ddec_if_positive3 * ${class}${atomicname}() - atomic decrement if positive with ${desc_order} ordering
/openbmc/linux/arch/xtensa/lib/
H A Dstrncpy_user.S74 addi a4, a4, -1 # decrement len
84 addi a4, a4, -1 # decrement len
91 addi a4, a4, -1 # decrement len
/openbmc/linux/Documentation/core-api/
H A 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
/openbmc/phosphor-fan-presence/docs/monitor/
H A Dmethod.md60 enough times deemed within range to decrement the counter to 0. This checking
67 increment/decrement the counter. Defaults to 1s if not present.
/openbmc/linux/Documentation/devicetree/bindings/misc/
H A Dqemu,vcpu-stall-detector.yaml28 to decrement its internal counter register on each tick.
/openbmc/linux/Documentation/mm/
H A Dtranshuge.rst118 - map/unmap of a PMD entry for the whole THP increment/decrement
119 folio->_entire_mapcount and also increment/decrement
123 - map/unmap of individual pages with PTE entry increment/decrement
124 page->_mapcount and also increment/decrement folio->_nr_pages_mapped
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dvsx_asm.S25 # On starting will (atomically) decrement threads_starting as a signal
H A Dfpu_asm.S97 # On starting will (atomically) decrement not_ready as a signal that the FPU
H A Dvmx_asm.S113 # On starting will (atomically) decrement threads_starting as a signal that
/openbmc/linux/Documentation/locking/
H A Dpreempt-locking.rst77 preempt_enable() decrement the preempt counter
79 preempt_enable_no_resched() decrement, but do not immediately preempt
/openbmc/qemu/target/hexagon/imported/
H A Dbranch.idef290 /* decrement loop count */
296 /* decrement loop count */
318 /* decrement loop count */
328 /* decrement loop count */
/openbmc/linux/fs/nfsd/
H A Dfilecache.c542 int decrement = 1; in nfsd_file_cond_queue() local
554 ++decrement; in nfsd_file_cond_queue()
557 if (refcount_sub_and_test(decrement, &nf->nf_ref)) { in nfsd_file_cond_queue()
/openbmc/qemu/docs/devel/
H A Dlockcnt.txt81 to increment and decrement the counter, and to take and release the
221 the decrement, the locking and the check on count as follows:
/openbmc/linux/arch/sparc/lib/
H A 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
/openbmc/linux/arch/m68k/ifpsp060/
H A DCHANGES42 mode was pre-decrement or post-increment and the address register
/openbmc/linux/Documentation/power/
H A Druntime_pm.rst406 - decrement the device's usage counter
409 - decrement the device's usage counter; if the result is 0 then run
413 - decrement the device's usage counter; if the result is 0 then run
417 - decrement the device's usage counter; if the result is 0 then run
421 - decrement the device's usage counter; if the result is 0 then run
425 - decrement the device's usage counter; if the result is 0 then run
429 - decrement the device's 'power.disable_depth' field; if that field is equal
512 decrement the device's usage counter if the flag was previously set and

123