Searched refs:child (Results 1 – 3 of 3) sorted by relevance
512 const struct blk_keyslot_manager *child) in blk_ksm_intersect_modes() argument514 if (child) { in blk_ksm_intersect_modes()519 child->max_dun_bytes_supported); in blk_ksm_intersect_modes()520 for (i = 0; i < ARRAY_SIZE(child->crypto_modes_supported); in blk_ksm_intersect_modes()523 child->crypto_modes_supported[i]; in blk_ksm_intersect_modes()525 parent->features &= child->features; in blk_ksm_intersect_modes()
405 struct bfq_entity *child; in bfq_update_min() local408 child = rb_entry(node, struct bfq_entity, rb_node); in bfq_update_min()409 if (bfq_gt(entity->min_start, child->min_start)) in bfq_update_min()410 entity->min_start = child->min_start; in bfq_update_min()
1056 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in __propagate_weights() local1060 parent->child_active_sum += (s32)(active - child->active); in __propagate_weights()1061 parent->child_inuse_sum += (s32)(inuse - child->inuse); in __propagate_weights()1063 child->active = active; in __propagate_weights()1064 child->inuse = inuse; in __propagate_weights()1136 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight() local1139 u32 active = READ_ONCE(child->active); in current_hweight()1140 u32 inuse = READ_ONCE(child->inuse); in current_hweight()1178 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight_max() local1180 child_inuse_sum = parent->child_inuse_sum + inuse - child->inuse; in current_hweight_max()