Home
last modified time | relevance | path

Searched refs:moves (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmath-emu.h198 .Lu1\@: moves\size \src,\dest
214 .Lu1\@: moves\size \src,\dest
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dmath-emu.h198 .Lu1\@: moves\size \src,\dest
214 .Lu1\@: moves\size \src,\dest
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsto_res.S14 | Output: moves the result to the true destination reg or mem
H A Dskeleton.S390 | this via a 'moves' instruction. copyout is a UNIX SVR3 (and later) function.
430 | this via a 'moves' instruction. copyin is a UNIX SVR3 (and later) function.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dsto_res.S14 | Output: moves the result to the true destination reg or mem
H A Dskeleton.S390 | this via a 'moves' instruction. copyout is a UNIX SVR3 (and later) function.
430 | this via a 'moves' instruction. copyin is a UNIX SVR3 (and later) function.
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_btree.c2310 XFS_BTREE_STATS_ADD(cur, moves, 1); in xfs_btree_lshift()
2362 XFS_BTREE_STATS_ADD(cur, moves, rrecs - 1); in xfs_btree_lshift()
2496 XFS_BTREE_STATS_ADD(cur, moves, rrecs); in xfs_btree_rshift()
2674 XFS_BTREE_STATS_ADD(cur, moves, rrecs); in __xfs_btree_split()
3280 XFS_BTREE_STATS_ADD(cur, moves, numrecs - ptr + 1); in xfs_btree_insrec()
3680 XFS_BTREE_STATS_ADD(cur, moves, numrecs - ptr); in xfs_btree_delrec()
4037 XFS_BTREE_STATS_ADD(cur, moves, rrecs); in xfs_btree_delrec()
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
H A Dos.S69 | (i.e. all the known length <= 4) are implemented by single moves
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dfp_decode.h227 | adjust stack for byte moves from/to stack
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/
H A Dos.S69 | (i.e. all the known length <= 4) are implemented by single moves
/kernel/linux/linux-6.6/arch/m68k/math-emu/
H A Dfp_decode.h227 | adjust stack for byte moves from/to stack
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_btree.c2381 XFS_BTREE_STATS_ADD(cur, moves, 1); in xfs_btree_lshift()
2433 XFS_BTREE_STATS_ADD(cur, moves, rrecs - 1); in xfs_btree_lshift()
2567 XFS_BTREE_STATS_ADD(cur, moves, rrecs); in xfs_btree_rshift()
2745 XFS_BTREE_STATS_ADD(cur, moves, rrecs); in __xfs_btree_split()
3372 XFS_BTREE_STATS_ADD(cur, moves, numrecs - ptr + 1); in xfs_btree_insrec()
3772 XFS_BTREE_STATS_ADD(cur, moves, numrecs - ptr); in xfs_btree_delrec()
4129 XFS_BTREE_STATS_ADD(cur, moves, rrecs); in xfs_btree_delrec()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Docfs2.h241 atomic_t moves; member
H A Dlocalalloc.c1308 atomic_inc(&osb->alloc_stats.moves); in ocfs2_local_alloc_slide_window()
H A Dsuper.c299 atomic_read(&osb->alloc_stats.moves), in ocfs2_osb_dump()
2064 atomic_set(&osb->alloc_stats.moves, 0); in ocfs2_initialize_super()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Docfs2.h239 atomic_t moves; member
H A Dlocalalloc.c1306 atomic_inc(&osb->alloc_stats.moves); in ocfs2_local_alloc_slide_window()
H A Dsuper.c296 atomic_read(&osb->alloc_stats.moves), in ocfs2_osb_dump()
2055 atomic_set(&osb->alloc_stats.moves, 0); in ocfs2_initialize_super()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dperf_asm.S549 ;* This routine moves data to the RDR's. The double-word that
1341 ;* This routine moves data to the RDR's. The double-word that
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dperf_asm.S549 ;* This routine moves data to the RDR's. The double-word that
1341 ;* This routine moves data to the RDR's. The double-word that
/kernel/linux/linux-5.10/fs/btrfs/
H A Dsend.c181 * which is in the pending directory moves index above. In this case,
2837 * Renames/moves a file/dir to its orphan name. Used when the first
3380 struct pending_dir_move *moves, in tail_append_pending_moves()
3383 if (list_empty(&moves->list)) { in tail_append_pending_moves()
3384 list_add_tail(&moves->list, stack); in tail_append_pending_moves()
3387 list_splice_init(&moves->list, &list); in tail_append_pending_moves()
3388 list_add_tail(&moves->list, stack); in tail_append_pending_moves()
3391 if (!RB_EMPTY_NODE(&moves->node)) { in tail_append_pending_moves()
3392 rb_erase(&moves->node, &sctx->pending_dir_moves); in tail_append_pending_moves()
3393 RB_CLEAR_NODE(&moves in tail_append_pending_moves()
3379 tail_append_pending_moves(struct send_ctx *sctx, struct pending_dir_move *moves, struct list_head *stack) tail_append_pending_moves() argument
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dsend.c261 * which is in the pending directory moves index above. In this case,
3086 * Renames/moves a file/dir to its orphan name. Used when the first
3668 struct pending_dir_move *moves, in tail_append_pending_moves()
3671 if (list_empty(&moves->list)) { in tail_append_pending_moves()
3672 list_add_tail(&moves->list, stack); in tail_append_pending_moves()
3675 list_splice_init(&moves->list, &list); in tail_append_pending_moves()
3676 list_add_tail(&moves->list, stack); in tail_append_pending_moves()
3679 if (!RB_EMPTY_NODE(&moves->node)) { in tail_append_pending_moves()
3680 rb_erase(&moves->node, &sctx->pending_dir_moves); in tail_append_pending_moves()
3681 RB_CLEAR_NODE(&moves in tail_append_pending_moves()
3667 tail_append_pending_moves(struct send_ctx *sctx, struct pending_dir_move *moves, struct list_head *stack) tail_append_pending_moves() argument
[all...]
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Disp.S3211 # (9) Fetch the source operands using "moves". #
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Disp.S3211 # (9) Fetch the source operands using "moves". #

Completed in 49 milliseconds