/linux-4.4.14/include/scsi/ |
D | scsi_device.h | 82 struct list_head siblings; /* list of all devices on this host */ member 253 struct list_head siblings; member 358 list_for_each_entry((sdev), &((shost)->__devices), siblings)
|
D | libsas.h | 201 struct list_head siblings; /* devices on the same level */ member
|
/linux-4.4.14/drivers/scsi/ |
D | scsi_scan.c | 233 INIT_LIST_HEAD(&sdev->siblings); in scsi_alloc_sdev() 323 list_del_init(&starget->siblings); in scsi_target_destroy() 356 list_for_each_entry(starget, &shost->__targets, siblings) { in __scsi_find_target() 439 INIT_LIST_HEAD(&starget->siblings); in scsi_alloc_target() 451 list_add_tail(&starget->siblings, &shost->__targets); in scsi_alloc_target() 1861 list_for_each_entry(sdev, &shost->__devices, siblings) { in scsi_forget_host()
|
D | scsi.c | 948 struct list_head *list = (prev ? &prev->siblings : &shost->__devices); in __scsi_iterate_devices() 954 next = list_entry(list->next, struct scsi_device, siblings); in __scsi_iterate_devices() 1099 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_device_lookup()
|
D | scsi_sysfs.c | 407 list_del(&sdev->siblings); in scsi_device_dev_release_usercontext() 1170 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_remove_target() 1200 list_for_each_entry(starget, &shost->__targets, siblings) { in scsi_remove_target() 1295 list_add_tail(&sdev->siblings, &shost->__devices); in scsi_sysfs_device_initialize()
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_expander.c | 865 list_add_tail(&child->siblings, &parent_ex->children); in sas_ex_discover_end_dev() 980 list_add_tail(&child->siblings, &parent->ex_dev.children); in sas_ex_discover_expander() 1132 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() 1886 &ex_dev->children, siblings) { in sas_unregister_devs_sas_addr() 1918 list_for_each_entry(child, &ex_root->children, siblings) { in sas_discover_bfs_by_root_level() 1970 list_for_each_entry(child, &dev->ex_dev.children, siblings) { in sas_discover_new()
|
D | sas_internal.h | 186 INIT_LIST_HEAD(&dev->siblings); in sas_alloc_device()
|
D | sas_discover.c | 337 list_del_init(&dev->siblings); in sas_unregister_common_dev()
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/ |
D | qe.txt | 8 as a complete entity (UCC, USB etc ). All of them should be siblings on
|
/linux-4.4.14/net/sched/ |
D | sch_hfsc.c | 124 struct list_head siblings; /* sibling classes */ member 912 list_for_each_entry(p, &cl->children, siblings) { in hfsc_adjust_levels() 1100 list_add_tail(&cl->siblings, &parent->children); in hfsc_change_class() 1136 list_del(&cl->siblings); in hfsc_delete_class()
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi-generic.txt | 8 is more generalized (but lower level) than its siblings and tends to be
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-domains.txt | 51 of SMT, you'll span all siblings of the physical CPU, with each group being
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 2892 int siblings; in topology_probe() local 2907 siblings = get_num_ht_siblings(i); in topology_probe() 2908 if (siblings > max_siblings) in topology_probe() 2909 max_siblings = siblings; in topology_probe()
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | topology.txt | 90 are siblings within a single common parent node must be given a unique and
|
D | idle-states.txt | 261 are siblings within a single common parent must be given a unique name.
|
/linux-4.4.14/drivers/target/ |
D | target_core_pscsi.c | 531 list_for_each_entry(sd, &sh->__devices, siblings) { in pscsi_configure_device()
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 787 list_for_each_entry_rcu(child, &parent->children, siblings) { in walk_tg_tree_from() 7419 INIT_LIST_HEAD(&root_task_group.siblings); in sched_init() 7738 list_add_rcu(&tg->siblings, &parent->children); in sched_online_group() 7766 list_del_rcu(&tg->siblings); in sched_offline_group() 7887 list_for_each_entry_rcu(child, &tg->children, siblings) { in tg_rt_schedulable()
|
D | sched.h | 266 struct list_head siblings; member
|
/linux-4.4.14/Documentation/cgroups/ |
D | cpusets.txt | 545 is idle while CPU X and the siblings are busy, scheduler can't migrate 558 1 : search siblings (hyperthreads in a core).
|
D | unified-hierarchy.txt | 145 shared among siblings.
|
/linux-4.4.14/Documentation/devicetree/ |
D | usage-model.txt | 407 siblings of the same bus segment.
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 1691 a task to set its own or one of its thread siblings comm value. The comm value
|