Home
last modified time | relevance | path

Searched defs:bpf_func_state (Results 1 – 1 of 1) sorted by relevance

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h34885 struct bpf_func_state { struct
34886 struct bpf_reg_state regs[11];
34887 int callsite;
34888 u32 frameno;
34889 u32 subprogno;
34890 u32 async_entry_cnt;
34891 bool in_callback_fn;
34892 bool in_async_callback_fn;
34893 int acquired_refs;
34894 struct bpf_reference_state *refs;
[all …]