Home
last modified time | relevance | path

Searched refs:parent_link (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dcg_storage_multi.c89 struct bpf_link *parent_link = NULL, *child_link = NULL; in test_egress_only() local
103 parent_link = bpf_program__attach_cgroup(obj->progs.egress, in test_egress_only()
105 if (CHECK(IS_ERR(parent_link), "parent-cg-attach", in test_egress_only()
106 "err %ld", PTR_ERR(parent_link))) in test_egress_only()
150 if (!IS_ERR(parent_link)) in test_egress_only()
151 bpf_link__destroy(parent_link); in test_egress_only()
/kernel/linux/linux-5.10/drivers/pci/pcie/
Daspm.c989 struct pcie_link_state *link, *root, *parent_link; in pcie_aspm_exit_link_state() local
1005 parent_link = link->parent; in pcie_aspm_exit_link_state()
1014 if (parent_link) { in pcie_aspm_exit_link_state()
1016 pcie_config_aspm_path(parent_link); in pcie_aspm_exit_link_state()