Searched refs:decrement (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/tools/testing/selftests/powerpc/math/
H A Dvsx_asm.S25 # On starting will (atomically) decrement threads_starting as a signal
H A Dvmx_asm.S113 # On starting will (atomically) decrement threads_starting as a signal that
H A Dfpu_asm.S132 # On starting will (atomically) decrement not_ready as a signal that the FPU
/linux-master/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.S213 subs r9, r9, #1 @ decrement the index
215 subs r4, r4, #1 @ decrement the way
H A Dcache-v7.S167 subs r9, r9, #1 @ decrement the index
169 subs r4, r4, r6 @ decrement the way
/linux-master/net/sched/
H A Dsch_sfb.c61 u32 decrement; /* d2 */ member in struct:sfb_sched_data
182 b->p_mark = prob_minus(b->p_mark, q->decrement);
485 .decrement = (SFB_MAX_PROB + 3000) / 6000,
533 q->decrement = ctl->decrement;
578 .decrement = q->decrement,
/linux-master/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
/linux-master/fs/nfsd/
H A Dfilecache.c369 /* Try to add it to the LRU. If that fails, decrement. */
565 int decrement = 1; local
575 /* Extra decrement if we remove from the LRU */
577 ++decrement;
580 if (refcount_sub_and_test(decrement, &nf->nf_ref)) {
/linux-master/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
H A DM7memset.S326 dec %o2 ! decrement count
/linux-master/arch/arc/kernel/
H A Dentry-compact.S352 ; decrement thread_info->preempt_count (re-enable preemption)
/linux-master/arch/alpha/lib/
H A Dstxncpy.S209 subq a2, 1, a2 # .. e1 : decrement word count
H A Dev6-stxncpy.S251 subq a2, 1, a2 # E : decrement word count
/linux-master/arch/xtensa/kernel/
H A Dalign.S448 addi a4, a4, -1 # decrement LCOUNT and set
/linux-master/include/uapi/linux/
H A Dpkt_sched.h665 * Note: increment, decrement are Q0.16 fixed-point values.
673 __u32 decrement; /* probability decrement, (d2 in Blue) */ member in struct:tc_sfb_qopt
/linux-master/tools/include/uapi/linux/
H A Dpkt_sched.h628 * Note: increment, decrement are Q0.16 fixed-point values.
636 __u32 decrement; /* probability decrement, (d2 in Blue) */ member in struct:tc_sfb_qopt
/linux-master/arch/arm/include/asm/
H A Dassembler.h226 * Increment/decrement the preempt count.
237 sub \tmp, \tmp, #1 @ decrement it
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S89 | result is exactly 10^LEN, decrement ILOG and divide
610 | result is exactly 10^LEN, decrement ILOG and divide
H A Dround.S285 | therefore do not have the easy to follow decrement/shift loop.
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1557 # on extended precision opclass three instructions using pre-decrement or
1580 # is the ea mode pre-decrement of the stack pointer from supervisor mode?
3480 # for extended precision, if the addressing mode is pre-decrement or
3482 # in addition, for pre-decrement, the stacked <ea> is incorrect.
3852 # dec_areg() - decrement an address register #
3917 # it would make no sense to have a pre-decrement to a7 in supervisor
4523 # table to convert a pre-decrement bit string into a post-increment
7282 # in the pre-decrement case from supervisor mode or else we'll corrupt
12610 # dec_areg(): decrement an address register by the value in d0 #
12616 # d0 = amount to decrement b
[all...]
H A Dilsp.S384 subq.l &0x1, %d1 # yes, decrement and recheck
/linux-master/include/linux/
H A Dskbuff.h1213 * skb_unref - decrement the skb's reference count
4928 u16 decrement)
4932 shinfo->gso_size -= decrement;
4927 skb_decrease_gso_size(struct skb_shared_info *shinfo, u16 decrement) argument
/linux-master/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h415 __le32 decrement; member in struct:mpi3_man9_rsrc_entry
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree.c695 * In the non-overlapped case you can do a LE lookup and decrement the cursor
1802 /* We're done if we remain in the block after the decrement. */
1820 XFS_BTREE_STATS_INC(cur, decrement);
4395 * We can't use decrement because it would change the next level up.

Completed in 445 milliseconds

12