Searched defs:bpf_subprog_info (Results 1 – 1 of 1) sorted by relevance
664 struct bpf_subprog_info { struct669 u16 stack_extra;673 s16 fastcall_stack_off;674 bool has_tail_call: 1;676 bool has_ld_abs: 1;677 bool is_cb: 1;678 bool is_async_cb: 1;679 bool is_exception_cb: 1;680 bool args_cached: 1;684 bool might_sleep: 1;[all …]
Completed in 9 milliseconds