| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | rbtree.c | 196 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local 206 sibling = parent->rb_right; in ____rb_erase_color() 207 if (node != sibling) { /* node == parent->rb_left */ in ____rb_erase_color() 208 if (rb_is_red(sibling)) { in ____rb_erase_color() 218 parent->rb_right = tmp1 = sibling->rb_left; in ____rb_erase_color() 219 sibling->rb_left = parent; in ____rb_erase_color() 221 __rb_rotate_set_parents(parent, sibling, root, in ____rb_erase_color() 223 augment_rotate(parent, sibling); in ____rb_erase_color() 224 sibling = tmp1; in ____rb_erase_color() 226 tmp1 = sibling->rb_right; in ____rb_erase_color() [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/ |
| H A D | rbtree.c | 230 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local 240 sibling = parent->rb_right; in ____rb_erase_color() 241 if (node != sibling) { /* node == parent->rb_left */ in ____rb_erase_color() 242 if (rb_is_red(sibling)) { in ____rb_erase_color() 252 tmp1 = sibling->rb_left; in ____rb_erase_color() 254 WRITE_ONCE(sibling->rb_left, parent); in ____rb_erase_color() 256 __rb_rotate_set_parents(parent, sibling, root, in ____rb_erase_color() 258 augment_rotate(parent, sibling); in ____rb_erase_color() 259 sibling = tmp1; in ____rb_erase_color() 261 tmp1 = sibling->rb_right; in ____rb_erase_color() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | rbtree.c | 230 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local 240 sibling = parent->rb_right; in ____rb_erase_color() 241 if (node != sibling) { /* node == parent->rb_left */ in ____rb_erase_color() 242 if (rb_is_red(sibling)) { in ____rb_erase_color() 252 tmp1 = sibling->rb_left; in ____rb_erase_color() 254 WRITE_ONCE(sibling->rb_left, parent); in ____rb_erase_color() 256 __rb_rotate_set_parents(parent, sibling, root, in ____rb_erase_color() 258 augment_rotate(parent, sibling); in ____rb_erase_color() 259 sibling = tmp1; in ____rb_erase_color() 261 tmp1 = sibling->rb_right; in ____rb_erase_color() [all …]
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0055-compositor-Support-placing-subsurface-above-or-below.patch | 7 By passing itself as sibling in ::place_above or ::place_below. 22 - sibling = subsurface_sibling_check(sub, surface, "place_above"); 24 + sibling = container_of(sub->parent->subsurface_list.next, 27 + sibling = subsurface_sibling_check(sub, surface, "place_above"); 29 if (!sibling) 36 - sibling = subsurface_sibling_check(sub, surface, "place_below"); 38 + sibling = container_of(sub->parent->subsurface_list.prev, 41 + sibling = subsurface_sibling_check(sub, surface, "place_below"); 43 if (!sibling)
|
| /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 | 7 By passing itself as sibling in ::place_above or ::place_below. 22 - sibling = subsurface_sibling_check(sub, surface, "place_above"); 24 + sibling = container_of(sub->parent->subsurface_list.next, 27 + sibling = subsurface_sibling_check(sub, surface, "place_above"); 29 if (!sibling) 36 - sibling = subsurface_sibling_check(sub, surface, "place_below"); 38 + sibling = container_of(sub->parent->subsurface_list.prev, 41 + sibling = subsurface_sibling_check(sub, surface, "place_below"); 43 if (!sibling)
|
| /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 | 7 By passing itself as sibling in ::place_above or ::place_below. 22 - sibling = subsurface_sibling_check(sub, surface, "place_above"); 24 + sibling = container_of(sub->parent->subsurface_list.next, 27 + sibling = subsurface_sibling_check(sub, surface, "place_above"); 29 if (!sibling) 36 - sibling = subsurface_sibling_check(sub, surface, "place_below"); 38 + sibling = container_of(sub->parent->subsurface_list.prev, 41 + sibling = subsurface_sibling_check(sub, surface, "place_below"); 43 if (!sibling)
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | resource.c | 68 return p->sibling; in next_resource() 72 while (!p->sibling && p->parent) in next_resource() 74 return p->sibling; in next_resource() 157 res->sibling = bootmem_resource_free; in free_resource() 172 bootmem_resource_free = res->sibling; in alloc_resource() 201 new->sibling = tmp; in __request_resource() 206 p = &tmp->sibling; in __request_resource() 224 *p = tmp->sibling; in __release_resource() 226 for (chd = tmp->child;; chd = chd->sibling) { in __release_resource() 228 if (!(chd->sibling)) in __release_resource() [all …]
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/ |
| H A D | 0015-qwaylandwindow-Support-lower-and-raise.patch | 24 +void QWaylandSubSurface::placeAbove(struct ::wl_surface *sibling) 26 + QtWayland::wl_subsurface::place_above(sibling); 29 +void QWaylandSubSurface::placeBelow(struct ::wl_surface *sibling) 31 + QtWayland::wl_subsurface::place_below(sibling); 45 + void placeAbove(struct ::wl_surface *sibling); 46 + void placeBelow(struct ::wl_surface *sibling);
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | guarded_storage.c | 96 struct task_struct *sibling; in gs_broadcast() local 99 for_each_thread(current, sibling) { in gs_broadcast() 100 if (!sibling->thread.gs_bc_cb) in gs_broadcast() 102 if (test_and_set_tsk_thread_flag(sibling, TIF_GUARDED_STORAGE)) in gs_broadcast() 103 kick_process(sibling); in gs_broadcast()
|
| H A D | Makefile | 32 CFLAGS_stacktrace.o += -fno-optimize-sibling-calls 33 CFLAGS_dumpstack.o += -fno-optimize-sibling-calls 34 CFLAGS_unwind_bc.o += -fno-optimize-sibling-calls
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | pci_psycho.c | 189 if (pbm->sibling) in psycho_ue_intr() 190 psycho_check_iommu_error(pbm->sibling, afsr, afar, UE_ERR); in psycho_ue_intr() 526 pbm->sibling = psycho_find_sibling(upa_portid); in psycho_probe() 527 if (pbm->sibling) { in psycho_probe() 528 iommu = pbm->sibling->iommu; in psycho_probe() 563 if (!pbm->sibling) { in psycho_probe() 579 if (pbm->sibling) in psycho_probe() 580 pbm->sibling->sibling = pbm; in psycho_probe() 587 if (!pbm->sibling) in psycho_probe()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 2470 struct tsync_sibling sibling[TSYNC_SIBLINGS]; in FIXTURE() local 2492 memset(&self->sibling, 0, sizeof(self->sibling)); in FIXTURE_SETUP() 2507 self->sibling[0].tid = 0; in FIXTURE_SETUP() 2508 self->sibling[0].cond = &self->cond; in FIXTURE_SETUP() 2509 self->sibling[0].started = &self->started; in FIXTURE_SETUP() 2510 self->sibling[0].mutex = &self->mutex; in FIXTURE_SETUP() 2511 self->sibling[0].diverge = 0; in FIXTURE_SETUP() 2512 self->sibling[0].num_waits = 1; in FIXTURE_SETUP() 2513 self->sibling[0].prog = &self->root_prog; in FIXTURE_SETUP() 2514 self->sibling[0].metadata = _metadata; in FIXTURE_SETUP() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/ |
| H A D | of_unittest.rst | 72 struct device_node *sibling; 77 considering only child and sibling pointers. There exists another pointer, 79 a particular level the child node and all the sibling nodes will have a parent 142 replaces the current child and turns it into its sibling. So, when the testcase 183 sibling compared to the earlier structure (Figure 2). After attaching first 185 (i.e. test-child0) to become a sibling and makes itself a child node, 204 node's parent to its sibling or attaches the previous sibling to the given 205 node's sibling, as appropriate. That is it :)
|
| /OK3568_Linux_fs/kernel/drivers/powercap/ |
| H A D | dtpm.c | 71 list_for_each_entry(child, &dtpm->children, sibling) { in __get_power_uw() 97 list_for_each_entry(child, &dtpm->children, sibling) { in __dtpm_rebalance_weight() 201 list_del(&dtpm->sibling); in dtpm_release_zone() 270 list_for_each_entry(child, &dtpm->children, sibling) { in __set_power_limit_uw() 374 INIT_LIST_HEAD(&dtpm->sibling); in dtpm_alloc() 452 list_add_tail(&dtpm->sibling, &parent->children); in dtpm_register()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | ring.hpp | 286 void assign_as_sibling(ring_ptr<T> new_ring, ring_ptr<T> sibling, ring_manager<T>& manager) { in assign_as_sibling() argument 290 if (new_ring->is_hole() != sibling->is_hole()) { in assign_as_sibling() 294 auto& children = sibling->parent == nullptr ? manager.children : sibling->parent->children; in assign_as_sibling() 296 new_ring->parent = sibling->parent; in assign_as_sibling() 300 void reassign_as_sibling(ring_ptr<T> ring, ring_ptr<T> sibling, ring_manager<T>& manager) { in reassign_as_sibling() argument 301 if (ring->parent == sibling->parent) { in reassign_as_sibling() 307 if (ring->is_hole() != sibling->is_hole()) { in reassign_as_sibling() 315 auto& children = sibling->parent == nullptr ? manager.children : sibling->parent->children; in reassign_as_sibling() 317 ring->parent = sibling->parent; in reassign_as_sibling()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | arch_topology.c | 579 int sibling; in remove_cpu_topology() local 581 for_each_cpu(sibling, topology_core_cpumask(cpu)) in remove_cpu_topology() 582 cpumask_clear_cpu(cpu, topology_core_cpumask(sibling)); in remove_cpu_topology() 583 for_each_cpu(sibling, topology_sibling_cpumask(cpu)) in remove_cpu_topology() 584 cpumask_clear_cpu(cpu, topology_sibling_cpumask(sibling)); in remove_cpu_topology() 585 for_each_cpu(sibling, topology_llc_cpumask(cpu)) in remove_cpu_topology() 586 cpumask_clear_cpu(cpu, topology_llc_cpumask(sibling)); in remove_cpu_topology()
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | acpiphp_glue.c | 161 list_for_each_entry_safe(func, tmp, &slot->funcs, sibling) in free_bridge() 329 list_add_tail(&newfunc->sibling, &slot->funcs); in acpiphp_add_context() 344 list_for_each_entry(func, &slot->funcs, sibling) { in cleanup_bridge() 397 list_for_each_entry(func, &slot->funcs, sibling) { in acpiphp_set_acpi_region() 413 list_for_each_entry(func, &slot->funcs, sibling) { in check_hotplug_bridge() 425 list_for_each_entry(func, &slot->funcs, sibling) { in acpiphp_rescan_slot() 527 list_for_each_entry(func, &slot->funcs, sibling) { in enable_slot() 560 list_for_each_entry(func, &slot->funcs, sibling) in disable_slot() 596 list_for_each_entry(func, &slot->funcs, sibling) { in get_slot_status() 1005 list_for_each_entry(func, &slot->funcs, sibling) in acpiphp_disable_and_eject_slot()
|
| /OK3568_Linux_fs/kernel/drivers/sh/clk/ |
| H A D | core.c | 217 list_del_init(&child->sibling); in clk_reparent() 219 list_add(&child->sibling, &parent->children); in clk_reparent() 230 list_for_each_entry(clkp, &tclk->children, sibling) { in propagate_rate() 321 list_for_each_entry(clkp, &root_clks, sibling) { in recalculate_root_clocks() 434 list_add(&clk->sibling, &clk->parent->children); in clk_register() 436 list_add(&clk->sibling, &root_clks); in clk_register() 455 list_del(&clk->sibling); in clk_unregister()
|
| /OK3568_Linux_fs/kernel/drivers/perf/ |
| H A D | qcom_l2_pmu.c | 442 struct perf_event *sibling; in l2_cache_event_init() local 479 for_each_sibling_event(sibling, event->group_leader) { in l2_cache_event_init() 480 if (sibling->pmu != event->pmu && in l2_cache_event_init() 481 !is_software_event(sibling)) { in l2_cache_event_init() 516 for_each_sibling_event(sibling, event->group_leader) { in l2_cache_event_init() 517 if ((sibling != event) && in l2_cache_event_init() 518 !is_software_event(sibling) && in l2_cache_event_init() 519 (L2_EVT_GROUP(sibling->attr.config) == in l2_cache_event_init() 523 sibling->attr.config, in l2_cache_event_init()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_pptp.c | 155 struct nf_conn *sibling; in destroy_sibling_or_exp() local 163 sibling = nf_ct_tuplehash_to_ctrack(h); in destroy_sibling_or_exp() 164 pr_debug("setting timeout of conntrack %p to 0\n", sibling); in destroy_sibling_or_exp() 165 sibling->proto.gre.timeout = 0; in destroy_sibling_or_exp() 166 sibling->proto.gre.stream_timeout = 0; in destroy_sibling_or_exp() 167 nf_ct_kill(sibling); in destroy_sibling_or_exp() 168 nf_ct_put(sibling); in destroy_sibling_or_exp()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_lrc.c | 5472 struct intel_engine_cs *sibling = ve->siblings[n]; in rcu_virtual_context_destroy() local 5473 struct rb_node *node = &ve->nodes[sibling->id].rb; in rcu_virtual_context_destroy() 5478 spin_lock_irq(&sibling->active.lock); in rcu_virtual_context_destroy() 5482 rb_erase_cached(node, &sibling->execlists.virtual); in rcu_virtual_context_destroy() 5484 spin_unlock_irq(&sibling->active.lock); in rcu_virtual_context_destroy() 5633 struct intel_engine_cs *sibling = READ_ONCE(ve->siblings[n]); in virtual_submission_tasklet() local 5634 struct ve_node * const node = &ve->nodes[sibling->id]; in virtual_submission_tasklet() 5641 if (unlikely(!(mask & sibling->mask))) { in virtual_submission_tasklet() 5643 spin_lock(&sibling->active.lock); in virtual_submission_tasklet() 5645 &sibling->execlists.virtual); in virtual_submission_tasklet() [all …]
|
| H A D | intel_lrc.h | 122 const struct intel_engine_cs *sibling); 126 unsigned int sibling);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/ |
| H A D | smp.c | 390 int sibling = cpu_last_thread_sibling(cpu); in mpc85xx_smp_kexec_cpu_down() local 409 } else if (sibling != crashing_cpu && in mpc85xx_smp_kexec_cpu_down() 411 cpu_thread_in_core(sibling) != 0) { in mpc85xx_smp_kexec_cpu_down() 413 disable_cpu = sibling; in mpc85xx_smp_kexec_cpu_down()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | dock.c | 36 struct list_head sibling; member 134 list_for_each_entry(ds, &dock_stations, sibling) in find_dock_station() 192 list_for_each_entry(dock_station, &dock_stations, sibling) in is_dock_device() 609 INIT_LIST_HEAD(&dock_station->sibling); in acpi_dock_add() 632 list_add(&dock_station->sibling, &dock_stations); in acpi_dock_add()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-omap1/ |
| H A D | clock.c | 739 list_del_init(&child->sibling); in clk_reparent() 741 list_add(&child->sibling, &parent->children); in clk_reparent() 753 list_for_each_entry(clkp, &tclk->children, sibling) { in propagate_rate() 773 list_for_each_entry(clkp, &root_clks, sibling) { in recalculate_root_clocks() 805 list_add(&clk->sibling, &clk->parent->children); in clk_register() 807 list_add(&clk->sibling, &root_clks); in clk_register() 824 list_del(&clk->sibling); in clk_unregister()
|