Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf_verifier.h460 struct bpf_verifier_state *loop_entry; member
/linux/drivers/net/ethernet/xircom/
A Dxirc2ps_cs.c1003 loop_entry: in xirc2ps_interrupt()
1179 goto loop_entry; in xirc2ps_interrupt()
/linux/kernel/bpf/
A Dverifier.c1615 while (topmost && topmost->loop_entry && topmost != topmost->loop_entry) in get_loop_entry()
1616 topmost = topmost->loop_entry; in get_loop_entry()
1620 while (st && st->loop_entry != topmost) { in get_loop_entry()
1621 old = st->loop_entry; in get_loop_entry()
1622 st->loop_entry = topmost; in get_loop_entry()
1641 cur->loop_entry = hdr; in update_loop_entry()
1656 if (br == 0 && st->parent && st->loop_entry) in update_branch_counts()
1657 update_loop_entry(st->parent, st->loop_entry); in update_branch_counts()
18056 loop_entry = get_loop_entry(&sl->state); in is_state_visited()
18057 force_exact = loop_entry && loop_entry->branches > 0; in is_state_visited()
[all …]

Completed in 48 milliseconds