Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/arch/csky/annotate/
Dinstructions.c30 ops = &call_ops; in csky__associate_ins_ops()
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/annotate/
Dinstructions.c39 ops = &call_ops; in powerpc__associate_instruction_ops()
/kernel/linux/linux-5.10/tools/perf/arch/arm/annotate/
Dinstructions.c20 ops = &call_ops; in arm__associate_instruction_ops()
/kernel/linux/linux-5.10/tools/perf/arch/x86/annotate/
Dinstructions.c23 { .name = "call", .ops = &call_ops, },
24 { .name = "callq", .ops = &call_ops, },
/kernel/linux/linux-5.10/tools/perf/arch/sparc/annotate/
Dinstructions.c127 ops = &call_ops; in sparc__associate_instruction_ops()
/kernel/linux/linux-5.10/tools/perf/arch/arm64/annotate/
Dinstructions.c78 ops = &call_ops; in arm64__associate_instruction_ops()
/kernel/linux/linux-5.10/fs/nfs/
Dpnfs.c2879 const struct rpc_call_ops *call_ops, in pnfs_try_to_write_data() argument
2887 hdr->mds_ops = call_ops; in pnfs_try_to_write_data()
2902 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_write() local
2906 trypnfs = pnfs_try_to_write_data(hdr, call_ops, lseg, how); in pnfs_do_write()
3005 const struct rpc_call_ops *call_ops, in pnfs_try_to_read_data() argument
3012 hdr->mds_ops = call_ops; in pnfs_try_to_read_data()
3046 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_read() local
3050 trypnfs = pnfs_try_to_read_data(hdr, call_ops, lseg); in pnfs_do_read()
Dinternal.h302 const struct rpc_call_ops *call_ops, int how, int flags);
502 const struct rpc_call_ops *call_ops,
Dpagelist.c758 const struct rpc_call_ops *call_ops, int how, int flags) in nfs_initiate_pgio() argument
770 .callback_ops = call_ops, in nfs_initiate_pgio()
Dwrite.c1662 const struct rpc_call_ops *call_ops, in nfs_initiate_commit() argument
1676 .callback_ops = call_ops, in nfs_initiate_commit()
/kernel/linux/linux-5.10/tools/perf/util/
Dannotate.c95 static struct ins_ops call_ops; variable
307 static struct ins_ops call_ops = { variable
314 return ins->ops == &call_ops || ins->ops == &s390_call_ops; in ins__is_call()