Searched refs:parent_link (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cg_storage_multi.c | 89 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 D | 0055-compositor-Support-placing-subsurface-above-or-below.patch | 25 + struct weston_subsurface, parent_link); 39 + struct weston_subsurface, parent_link);
|
| H A D | 0011-HACK-gl-renderer-Support-making-hole-for-surface.patch | 143 + parent_link) {
|
| H A D | 0023-HACK-Support-setting-surface-flags-activate-and-alph.patch | 335 + parent_link) {
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0055-compositor-Support-placing-subsurface-above-or-below.patch | 25 + struct weston_subsurface, parent_link); 39 + struct weston_subsurface, parent_link);
|
| H A D | 0011-HACK-gl-renderer-Support-making-hole-for-surface.patch | 143 + parent_link) {
|
| H A D | 0023-HACK-Support-setting-surface-flags-activate-and-alph.patch | 335 + parent_link) {
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0052-compositor-Support-placing-subsurface-above-or-below.patch | 25 + struct weston_subsurface, parent_link); 39 + struct weston_subsurface, parent_link);
|
| H A D | 0010-HACK-gl-renderer-Support-making-hole-for-surface.patch | 143 + parent_link) {
|
| H A D | 0020-HACK-Support-setting-surface-flags-activate-and-alph.patch | 300 + parent_link) {
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/migrations/ |
| H A D | 0003_customimagepackage.py | 17 …('package_ptr', models.OneToOneField(parent_link=True, auto_created=True, primary_key=True, serial…
|
| H A D | 0002_customimagerecipe.py | 17 …('recipe_ptr', models.OneToOneField(parent_link=True, auto_created=True, primary_key=True, seriali…
|
| /OK3568_Linux_fs/kernel/drivers/pci/pcie/ |
| H A D | aspm.c | 989 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()
|