Home
last modified time | relevance | path

Searched full:siblings (Results 1 – 25 of 199) sorted by relevance

12345678

/Linux-v6.6/tools/testing/selftests/cgroup/
Dmemcg_protection.m6 % hierarchy to illustrate how overcommitted protection spreads among siblings
9 % Simulation assumes siblings consumed the initial amount of memory (w/out
16 % n vector nominal protection of siblings set at the given level (memory.low)
48 siblings = sum(u); variable
52 e = protected * min(1, E / siblings); % normalize overcommit
55 unclaimed = max(0, E - siblings);
56 parent_overuse = sum(c) - siblings;
79 % XXX here I do parallel reclaim of all siblings
/Linux-v6.6/Documentation/admin-guide/hw-vuln/
Dcore-scheduling.rst100 siblings of a core such that all the selected tasks running on a core are
107 the sibling has the task enqueued. For rest of the siblings in the core,
112 Once a task has been selected for all the siblings in the core, an IPI is sent to
113 siblings for whom a new task was selected. Siblings on receiving the IPI will
125 siblings could be forced to select a lower priority task if the highest
157 and are considered system-wide trusted. The forced-idling of siblings running
174 the siblings to switch to the new task. But there could be hardware delays in
176 cause an attacker task to start running on a CPU before its siblings receive the
177 IPI. Even though cache is flushed on entry to user mode, victim tasks on siblings
185 Core scheduling cannot protect against MDS attacks between the siblings
[all …]
/Linux-v6.6/drivers/infiniband/hw/irdma/
Dws.c133 list_for_each_entry(node, &parent->child_list_head, siblings) { in ws_find_node()
139 list_for_each_entry(node, &parent->child_list_head, siblings) { in ws_find_node()
214 list_del(&tc_node->siblings); in irdma_remove_leaf()
219 list_del(&vsi_node->siblings); in irdma_remove_leaf()
295 list_add(&vsi_node->siblings, &ws_tree_root->child_list_head); in irdma_ws_add()
322 list_add(&tc_node->siblings, &vsi_node->child_list_head); in irdma_ws_add()
356 list_del(&tc_node->siblings); in irdma_ws_add()
362 list_del(&vsi_node->siblings); in irdma_ws_add()
Dws.h19 struct list_head siblings; member
/Linux-v6.6/drivers/gpu/drm/i915/gt/uc/
Dselftest_guc_multi_lrc.c34 struct intel_engine_cs *siblings[MAX_ENGINE_INSTANCE + 1]; in multi_lrc_create_parent() local
43 siblings[i++] = engine; in multi_lrc_create_parent()
49 logical_sort(siblings, i); in multi_lrc_create_parent()
51 return intel_engine_create_parallel(siblings, 1, i); in multi_lrc_create_parent()
/Linux-v6.6/drivers/gpu/drm/i915/gem/
Di915_gem_context.c205 kfree(pc->user_engines[i].siblings); in proto_context_close()
404 struct intel_engine_cs **siblings; in set_proto_ctx_engines_balance() local
442 siblings = kmalloc_array(num_siblings, sizeof(*siblings), GFP_KERNEL); in set_proto_ctx_engines_balance()
443 if (!siblings) in set_proto_ctx_engines_balance()
454 siblings[n] = intel_engine_lookup_user(i915, in set_proto_ctx_engines_balance()
457 if (!siblings[n]) { in set_proto_ctx_engines_balance()
468 set->engines[idx].engine = siblings[0]; in set_proto_ctx_engines_balance()
469 kfree(siblings); in set_proto_ctx_engines_balance()
473 set->engines[idx].siblings = siblings; in set_proto_ctx_engines_balance()
479 kfree(siblings); in set_proto_ctx_engines_balance()
[all …]
Di915_gem_context_types.h102 * i915_gem_proto_engine::num_siblings and i915_gem_proto_engine::siblings.
106 * i915_gem_proto_engine::siblings.
115 /** @num_siblings: Number of balanced or parallel siblings */
121 /** @siblings: Balanced siblings or num_siblings * width for parallel */
122 struct intel_engine_cs **siblings; member
/Linux-v6.6/drivers/gpu/drm/i915/gt/
Dselftest_execlists.c3712 struct intel_engine_cs **siblings, in nop_virtual_engine() argument
3729 ve[n] = intel_engine_create_virtual(siblings, nsibling, 0); in nop_virtual_engine()
3840 struct intel_engine_cs **siblings, in __select_siblings() argument
3853 siblings[n++] = gt->engine_class[class][inst]; in __select_siblings()
3862 struct intel_engine_cs **siblings) in select_siblings() argument
3864 return __select_siblings(gt, class, siblings, NULL); in select_siblings()
3870 struct intel_engine_cs *siblings[MAX_ENGINE_INSTANCE + 1]; in live_virtual_engine() local
3891 nsibling = select_siblings(gt, class, siblings); in live_virtual_engine()
3896 err = nop_virtual_engine(gt, siblings, nsibling, in live_virtual_engine()
3902 err = nop_virtual_engine(gt, siblings, nsibling, n, CHAIN); in live_virtual_engine()
[all …]
Dintel_execlists_submission.c198 struct intel_engine_cs *siblings[]; member
208 execlists_create_virtual(struct intel_engine_cs **siblings, unsigned int count,
638 * We have to kick all the siblings again in case we need to in __execlists_schedule_out()
1054 if (likely(engine == ve->siblings[0])) in virtual_xfer_context()
1068 if (ve->siblings[n] == engine) { in virtual_xfer_context()
1069 swap(ve->siblings[n], ve->siblings[0]); in virtual_xfer_context()
1443 str_yes_no(engine != ve->siblings[0])); in execlists_dequeue()
1465 * ve->siblings[] on an idle context, where in execlists_dequeue()
1466 * we may be using ve->siblings[] in in execlists_dequeue()
1470 GEM_BUG_ON(ve->siblings[0] != engine); in execlists_dequeue()
[all …]
/Linux-v6.6/drivers/gpio/
Dgpio-sim.c566 struct list_head siblings; member
600 struct list_head siblings; member
694 list_for_each_entry(line, &bank->line_list, siblings) { in gpio_sim_get_line_names_size()
709 list_for_each_entry(line, &bank->line_list, siblings) { in gpio_sim_set_line_names()
742 list_for_each_entry(bank, &dev->bank_list, siblings) { in gpio_sim_add_hogs()
743 list_for_each_entry(line, &bank->line_list, siblings) { in gpio_sim_add_hogs()
760 list_for_each_entry(bank, &dev->bank_list, siblings) { in gpio_sim_add_hogs()
761 list_for_each_entry(line, &bank->line_list, siblings) { in gpio_sim_add_hogs()
860 list_for_each_entry(this, &dev->bank_list, siblings) { in gpio_sim_bank_labels_non_unique()
861 list_for_each_entry(pos, &dev->bank_list, siblings) { in gpio_sim_bank_labels_non_unique()
[all …]
/Linux-v6.6/include/uapi/linux/
Dmembarrier.h70 * threads siblings have passed through a state
94 * call, that all its running threads siblings
120 * siblings have any currently running rseq
/Linux-v6.6/kernel/
DKconfig.preempt123 selection across SMT siblings. When enabled -- see
124 prctl(PR_SCHED_CORE) -- task selection ensures that all SMT siblings
/Linux-v6.6/tools/perf/util/
Ddwarf-aux.h72 DIE_FIND_CB_SIBLING = 2, /* Search only siblings */
73 DIE_FIND_CB_CONTINUE = 3, /* Search children and siblings */
/Linux-v6.6/arch/x86/power/
Dhibernate.c194 * that SMT siblings are sleeping in hlt, as mwait is not safe in arch_resume_nosmt()
199 * SMT siblings out of hlt, and offline them again so that they in arch_resume_nosmt()
/Linux-v6.6/drivers/iommu/
Dfsl_pamu_domain.h22 struct list_head link; /* link to domain siblings */
/Linux-v6.6/drivers/nvme/host/
Dmultipath.c213 list_for_each_entry_rcu(ns, &head->list, siblings) { in nvme_mpath_revalidate_paths()
245 list_for_each_entry_rcu(ns, &head->list, siblings) { in __nvme_find_path()
282 ns = list_next_or_null_rcu(&head->list, &ns->siblings, struct nvme_ns, in nvme_next_ns()
283 siblings); in nvme_next_ns()
286 return list_first_or_null_rcu(&head->list, struct nvme_ns, siblings); in nvme_next_ns()
358 list_for_each_entry_rcu(ns, &head->list, siblings) { in nvme_available_path()
/Linux-v6.6/arch/sparc/include/asm/
Doplib_32.h118 * siblings exist.
145 /* Search all siblings starting at the passed node for "name" matching
/Linux-v6.6/arch/powerpc/platforms/pseries/
Dsmp.c206 /* Doorbells can only be used for IPIs between SMT siblings */ in pSeries_smp_probe()
232 * Under PowerVM, FSCR[MSGP] is enabled as guest vCPU siblings are in pSeries_smp_probe()
/Linux-v6.6/arch/alpha/kernel/
Dgct.c39 /* Now walk the tree, siblings first. */ in gct6_find_nodes()
/Linux-v6.6/Documentation/devicetree/bindings/display/mediatek/
Dmediatek,od.yaml16 OD device node must be siblings to the central MMSYS_CONFIG node.
Dmediatek,split.yaml16 SPLIT device node must be siblings to the central MMSYS_CONFIG node.
Dmediatek,ufoe.yaml17 UFOe device node must be siblings to the central MMSYS_CONFIG node.
/Linux-v6.6/Documentation/networking/devlink/
Ddevlink-port.rst369 Allows for usage of strict priority arbiter among siblings. This
377 siblings. This arbitration scheme can be used simultaneously with the
379 BW relative to its siblings. Values are relative like a percentage
381 its siblings.
/Linux-v6.6/arch/mips/mm/
Dcontext.c239 * If this CPU shares FTLB entries with its siblings and one or more of in check_switch_mmu_context()
240 * those siblings hasn't yet invalidated its TLB following a version in check_switch_mmu_context()
/Linux-v6.6/arch/x86/kernel/
Dtsc_sync.c328 * If the target CPU coming online doesn't have any of its core-siblings
332 * have more and more logical-siblings in that socket).
335 * core-siblings, if the first logical CPU in a socket passed the sync test.

12345678