Home
last modified time | relevance | path

Searched refs:call_ops (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/tools/perf/arch/riscv64/annotate/
H A Dinstructions.c11 ops = &call_ops; in riscv64__associate_ins_ops()
/openbmc/linux/tools/perf/arch/csky/annotate/
H A Dinstructions.c30 ops = &call_ops; in csky__associate_ins_ops()
/openbmc/linux/tools/perf/arch/mips/annotate/
H A Dinstructions.c23 ops = &call_ops; in mips__associate_ins_ops()
/openbmc/linux/tools/perf/arch/powerpc/annotate/
H A Dinstructions.c39 ops = &call_ops; in powerpc__associate_instruction_ops()
/openbmc/linux/tools/perf/arch/arm/annotate/
H A Dinstructions.c20 ops = &call_ops; in arm__associate_instruction_ops()
/openbmc/linux/tools/perf/arch/sparc/annotate/
H A Dinstructions.c127 ops = &call_ops; in sparc__associate_instruction_ops()
/openbmc/linux/tools/perf/arch/arm64/annotate/
H A Dinstructions.c78 ops = &call_ops; in arm64__associate_instruction_ops()
/openbmc/linux/tools/perf/arch/x86/annotate/
H A Dinstructions.c21 { .name = "call", .ops = &call_ops, },
/openbmc/linux/fs/nfs/
H A Dpnfs.c2895 const struct rpc_call_ops *call_ops, in pnfs_try_to_write_data() argument
2903 hdr->mds_ops = call_ops; in pnfs_try_to_write_data()
2918 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_write() local
2922 trypnfs = pnfs_try_to_write_data(hdr, call_ops, lseg, how); in pnfs_do_write()
3022 const struct rpc_call_ops *call_ops, in pnfs_try_to_read_data() argument
3029 hdr->mds_ops = call_ops; in pnfs_try_to_read_data()
3063 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_read() local
3067 trypnfs = pnfs_try_to_read_data(hdr, call_ops, lseg); in pnfs_do_read()
H A Dinternal.h304 const struct rpc_call_ops *call_ops, int how, int flags);
523 const struct rpc_call_ops *call_ops,
H A Dpagelist.c849 const struct rpc_call_ops *call_ops, int how, int flags) in nfs_initiate_pgio() argument
861 .callback_ops = call_ops, in nfs_initiate_pgio()
H A Dwrite.c1687 const struct rpc_call_ops *call_ops, in nfs_initiate_commit() argument
1701 .callback_ops = call_ops, in nfs_initiate_commit()
/openbmc/linux/tools/perf/util/
H A Dannotate.c94 static struct ins_ops call_ops; variable
327 static struct ins_ops call_ops = { variable
334 return ins->ops == &call_ops || ins->ops == &s390_call_ops || ins->ops == &loongarch_call_ops; in ins__is_call()