/linux-4.1.27/include/scsi/ |
D | scsi_device.h | 81 struct list_head siblings; /* list of all devices on this host */ member 272 struct list_head siblings; member 377 list_for_each_entry((sdev), &((shost)->__devices), siblings)
|
D | libsas.h | 201 struct list_head siblings; /* devices on the same level */ member
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_scan.c | 232 INIT_LIST_HEAD(&sdev->siblings); in scsi_alloc_sdev() 321 list_del_init(&starget->siblings); in scsi_target_destroy() 354 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() 1919 list_for_each_entry(sdev, &shost->__devices, siblings) { in scsi_forget_host()
|
D | scsi.c | 1015 struct list_head *list = (prev ? &prev->siblings : &shost->__devices); in __scsi_iterate_devices() 1021 next = list_entry(list->next, struct scsi_device, siblings); in __scsi_iterate_devices() 1166 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_device_lookup()
|
D | scsi_sysfs.c | 405 list_del(&sdev->siblings); in scsi_device_dev_release_usercontext() 1126 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_remove_target() 1158 list_for_each_entry(starget, &shost->__targets, siblings) { in scsi_remove_target() 1257 list_add_tail(&sdev->siblings, &shost->__devices); in scsi_sysfs_device_initialize()
|
D | storvsc_drv.c | 447 list_for_each_entry(sdev, &host->__devices, siblings) { in storvsc_host_scan()
|
/linux-4.1.27/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.1.27/Documentation/ |
D | cputopology.txt | 52 The type of siblings is (const) struct cpumask *.
|
/linux-4.1.27/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.1.27/net/sched/ |
D | sch_hfsc.c | 124 struct list_head siblings; /* sibling classes */ member 911 list_for_each_entry(p, &cl->children, siblings) { in hfsc_adjust_levels() 1099 list_add_tail(&cl->siblings, &parent->children); in hfsc_change_class() 1135 list_del(&cl->siblings); in hfsc_delete_class()
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi-generic.txt | 8 is more generalized (but lower level) than its siblings and tends to be
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-domains.txt | 51 of SMT, you'll span all siblings of the physical CPU, with each group being
|
/linux-4.1.27/tools/power/x86/turbostat/ |
D | turbostat.c | 2781 int siblings; in topology_probe() local 2796 siblings = get_num_ht_siblings(i); in topology_probe() 2797 if (siblings > max_siblings) in topology_probe() 2798 max_siblings = siblings; in topology_probe()
|
/linux-4.1.27/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.1.27/drivers/target/ |
D | target_core_pscsi.c | 535 list_for_each_entry(sd, &sh->__devices, siblings) { in pscsi_configure_device()
|
/linux-4.1.27/kernel/sched/ |
D | core.c | 762 list_for_each_entry_rcu(child, &parent->children, siblings) { in walk_tg_tree_from() 7161 INIT_LIST_HEAD(&root_task_group.siblings); in sched_init() 7502 list_add_rcu(&tg->siblings, &parent->children); in sched_online_group() 7531 list_del_rcu(&tg->siblings); in sched_offline_group() 7652 list_for_each_entry_rcu(child, &tg->children, siblings) { in tg_rt_schedulable()
|
D | sched.h | 256 struct list_head siblings; member
|
/linux-4.1.27/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.1.27/Documentation/devicetree/ |
D | usage-model.txt | 407 siblings of the same bus segment.
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 1674 a task to set its own or one of its thread siblings comm value. The comm value
|