Home
last modified time | relevance | path

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

12

/Linux-v4.19/tools/perf/util/
Dsmt.c20 unsigned long long siblings; in smt_on() local
31 siblings = strtoull(str, NULL, 16); in smt_on()
33 if (hweight64(siblings) > 1) { in smt_on()
/Linux-v4.19/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.h194 struct list_head siblings; /* devices on the same level */ member
/Linux-v4.19/drivers/scsi/
Dscsi.c587 struct list_head *list = (prev ? &prev->siblings : &shost->__devices); in __scsi_iterate_devices()
593 next = list_entry(list->next, struct scsi_device, siblings); in __scsi_iterate_devices()
738 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_device_lookup()
Dscsi_scan.c237 INIT_LIST_HEAD(&sdev->siblings); in scsi_alloc_sdev()
328 list_del_init(&starget->siblings); in scsi_target_destroy()
361 list_for_each_entry(starget, &shost->__targets, siblings) { in __scsi_find_target()
445 INIT_LIST_HEAD(&starget->siblings); in scsi_alloc_target()
457 list_add_tail(&starget->siblings, &shost->__targets); in scsi_alloc_target()
1875 list_for_each_entry(sdev, &shost->__devices, siblings) { in scsi_forget_host()
Dscsi_sysfs.c442 list_del(&sdev->siblings); in scsi_device_dev_release_usercontext()
1433 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_remove_target()
1472 list_for_each_entry(starget, &shost->__targets, siblings) { in scsi_remove_target()
1571 list_add_tail(&sdev->siblings, &shost->__devices); in scsi_sysfs_device_initialize()
/Linux-v4.19/drivers/scsi/libsas/
Dsas_expander.c878 list_add_tail(&child->siblings, &parent_ex->children); in sas_ex_discover_end_dev()
993 list_add_tail(&child->siblings, &parent->ex_dev.children); in sas_ex_discover_expander()
1145 list_for_each_entry(child, &ex->children, siblings) { in sas_check_level_subtractive_boundary()
1865 list_for_each_entry(ch, &ex->children, siblings) { in sas_find_bcast_dev()
1881 list_for_each_entry_safe(child, n, &ex->children, siblings) { in sas_unregister_ex_tree()
1900 &ex_dev->children, siblings) { in sas_unregister_devs_sas_addr()
1933 list_for_each_entry(child, &ex_root->children, siblings) { in sas_discover_bfs_by_root_level()
1985 list_for_each_entry(child, &dev->ex_dev.children, siblings) { in sas_discover_new()
Dsas_internal.h191 INIT_LIST_HEAD(&dev->siblings); in sas_alloc_device()
Dsas_discover.c335 list_del_init(&dev->siblings); in sas_unregister_common_dev()
/Linux-v4.19/net/sched/
Dsch_hfsc.c124 struct list_head siblings; /* sibling classes */ member
865 list_for_each_entry(p, &cl->children, siblings) { in hfsc_adjust_levels()
1077 list_add_tail(&cl->siblings, &parent->children); in hfsc_change_class()
1112 list_del(&cl->siblings); in hfsc_delete_class()
/Linux-v4.19/Documentation/scsi/
Dscsi-generic.txt8 is more generalized (but lower level) than its siblings and tends to be
/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
Dqe.txt8 as a complete entity (UCC, USB etc ). All of them should be siblings on
/Linux-v4.19/Documentation/scheduler/
Dsched-domains.txt51 of SMT, you'll span all siblings of the physical CPU, with each group being
/Linux-v4.19/drivers/nvme/host/
Dnvme.h317 struct list_head siblings; member
Dmultipath.c117 list_for_each_entry_rcu(ns, &head->list, siblings) { in __nvme_find_path()
Dcore.c2978 list_add_tail(&ns->siblings, &head->list); in nvme_init_ns_head()
3118 list_del_rcu(&ns->siblings); in nvme_alloc_ns()
3146 list_del_rcu(&ns->siblings); in nvme_ns_remove()
/Linux-v4.19/Documentation/devicetree/bindings/display/mediatek/
Dmediatek,disp.txt10 All DISP device tree nodes must be siblings to the central MMSYS_CONFIG node.
/Linux-v4.19/Documentation/x86/
Dtopology.txt109 The number of online threads is also printed in /proc/cpuinfo "siblings."
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Dtopology.txt90 are siblings within a single common parent node must be given a unique and
/Linux-v4.19/drivers/target/
Dtarget_core_pscsi.c512 list_for_each_entry(sd, &sh->__devices, siblings) { in pscsi_configure_device()
/Linux-v4.19/kernel/sched/
Dcore.c668 list_for_each_entry_rcu(child, &parent->children, siblings) { in walk_tg_tree_from()
5969 INIT_LIST_HEAD(&root_task_group.siblings); in sched_init()
6282 list_add_rcu(&tg->siblings, &parent->children); in sched_online_group()
6310 list_del_rcu(&tg->siblings); in sched_offline_group()
Dsched.h386 struct list_head siblings; member
/Linux-v4.19/Documentation/i2c/
Di2c-topology87 mux-locked muxes that are not siblings, when there are address
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c4802 int siblings; in topology_probe() local
4828 siblings = get_thread_siblings(&cpus[i]); in topology_probe()
4829 if (siblings > max_siblings) in topology_probe()
4830 max_siblings = siblings; in topology_probe()
/Linux-v4.19/Documentation/driver-api/
Ddevice_link.rst15 mere parent/child relationship, e.g. between siblings, and have the

12