/linux-6.3-rc2/net/sched/ |
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()
|
/linux-6.3-rc2/arch/arm/mm/ |
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
|
A D | cache-v7m.S | 212 subs r9, r9, #1 @ decrement the index 214 subs r4, r4, #1 @ decrement the way
|
A D | cache-v7.S | 166 subs r9, r9, #1 @ decrement the index 168 subs r4, r4, r6 @ decrement the way
|
/linux-6.3-rc2/scripts/atomic/fallbacks/ |
A D | dec_and_test | 3 * arch_${atomic}_dec_and_test - decrement and test
|
/linux-6.3-rc2/arch/xtensa/lib/ |
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
|
/linux-6.3-rc2/Documentation/core-api/ |
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
|
/linux-6.3-rc2/Documentation/mm/ |
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
|
/linux-6.3-rc2/Documentation/devicetree/bindings/misc/ |
A D | qemu,vcpu-stall-detector.yaml | 28 to decrement its internal counter register on each tick.
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/math/ |
A D | vsx_asm.S | 25 # On starting will (atomically) decrement threads_starting as a signal
|
A D | fpu_asm.S | 97 # On starting will (atomically) decrement not_ready as a signal that the FPU
|
A D | vmx_asm.S | 113 # On starting will (atomically) decrement threads_starting as a signal that
|
/linux-6.3-rc2/Documentation/locking/ |
A D | preempt-locking.rst | 77 preempt_enable() decrement the preempt counter 79 preempt_enable_no_resched() decrement, but do not immediately preempt
|
/linux-6.3-rc2/fs/nfsd/ |
A D | filecache.c | 655 int decrement = 1; in nfsd_file_cond_queue() local 667 ++decrement; in nfsd_file_cond_queue() 670 if (refcount_sub_and_test(decrement, &nf->nf_ref)) { in nfsd_file_cond_queue()
|
/linux-6.3-rc2/arch/sparc/lib/ |
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
|
A D | M7memset.S | 326 dec %o2 ! decrement count
|
/linux-6.3-rc2/Documentation/power/ |
A D | runtime_pm.rst | 406 - 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
|
/linux-6.3-rc2/arch/m68k/ifpsp060/ |
A D | CHANGES | 42 mode was pre-decrement or post-increment and the address register
|
/linux-6.3-rc2/Documentation/driver-api/usb/ |
A 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,
|
A D | writing_usb_driver.rst | 256 this function we decrement our private usage count and wait for possible 259 /* decrement our usage count for the device */
|
/linux-6.3-rc2/Documentation/staging/ |
A D | remoteproc.rst | 56 this function will just decrement the power refcount and exit, 77 decrement it back once rproc isn't needed anymore.
|
/linux-6.3-rc2/arch/alpha/lib/ |
A D | stxncpy.S | 209 subq a2, 1, a2 # .. e1 : decrement word count
|
/linux-6.3-rc2/arch/arc/kernel/ |
A D | entry-compact.S | 367 ; decrement thread_info->preempt_count (re-enable preemption)
|
/linux-6.3-rc2/arch/m68k/fpsp040/ |
A D | bindec.S | 89 | result is exactly 10^LEN, decrement ILOG and divide 610 | result is exactly 10^LEN, decrement ILOG and divide
|
/linux-6.3-rc2/arch/xtensa/kernel/ |
A D | align.S | 416 addi a4, a4, -1 # decrement LCOUNT and set
|