Home
last modified time | relevance | path

Searched refs:nops (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_btree_staging.c136 struct xfs_btree_ops *nops; in xfs_btree_stage_afakeroot() local
142 nops = kmem_alloc(sizeof(struct xfs_btree_ops), KM_NOFS); in xfs_btree_stage_afakeroot()
143 memcpy(nops, cur->bc_ops, sizeof(struct xfs_btree_ops)); in xfs_btree_stage_afakeroot()
144 nops->alloc_block = xfs_btree_fakeroot_alloc_block; in xfs_btree_stage_afakeroot()
145 nops->free_block = xfs_btree_fakeroot_free_block; in xfs_btree_stage_afakeroot()
146 nops->init_ptr_from_cur = xfs_btree_fakeroot_init_ptr_from_cur; in xfs_btree_stage_afakeroot()
147 nops->set_root = xfs_btree_afakeroot_set_root; in xfs_btree_stage_afakeroot()
148 nops->dup_cursor = xfs_btree_fakeroot_dup_cursor; in xfs_btree_stage_afakeroot()
152 cur->bc_ops = nops; in xfs_btree_stage_afakeroot()
217 struct xfs_btree_ops *nops; in xfs_btree_stage_ifakeroot() local
[all …]
/linux-6.1.9/arch/riscv/kernel/
Dftrace.c29 unsigned int nops[2] = {NOP4, NOP4}; in ftrace_check_current_call() local
33 expected = nops; in ftrace_check_current_call()
61 unsigned int nops[2] = {NOP4, NOP4}; in __ftrace_modify_call() local
67 ((void *)hook_pos, enable ? call : nops, MCOUNT_INSN_SIZE)) in __ftrace_modify_call()
117 unsigned int nops[4] = {NOP4, NOP4, NOP4, NOP4}; in ftrace_make_nop() local
119 if (patch_text_nosync((void *)rec->ip, nops, FUNC_ENTRY_SIZE)) in ftrace_make_nop()
/linux-6.1.9/arch/csky/kernel/
Dftrace.c68 static uint16_t nops[7] = {NOP, NOP32_HI, NOP32_LO, NOP32_HI, NOP32_LO, variable
76 sizeof(nops))) in ftrace_check_current_nop()
79 if (memcmp((void *)nops, (void *)olds, sizeof(nops))) { in ftrace_check_current_nop()
101 ret = copy_to_kernel_nofault((void *)hook_pos, enable ? call : nops, in ftrace_modify_code()
102 sizeof(nops)); in ftrace_modify_code()
/linux-6.1.9/tools/perf/arch/powerpc/util/
Dskip-callchain-idx.c51 size_t nops; in check_return_reg() local
54 result = dwarf_frame_register(frame, ra_regno, ops_mem, &ops, &nops); in check_return_reg()
65 if ((nops != 0 || ops != NULL) && in check_return_reg()
66 !(nops == 1 && ops[0].atom == DW_OP_regx && in check_return_reg()
74 result = dwarf_frame_cfa(frame, &ops, &nops); in check_return_reg()
84 if (nops == 1 && ops[0].atom == DW_OP_bregx && ops[0].number == 1 && in check_return_reg()
/linux-6.1.9/tools/build/feature/
Dtest-dwarf_getlocations.c10 size_t nops; in main() local
12 return (int)dwarf_getlocations(&attr, offset, &base, &start, &end, &op, &nops); in main()
/linux-6.1.9/arch/powerpc/kernel/
Dentry_64.S62 .macro nops number macro
79 nops 6
97 nops 3
102 nops 7
/linux-6.1.9/fs/nfs/
Dcallback_xdr.c162 hdr->nops = ntohl(*p); in decode_compound_hdr_arg()
662 hdr->nops = xdr_reserve_space(xdr, 4); in encode_compound_hdr_res()
663 if (unlikely(hdr->nops == NULL)) in encode_compound_hdr_res()
930 unsigned int nops = 0; in nfs4_callback_compound() local
958 while (status == 0 && nops != hdr_arg.nops) { in nfs4_callback_compound()
959 status = process_op(nops, rqstp, &cps); in nfs4_callback_compound()
960 nops++; in nfs4_callback_compound()
967 nops--; in nfs4_callback_compound()
971 *hdr_res.nops = htonl(nops); in nfs4_callback_compound()
Dcallback.h55 unsigned nops; member
62 __be32 *nops; member
Dnfs4xdr.c956 uint32_t nops; member
1045 *p = cpu_to_be32(hdr->nops); in encode_compound_hdr()
1053 hdr->nops++; in encode_op_hdr()
1059 WARN_ON_ONCE(hdr->nops > NFS4_MAX_OPS); in encode_nops()
1060 *hdr->nops_p = htonl(hdr->nops); in encode_nops()
2387 .nops = 0, in nfs4_xdr_enc_open_confirm()
2747 .nops = 0, in nfs4_xdr_enc_renew()
2764 .nops = 0, in nfs4_xdr_enc_setclientid()
2781 .nops = 0, in nfs4_xdr_enc_setclientid_confirm()
3203 hdr->nops = tmp; in decode_compound_hdr()
[all …]
/linux-6.1.9/fs/nfsd/
Dnfs4callback.c57 u32 nops; member
262 *p = cpu_to_be32(hdr->nops); /* argarray element count */ in encode_cb_compound4args()
270 BUG_ON(hdr->nops > NFS4_MAX_BACK_CHANNEL_OPS); in encode_cb_nops()
271 *hdr->nops_p = cpu_to_be32(hdr->nops); in encode_cb_nops()
299 hdr->nops = be32_to_cpup(p); in decode_cb_compound4res()
328 hdr->nops++; in encode_cb_recall4args()
363 hdr->nops++; in encode_cb_sequence4args()
573 hdr->nops++; in encode_cb_layout4args()
647 hdr.nops++; in nfs4_xdr_enc_cb_notify_lock()
725 hdr->nops++; in encode_cb_offload4args()
/linux-6.1.9/arch/arm64/include/asm/
Darch_gicv3.h70 nops(8); in gic_read_iar_cavium_thunderx()
72 nops(4); in gic_read_iar_cavium_thunderx()
Dbarrier.h15 #define nops(n) asm volatile(__nops(n)) macro
Dalternative-macros.h203 nops (662b-661b) / AARCH64_INSN_SIZE
Dassembler.h134 .macro nops, num
/linux-6.1.9/arch/x86/net/
Dbpf_jit_comp.c938 int nops; in do_jit() local
1607 nops = INSN_SZ_DIFF - 2; in do_jit()
1608 if (nops != 0 && nops != 4) { in do_jit()
1610 nops); in do_jit()
1613 emit_nops(&prog, nops); in do_jit()
1653 nops = INSN_SZ_DIFF; in do_jit()
1654 if (nops != 0 && nops != 2 && nops != 5) { in do_jit()
1656 nops); in do_jit()
1659 emit_nops(&prog, nops); in do_jit()
1678 nops = INSN_SZ_DIFF - 2; in do_jit()
[all …]
/linux-6.1.9/arch/riscv/include/asm/
Dbarrier.h17 #define nops(n) __asm__ __volatile__ (__nops(n)) macro
Dasm.h78 .macro nops, num
/linux-6.1.9/include/linux/mtd/
Dspinand.h285 unsigned int nops; member
291 .nops = sizeof((struct spi_mem_op[]){ __VA_ARGS__ }) / \
/linux-6.1.9/tools/perf/util/
Dprobe-finder.c183 size_t nops; in convert_variable_location() local
210 if (dwarf_getlocation_addr(&attr, addr, &op, &nops, 1) <= 0) { in convert_variable_location()
232 &nops, 1) > 0) in convert_variable_location()
238 if (nops == 0) in convert_variable_location()
696 size_t nops; in call_probe_finder() local
722 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder()
723 if (ret <= 0 || nops == 0) { in call_probe_finder()
726 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
730 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
Ddwarf-aux.c1170 size_t nops; in die_get_var_range() local
1188 &start, &end, &op, &nops)) > 0) { in die_get_var_range()
/linux-6.1.9/tools/objtool/arch/x86/
Ddecode.c722 static const char nops[5][5] = { in arch_nop_insn() local
735 return nops[len-1]; in arch_nop_insn()
/linux-6.1.9/arch/s390/kernel/
Dentry.S268 # interrupts. So lets use 3 nops as a landing pad for all possible rewinds.
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_stats.h439 u64 nops; member
Den_stats.c279 s->tx_xdp_nops += xdpsq_red_stats->nops; in mlx5e_stats_grp_sw_update_stats_xdp_red()
291 s->rx_xdp_tx_nops += xdpsq_stats->nops; in mlx5e_stats_grp_sw_update_stats_xdpsq()
2037 { MLX5E_DECLARE_RQ_XDPSQ_STAT(struct mlx5e_xdpsq_stats, nops) },
2047 { MLX5E_DECLARE_XDPSQ_STAT(struct mlx5e_xdpsq_stats, nops) },
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dxdp.c220 sq->stats->nops += contig_wqebbs; in mlx5e_xdpsq_get_next_pi()

12