Searched defs:callee (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/riscv/include/asm/ |
D | ftrace.h | 46 #define make_call(caller, callee, call) \ argument
|
/Linux-v4.19/scripts/gcc-plugins/ |
D | gcc-common.h | 720 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 723 #define cgraph_create_edge_including_clones(caller, callee, \ argument 728 #define cgraph_create_edge(caller, callee, call_stmt, count, freq) \ argument 731 #define cgraph_create_edge_including_clones(caller, callee, \ argument
|
/Linux-v4.19/arch/arc/include/uapi/asm/ |
D | ptrace.h | 47 } callee; member
|
/Linux-v4.19/kernel/bpf/ |
D | verifier.c | 2330 struct bpf_func_state *caller, *callee; in check_func_call() local 2397 struct bpf_func_state *caller, *callee; in prepare_func_exit() local
|