Searched refs:parent_link (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | cg_storage_multi.c | 93 struct bpf_link *parent_link = NULL, *child_link = NULL; in test_egress_only() local 107 parent_link = bpf_program__attach_cgroup(obj->progs.egress, in test_egress_only() 109 if (CHECK(IS_ERR(parent_link), "parent-cg-attach", in test_egress_only() 110 "err %ld", PTR_ERR(parent_link))) in test_egress_only() 154 if (!IS_ERR(parent_link)) in test_egress_only() 155 bpf_link__destroy(parent_link); in test_egress_only()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | cg_storage_multi.c | 93 struct bpf_link *parent_link = NULL, *child_link = NULL; in test_egress_only() local 107 parent_link = bpf_program__attach_cgroup(obj->progs.egress, in test_egress_only() 109 if (!ASSERT_OK_PTR(parent_link, "parent-cg-attach")) in test_egress_only() 152 bpf_link__destroy(parent_link); in test_egress_only()
|
/kernel/linux/linux-5.10/drivers/pci/pcie/ |
H A D | aspm.c | 1004 struct pcie_link_state *link, *root, *parent_link; in pcie_aspm_exit_link_state() local 1014 parent_link = link->parent; in pcie_aspm_exit_link_state() 1032 if (parent_link) { in pcie_aspm_exit_link_state() 1034 pcie_config_aspm_path(parent_link); in pcie_aspm_exit_link_state()
|
/kernel/linux/linux-6.6/drivers/pci/pcie/ |
H A D | aspm.c | 967 struct pcie_link_state *link, *root, *parent_link; in pcie_aspm_exit_link_state() local 977 parent_link = link->parent; in pcie_aspm_exit_link_state() 995 if (parent_link) { in pcie_aspm_exit_link_state() 997 pcie_config_aspm_path(parent_link); in pcie_aspm_exit_link_state()
|
Completed in 6 milliseconds