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

/linux-master/arch/m68k/include/asm/
H A Dmath-emu.h198 .Lu1\@: moves\size \src,\dest
214 .Lu1\@: moves\size \src,\dest
/linux-master/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.
/linux-master/arch/m68k/math-emu/
H A Dfp_decode.h227 | adjust stack for byte moves from/to stack
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree.c2514 XFS_BTREE_STATS_ADD(cur, moves, 1);
2566 XFS_BTREE_STATS_ADD(cur, moves, rrecs - 1);
2700 XFS_BTREE_STATS_ADD(cur, moves, rrecs);
2905 XFS_BTREE_STATS_ADD(cur, moves, rrecs);
3545 XFS_BTREE_STATS_ADD(cur, moves, numrecs - ptr + 1);
3947 XFS_BTREE_STATS_ADD(cur, moves, numrecs - ptr);
4309 XFS_BTREE_STATS_ADD(cur, moves, rrecs);
/linux-master/fs/ocfs2/
H A Docfs2.h239 atomic_t moves; member in struct:ocfs2_alloc_stats
H A Dlocalalloc.c1306 atomic_inc(&osb->alloc_stats.moves);
H A Dsuper.c296 atomic_read(&osb->alloc_stats.moves),
2054 atomic_set(&osb->alloc_stats.moves, 0);
/linux-master/arch/m68k/ifpsp060/
H A Dos.S69 | (i.e. all the known length <= 4) are implemented by single moves
/linux-master/fs/btrfs/
H A Dsend.c260 * which is in the pending directory moves index above. In this case,
3097 * Renames/moves a file/dir to its orphan name. Used when the first
3679 struct pending_dir_move *moves,
3682 if (list_empty(&moves->list)) {
3683 list_add_tail(&moves->list, stack);
3686 list_splice_init(&moves->list, &list);
3687 list_add_tail(&moves->list, stack);
3690 if (!RB_EMPTY_NODE(&moves->node)) {
3691 rb_erase(&moves->node, &sctx->pending_dir_moves);
3692 RB_CLEAR_NODE(&moves
3678 tail_append_pending_moves(struct send_ctx *sctx, struct pending_dir_move *moves, struct list_head *stack) argument
[all...]
/linux-master/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
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S3211 # (9) Fetch the source operands using "moves". #

Completed in 353 milliseconds