Searched refs:child_sd (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/configfs/ |
H A D | dir.c | 334 struct configfs_dirent *child_sd; in configfs_dir_set_ready() local 337 list_for_each_entry(child_sd, &sd->s_children, s_sibling) in configfs_dir_set_ready() 338 if (child_sd->s_type & CONFIGFS_USET_CREATING) in configfs_dir_set_ready() 339 configfs_dir_set_ready(child_sd); in configfs_dir_set_ready() 983 struct configfs_dirent *child_sd; in configfs_dump() local 991 list_for_each_entry(child_sd, &sd->s_children, s_sibling) { in configfs_dump() 992 ret = configfs_dump(child_sd, level + 2); in configfs_dump() 1063 struct configfs_dirent *child_sd, *sd; in configfs_depend_prep() local 1072 list_for_each_entry(child_sd, &sd->s_children, s_sibling) { in configfs_depend_prep() 1073 if ((child_sd in configfs_depend_prep() [all...] |
/kernel/linux/linux-6.6/fs/configfs/ |
H A D | dir.c | 333 struct configfs_dirent *child_sd; in configfs_dir_set_ready() local 336 list_for_each_entry(child_sd, &sd->s_children, s_sibling) in configfs_dir_set_ready() 337 if (child_sd->s_type & CONFIGFS_USET_CREATING) in configfs_dir_set_ready() 338 configfs_dir_set_ready(child_sd); in configfs_dir_set_ready() 957 struct configfs_dirent *child_sd; in configfs_dump() local 965 list_for_each_entry(child_sd, &sd->s_children, s_sibling) { in configfs_dump() 966 ret = configfs_dump(child_sd, level + 2); in configfs_dump() 1037 struct configfs_dirent *child_sd, *sd; in configfs_depend_prep() local 1046 list_for_each_entry(child_sd, &sd->s_children, s_sibling) { in configfs_depend_prep() 1047 if ((child_sd in configfs_depend_prep() [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | bfq-cgroup.c | 863 struct bfq_sched_data *child_sd = child_entity->my_sched_data; in bfq_reparent_leaf_entity() local 864 struct bfq_service_tree *child_st = child_sd->service_tree + in bfq_reparent_leaf_entity() 871 child_entity = child_sd->in_service_entity; in bfq_reparent_leaf_entity()
|
/kernel/linux/linux-6.6/block/ |
H A D | bfq-cgroup.c | 881 struct bfq_sched_data *child_sd = child_entity->my_sched_data; in bfq_reparent_leaf_entity() local 882 struct bfq_service_tree *child_st = child_sd->service_tree + in bfq_reparent_leaf_entity() 889 child_entity = child_sd->in_service_entity; in bfq_reparent_leaf_entity()
|
Completed in 9 milliseconds