Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/arch/powerpc/annotate/
Dinstructions.c39 ops = &call_ops; in powerpc__associate_instruction_ops()
/Linux-v4.19/tools/perf/arch/arm/annotate/
Dinstructions.c18 ops = &call_ops; in arm__associate_instruction_ops()
/Linux-v4.19/tools/perf/arch/arm64/annotate/
Dinstructions.c20 ops = &call_ops; in arm64__associate_instruction_ops()
/Linux-v4.19/tools/perf/arch/x86/annotate/
Dinstructions.c23 { .name = "call", .ops = &call_ops, },
24 { .name = "callq", .ops = &call_ops, },
/Linux-v4.19/fs/nfs/
Dpnfs.c2574 const struct rpc_call_ops *call_ops, in pnfs_try_to_write_data() argument
2582 hdr->mds_ops = call_ops; in pnfs_try_to_write_data()
2597 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_write() local
2601 trypnfs = pnfs_try_to_write_data(hdr, call_ops, lseg, how); in pnfs_do_write()
2700 const struct rpc_call_ops *call_ops, in pnfs_try_to_read_data() argument
2707 hdr->mds_ops = call_ops; in pnfs_try_to_read_data()
2739 const struct rpc_call_ops *call_ops = desc->pg_rpc_callops; in pnfs_do_read() local
2743 trypnfs = pnfs_try_to_read_data(hdr, call_ops, lseg); in pnfs_do_read()
Dinternal.h258 const struct rpc_call_ops *call_ops, int how, int flags);
482 const struct rpc_call_ops *call_ops,
Dpagelist.c592 const struct rpc_call_ops *call_ops, int how, int flags) in nfs_initiate_pgio() argument
604 .callback_ops = call_ops, in nfs_initiate_pgio()
Dwrite.c1650 const struct rpc_call_ops *call_ops, in nfs_initiate_commit() argument
1664 .callback_ops = call_ops, in nfs_initiate_commit()
/Linux-v4.19/tools/perf/util/
Dannotate.c81 static struct ins_ops call_ops; variable
275 static struct ins_ops call_ops = { variable
282 return ins->ops == &call_ops || ins->ops == &s390_call_ops; in ins__is_call()