Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dstates.c1282 frame->async_entry_cnt != cur->frame[cur->curframe]->async_entry_cnt) { in bpf_is_state_visited()
H A Dverifier.c9817 callee->async_entry_cnt = caller->async_entry_cnt + 1; in push_callback_call()
/linux/include/linux/
H A Dbpf_verifier.h371 u32 async_entry_cnt; member