Searched refs:recur (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | uretprobe_stack.c | 32 static bool recur = false; in BPF_UPROBE() local 34 if (!recur) in BPF_UPROBE() 39 recur = true; in BPF_UPROBE() 47 static bool recur = false; in BPF_URETPROBE() local 50 if (!recur) in BPF_URETPROBE() 55 recur = true; in BPF_URETPROBE()
|
| /linux/tools/lib/bpf/ |
| H A D | relo_core.c | 157 recur: in __bpf_core_types_are_compat() 186 goto recur; in __bpf_core_types_are_compat() 190 goto recur; in __bpf_core_types_are_compat() 216 goto recur; in __bpf_core_types_are_compat() 420 recur: in bpf_core_fields_are_compat() 460 goto recur; in bpf_core_fields_are_compat() 1571 recur: in __bpf_core_types_match() 1659 goto recur; in __bpf_core_types_match() 1672 goto recur; in __bpf_core_types_match() 1697 goto recur; in __bpf_core_types_match()
|
| H A D | linker.c | 1491 recur: in glob_sym_btf_matches() 1573 goto recur; in glob_sym_btf_matches() 1578 goto recur; in glob_sym_btf_matches() 1590 goto recur; in glob_sym_btf_matches() 1602 goto recur; in glob_sym_btf_matches() 1659 goto recur; in glob_sym_btf_matches()
|
| H A D | btf.c | 4785 recur: in btf_dedup_identical_types() 4822 goto recur; in btf_dedup_identical_types()
|
| /linux/include/linux/ |
| H A D | textsearch_fsm.h | 45 __u8 recur; member
|
| /linux/lib/ |
| H A D | ts_fsm.c | 160 strict = fsm->tokens[0].recur != TS_FSM_HEAD_IGNORE; in fsm_find() 173 switch (cur->recur) { in fsm_find() 274 if (t->type > TS_FSM_TYPE_MAX || t->recur > TS_FSM_RECUR_MAX) in fsm_init() 277 if (t->recur == TS_FSM_HEAD_IGNORE && in fsm_init()
|
| /linux/net/sched/ |
| H A D | sch_api.c | 1855 int *q_idx_p, int s_q_idx, bool recur, in tc_dump_qdisc_root() 1888 if (!qdisc_dev(root) || !recur) in tc_dump_qdisc_root() 2402 int *t_p, int s_t, bool recur) in tc_dump_tclass_root() 2413 if (!qdisc_dev(root) || !recur) in tc_dump_tclass_root() 1852 tc_dump_qdisc_root(struct Qdisc * root,struct sk_buff * skb,struct netlink_callback * cb,int * q_idx_p,int s_q_idx,bool recur,bool dump_invisible) tc_dump_qdisc_root() argument 2399 tc_dump_tclass_root(struct Qdisc * root,struct sk_buff * skb,struct tcmsg * tcm,struct netlink_callback * cb,int * t_p,int s_t,bool recur) tc_dump_tclass_root() argument
|