Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dliveness.c1809 struct func_instance *callee_instance; in analyze_subprog() local
1858 callee_instance = call_instance(env, instance, idx, callee); in analyze_subprog()
1859 if (IS_ERR(callee_instance)) { in analyze_subprog()
1860 err = PTR_ERR(callee_instance); in analyze_subprog()
1864 err = analyze_subprog(env, callee_args, info, callee_instance, callsites); in analyze_subprog()
1870 u32 callee_start = callee_instance->subprog_start; in analyze_subprog()
1873 for (int f = 0; f < callee_instance->depth; f++) { in analyze_subprog()
1874 entry = get_frame_masks(callee_instance, f, callee_start); in analyze_subprog()