Home
last modified time | relevance | path

Searched defs:edge_node (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/tools/bpf/bpftool/
Dcfg.c38 struct edge_node { struct
39 struct list_head l;
40 struct bb_node *src;
41 struct bb_node *dst;
42 int flags;
/Linux-v6.6/drivers/soc/qcom/
Drpm-proc.c14 struct device_node *edge_node; in rpm_proc_probe() local
/Linux-v6.6/drivers/rpmsg/
Dqcom_smd.c1009 static struct device_node *qcom_smd_match_channel(struct device_node *edge_node, in qcom_smd_match_channel()