/Linux-v4.19/tools/perf/util/ |
D | smt.c | 20 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/ |
D | scsi_device.h | 106 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)
|
D | libsas.h | 194 struct list_head siblings; /* devices on the same level */ member
|
/Linux-v4.19/drivers/scsi/ |
D | scsi.c | 587 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()
|
D | scsi_scan.c | 237 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()
|
D | scsi_sysfs.c | 442 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/ |
D | sas_expander.c | 878 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()
|
D | sas_internal.h | 191 INIT_LIST_HEAD(&dev->siblings); in sas_alloc_device()
|
D | sas_discover.c | 335 list_del_init(&dev->siblings); in sas_unregister_common_dev()
|
/Linux-v4.19/net/sched/ |
D | sch_hfsc.c | 124 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/ |
D | scsi-generic.txt | 8 is more generalized (but lower level) than its siblings and tends to be
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
D | qe.txt | 8 as a complete entity (UCC, USB etc ). All of them should be siblings on
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-domains.txt | 51 of SMT, you'll span all siblings of the physical CPU, with each group being
|
/Linux-v4.19/drivers/nvme/host/ |
D | nvme.h | 317 struct list_head siblings; member
|
D | multipath.c | 117 list_for_each_entry_rcu(ns, &head->list, siblings) { in __nvme_find_path()
|
D | core.c | 2978 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/ |
D | mediatek,disp.txt | 10 All DISP device tree nodes must be siblings to the central MMSYS_CONFIG node.
|
/Linux-v4.19/Documentation/x86/ |
D | topology.txt | 109 The number of online threads is also printed in /proc/cpuinfo "siblings."
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | topology.txt | 90 are siblings within a single common parent node must be given a unique and
|
/Linux-v4.19/drivers/target/ |
D | target_core_pscsi.c | 512 list_for_each_entry(sd, &sh->__devices, siblings) { in pscsi_configure_device()
|
/Linux-v4.19/kernel/sched/ |
D | core.c | 668 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()
|
D | sched.h | 386 struct list_head siblings; member
|
/Linux-v4.19/Documentation/i2c/ |
D | i2c-topology | 87 mux-locked muxes that are not siblings, when there are address
|
/Linux-v4.19/tools/power/x86/turbostat/ |
D | turbostat.c | 4802 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/ |
D | device_link.rst | 15 mere parent/child relationship, e.g. between siblings, and have the
|