Searched refs:call_ops (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/tools/perf/arch/riscv64/annotate/ |
D | instructions.c | 11 ops = &call_ops; in riscv64__associate_ins_ops()
|
/linux-6.1.9/tools/perf/arch/csky/annotate/ |
D | instructions.c | 30 ops = &call_ops; in csky__associate_ins_ops()
|
/linux-6.1.9/tools/perf/arch/mips/annotate/ |
D | instructions.c | 23 ops = &call_ops; in mips__associate_ins_ops()
|
/linux-6.1.9/tools/perf/arch/powerpc/annotate/ |
D | instructions.c | 39 ops = &call_ops; in powerpc__associate_instruction_ops()
|
/linux-6.1.9/tools/perf/arch/arm/annotate/ |
D | instructions.c | 20 ops = &call_ops; in arm__associate_instruction_ops()
|
/linux-6.1.9/tools/perf/arch/x86/annotate/ |
D | instructions.c | 23 { .name = "call", .ops = &call_ops, }, 24 { .name = "callq", .ops = &call_ops, },
|
/linux-6.1.9/tools/perf/arch/sparc/annotate/ |
D | instructions.c | 127 ops = &call_ops; in sparc__associate_instruction_ops()
|
/linux-6.1.9/tools/perf/arch/arm64/annotate/ |
D | instructions.c | 78 ops = &call_ops; in arm64__associate_instruction_ops()
|
/linux-6.1.9/fs/nfs/ |
D | pnfs.c | 2874 const struct rpc_call_ops *call_ops, in pnfs_try_to_write_data() argument 2882 hdr->mds_ops = call_ops; in pnfs_try_to_write_data() 2897 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_write() local 2901 trypnfs = pnfs_try_to_write_data(hdr, call_ops, lseg, how); in pnfs_do_write() 3001 const struct rpc_call_ops *call_ops, in pnfs_try_to_read_data() argument 3008 hdr->mds_ops = call_ops; in pnfs_try_to_read_data() 3042 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_read() local 3046 trypnfs = pnfs_try_to_read_data(hdr, call_ops, lseg); in pnfs_do_read()
|
D | internal.h | 300 const struct rpc_call_ops *call_ops, int how, int flags); 509 const struct rpc_call_ops *call_ops,
|
D | pagelist.c | 752 const struct rpc_call_ops *call_ops, int how, int flags) in nfs_initiate_pgio() argument 764 .callback_ops = call_ops, in nfs_initiate_pgio()
|
D | write.c | 1680 const struct rpc_call_ops *call_ops, in nfs_initiate_commit() argument 1694 .callback_ops = call_ops, in nfs_initiate_commit()
|
/linux-6.1.9/tools/perf/util/ |
D | annotate.c | 92 static struct ins_ops call_ops; variable 316 static struct ins_ops call_ops = { variable 323 return ins->ops == &call_ops || ins->ops == &s390_call_ops; in ins__is_call()
|