Home
last modified time | relevance | path

Searched refs:siblings (Results 1 – 25 of 40) sorted by relevance

12

/Linux-v5.4/tools/perf/util/
Dsmt.c20 unsigned long long siblings; in smt_on() local
35 siblings = strtoull(str, NULL, 16); in smt_on()
37 if (hweight64(siblings) > 1) { in smt_on()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dselftest_lrc.c1672 struct intel_engine_cs **siblings, in nop_virtual_engine() argument
1698 siblings, nsibling); in nop_virtual_engine()
1798 struct intel_engine_cs *siblings[MAX_ENGINE_INSTANCE + 1]; in live_virtual_engine() local
1827 siblings[nsibling++] = gt->engine_class[class][inst]; in live_virtual_engine()
1833 err = nop_virtual_engine(i915, siblings, nsibling, in live_virtual_engine()
1839 err = nop_virtual_engine(i915, siblings, nsibling, n, CHAIN); in live_virtual_engine()
1850 struct intel_engine_cs **siblings, in mask_virtual_engine() argument
1869 ve = intel_execlists_create_virtual(ctx, siblings, nsibling); in mask_virtual_engine()
1892 request[n]->execution_mask = siblings[nsibling - n - 1]->mask; in mask_virtual_engine()
1915 if (request[n]->engine != siblings[nsibling - n - 1]) { in mask_virtual_engine()
[all …]
Dintel_lrc.c220 struct intel_engine_cs *siblings[0]; member
359 if (engine == ve->siblings[0]) { /* only preempt one sibling */ in need_preempt()
897 struct intel_engine_cs *old = ve->siblings[0]; in virtual_xfer_breadcrumbs()
1204 yesno(engine != ve->siblings[0])); in execlists_dequeue()
1214 if (engine != ve->siblings[0]) { in execlists_dequeue()
1232 if (ve->siblings[n] == engine) { in execlists_dequeue()
1233 swap(ve->siblings[n], in execlists_dequeue()
1234 ve->siblings[0]); in execlists_dequeue()
1239 GEM_BUG_ON(ve->siblings[0] != engine); in execlists_dequeue()
3419 struct intel_engine_cs *sibling = ve->siblings[n]; in virtual_context_destroy()
[all …]
Dintel_lrc.h123 struct intel_engine_cs **siblings,
/Linux-v5.4/drivers/nvme/host/
Dmultipath.c181 list_for_each_entry_rcu(ns, &head->list, siblings) { in __nvme_find_path()
218 ns = list_next_or_null_rcu(&head->list, &ns->siblings, struct nvme_ns, in nvme_next_ns()
219 siblings); in nvme_next_ns()
222 return list_first_or_null_rcu(&head->list, struct nvme_ns, siblings); in nvme_next_ns()
281 list_for_each_entry_rcu(ns, &head->list, siblings) { in nvme_available_path()
Dnvme.h362 struct list_head siblings; member
/Linux-v5.4/drivers/scsi/
Dscsi.c567 struct list_head *list = (prev ? &prev->siblings : &shost->__devices); in __scsi_iterate_devices()
573 next = list_entry(list->next, struct scsi_device, siblings); in __scsi_iterate_devices()
718 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_device_lookup()
Dscsi_scan.c237 INIT_LIST_HEAD(&sdev->siblings); in scsi_alloc_sdev()
320 list_del_init(&starget->siblings); in scsi_target_destroy()
353 list_for_each_entry(starget, &shost->__targets, siblings) { in __scsi_find_target()
437 INIT_LIST_HEAD(&starget->siblings); in scsi_alloc_target()
449 list_add_tail(&starget->siblings, &shost->__targets); in scsi_alloc_target()
1868 list_for_each_entry(sdev, &shost->__devices, siblings) { in scsi_forget_host()
Dscsi_sysfs.c449 list_del(&sdev->siblings); in scsi_device_dev_release_usercontext()
1460 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_remove_target()
1499 list_for_each_entry(starget, &shost->__targets, siblings) { in scsi_remove_target()
1598 list_add_tail(&sdev->siblings, &shost->__devices); in scsi_sysfs_device_initialize()
/Linux-v5.4/include/scsi/
Dscsi_device.h106 struct list_head siblings; /* list of all devices on this host */ member
281 struct list_head siblings; member
387 list_for_each_entry((sdev), &((shost)->__devices), siblings)
Dlibsas.h177 struct list_head siblings; /* devices on the same level */ member
/Linux-v5.4/drivers/gpu/drm/i915/gem/
Di915_gem_context.c1369 struct intel_engine_cs **siblings; in set_engines__load_balance() local
1407 siblings = stack; in set_engines__load_balance()
1409 siblings = kmalloc_array(num_siblings, in set_engines__load_balance()
1410 sizeof(*siblings), in set_engines__load_balance()
1412 if (!siblings) in set_engines__load_balance()
1424 siblings[n] = intel_engine_lookup_user(set->ctx->i915, in set_engines__load_balance()
1427 if (!siblings[n]) { in set_engines__load_balance()
1435 ce = intel_execlists_create_virtual(set->ctx, siblings, n); in set_engines__load_balance()
1448 if (siblings != stack) in set_engines__load_balance()
1449 kfree(siblings); in set_engines__load_balance()
/Linux-v5.4/Documentation/admin-guide/pm/
Dintel_epb.rst40 example, SMT siblings or cores in one package). For this reason, updating the
/Linux-v5.4/drivers/scsi/libsas/
Dsas_expander.c896 list_add_tail(&child->siblings, &parent_ex->children); in sas_ex_discover_end_dev()
1012 list_add_tail(&child->siblings, &parent->ex_dev.children); in sas_ex_discover_expander()
1142 list_for_each_entry(child, &ex->children, siblings) { in sas_check_level_subtractive_boundary()
1851 list_for_each_entry(ch, &ex->children, siblings) { in sas_find_bcast_dev()
1867 list_for_each_entry_safe(child, n, &ex->children, siblings) { in sas_unregister_ex_tree()
1885 &ex_dev->children, siblings) { in sas_unregister_devs_sas_addr()
1917 list_for_each_entry(child, &ex_root->children, siblings) { in sas_discover_bfs_by_root_level()
1968 list_for_each_entry(child, &dev->ex_dev.children, siblings) { in sas_discover_new()
Dsas_internal.h178 INIT_LIST_HEAD(&dev->siblings); in sas_alloc_device()
Dsas_discover.c318 list_del_init(&dev->siblings); in sas_unregister_common_dev()
/Linux-v5.4/net/sched/
Dsch_hfsc.c124 struct list_head siblings; /* sibling classes */ member
855 list_for_each_entry(p, &cl->children, siblings) { in hfsc_adjust_levels()
1068 list_add_tail(&cl->siblings, &parent->children); in hfsc_change_class()
1103 list_del(&cl->siblings); in hfsc_delete_class()
/Linux-v5.4/Documentation/scsi/
Dscsi-generic.txt8 is more generalized (but lower level) than its siblings and tends to be
/Linux-v5.4/Documentation/scheduler/
Dsched-domains.rst57 of SMT, you'll span all siblings of the physical CPU, with each group being
/Linux-v5.4/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
Dqe.txt8 as a complete entity (UCC, USB etc ). All of them should be siblings on
/Linux-v5.4/Documentation/devicetree/bindings/display/mediatek/
Dmediatek,disp.txt10 All DISP device tree nodes must be siblings to the central MMSYS_CONFIG node.
/Linux-v5.4/Documentation/x86/
Dtopology.rst117 The number of online threads is also printed in /proc/cpuinfo "siblings."
/Linux-v5.4/Documentation/devicetree/bindings/cpu/
Dcpu-topology.txt88 which are siblings within a single common parent node must be given a unique and
/Linux-v5.4/drivers/target/
Dtarget_core_pscsi.c499 list_for_each_entry(sd, &sh->__devices, siblings) { in pscsi_configure_device()
/Linux-v5.4/Documentation/i2c/
Di2c-topology.rst99 mux-locked muxes that are not siblings, when there are address

12