Home
last modified time | relevance | path

Searched refs:recur (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Duretprobe_stack.c32 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 Drelo_core.c158 recur: in __bpf_core_types_are_compat()
187 goto recur; in __bpf_core_types_are_compat()
191 goto recur; in __bpf_core_types_are_compat()
217 goto recur; in __bpf_core_types_are_compat()
419 recur: in bpf_core_fields_are_compat()
459 goto recur; in bpf_core_fields_are_compat()
1570 recur: in __bpf_core_types_match()
1658 goto recur; in __bpf_core_types_match()
1671 goto recur; in __bpf_core_types_match()
1696 goto recur; in __bpf_core_types_match()
[all...]
H A Dlinker.c1492 recur: in glob_sym_btf_matches()
1574 goto recur; in glob_sym_btf_matches()
1579 goto recur; in glob_sym_btf_matches()
1591 goto recur; in glob_sym_btf_matches()
1603 goto recur; in glob_sym_btf_matches()
1660 goto recur; in glob_sym_btf_matches()
H A Dbtf.c4413 recur: in btf_dedup_identical_types()
4447 goto recur; in btf_dedup_identical_types()
/linux/include/linux/
H A Dtextsearch_fsm.h39 * @recur: number of recurrences
45 __u8 recur; member
/linux/lib/
H A Dts_fsm.c160 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/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Dmlx5_ifc_dr_ste_v1.h427 u8 recur[0x3]; member
H A Dmlx5_ifc_dr.h416 u8 recur[0x3]; member
/linux/net/sched/
H A Dsch_api.c1820 int *q_idx_p, int s_q_idx, bool recur, in tc_dump_qdisc_root() argument
1848 if (!qdisc_dev(root) || !recur) in tc_dump_qdisc_root()
2357 int *t_p, int s_t, bool recur) in tc_dump_tclass_root() argument
2368 if (!qdisc_dev(root) || !recur) in tc_dump_tclass_root()