/openbmc/linux/net/sched/ |
H A D | sch_sfb.c | 61 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 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
|
H A D | cache-v7m.S | 212 subs r9, r9, #1 @ decrement the index 214 subs r4, r4, #1 @ decrement the way
|
H A D | cache-v7.S | 166 subs r9, r9, #1 @ decrement the index 168 subs r4, r4, r6 @ decrement the way
|
/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | cache_v7_asm.S | 59 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 D | psci.S | 222 subs r9, r9, #1 @ decrement the index 224 subs r4, r4, #1 @ decrement the way
|
/openbmc/linux/scripts/atomic/kerneldoc/ |
H A D | dec | 3 * ${class}${atomicname}() - atomic decrement with ${desc_order} ordering
|
H A D | dec_unless_positive | 3 * ${class}${atomicname}() - atomic decrement unless positive with ${desc_order} ordering
|
H A D | dec_if_positive | 3 * ${class}${atomicname}() - atomic decrement if positive with ${desc_order} ordering
|
H A D | dec_and_test | 3 * ${class}${atomicname}() - atomic decrement and test if zero with ${desc_order} ordering
|
/openbmc/linux/arch/xtensa/lib/ |
H A D | strncpy_user.S | 74 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 D | refcount-vs-atomic.rst | 101 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 D | method.md | 60 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/mm/ |
H A D | transhuge.rst | 118 - 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 D | vsx_asm.S | 25 # On starting will (atomically) decrement threads_starting as a signal
|
H A D | fpu_asm.S | 97 # On starting will (atomically) decrement not_ready as a signal that the FPU
|
H A D | vmx_asm.S | 113 # On starting will (atomically) decrement threads_starting as a signal that
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | branch.idef | 290 /* decrement loop count */ 296 /* decrement loop count */ 318 /* decrement loop count */ 328 /* decrement loop count */
|
/openbmc/linux/Documentation/locking/ |
H A D | preempt-locking.rst | 77 preempt_enable() decrement the preempt counter 79 preempt_enable_no_resched() decrement, but do not immediately preempt
|
/openbmc/linux/fs/nfsd/ |
H A D | filecache.c | 544 int decrement = 1; in nfsd_file_cond_queue() local 556 ++decrement; in nfsd_file_cond_queue() 559 if (refcount_sub_and_test(decrement, &nf->nf_ref)) { in nfsd_file_cond_queue()
|
/openbmc/qemu/docs/devel/ |
H A D | lockcnt.rst | 81 to increment and decrement the counter, and to take and release the 222 the decrement, the locking and the check on count as follows::
|
/openbmc/linux/arch/sparc/lib/ |
H A 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
|
/openbmc/linux/Documentation/power/ |
H A D | runtime_pm.rst | 408 - decrement the device's usage counter 411 - decrement the device's usage counter; if the result is 0 then run 415 - decrement the device's usage counter; if the result is 0 then run 419 - decrement the device's usage counter; if the result is 0 then run 423 - decrement the device's usage counter; if the result is 0 then run 427 - decrement the device's usage counter; if the result is 0 then run 431 - decrement the device's 'power.disable_depth' field; if that field is equal 514 decrement the device's usage counter if the flag was previously set and
|
/openbmc/linux/arch/m68k/ifpsp060/ |
H A D | CHANGES | 42 mode was pre-decrement or post-increment and the address register
|
/openbmc/entity-manager/docs/ |
H A D | address_size_detection_modes.md | 74 …`All decisions on auto-increment or decrement of previously accessed memory locations, etc., are t…
|