Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A 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()
/OK3568_Linux_fs/buildroot/package/weston/
H A D0055-compositor-Support-placing-subsurface-above-or-below.patch25 + struct weston_subsurface, parent_link);
39 + struct weston_subsurface, parent_link);
H A D0011-HACK-gl-renderer-Support-making-hole-for-surface.patch143 + parent_link) {
H A D0023-HACK-Support-setting-surface-flags-activate-and-alph.patch335 + parent_link) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0055-compositor-Support-placing-subsurface-above-or-below.patch25 + struct weston_subsurface, parent_link);
39 + struct weston_subsurface, parent_link);
H A D0011-HACK-gl-renderer-Support-making-hole-for-surface.patch143 + parent_link) {
H A D0023-HACK-Support-setting-surface-flags-activate-and-alph.patch335 + parent_link) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0052-compositor-Support-placing-subsurface-above-or-below.patch25 + struct weston_subsurface, parent_link);
39 + struct weston_subsurface, parent_link);
H A D0010-HACK-gl-renderer-Support-making-hole-for-surface.patch143 + parent_link) {
H A D0020-HACK-Support-setting-surface-flags-activate-and-alph.patch300 + parent_link) {
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/migrations/
H A D0003_customimagepackage.py17 …('package_ptr', models.OneToOneField(parent_link=True, auto_created=True, primary_key=True, serial…
H A D0002_customimagerecipe.py17 …('recipe_ptr', models.OneToOneField(parent_link=True, auto_created=True, primary_key=True, seriali…
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A 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()