Home
last modified time | relevance | path

Searched refs:child (Results 1 – 3 of 3) sorted by relevance

/block/
A Dblk-crypto-profile.c577 const struct blk_crypto_profile *child) in blk_crypto_intersect_capabilities() argument
579 if (child) { in blk_crypto_intersect_capabilities()
584 child->max_dun_bytes_supported); in blk_crypto_intersect_capabilities()
585 for (i = 0; i < ARRAY_SIZE(child->modes_supported); i++) in blk_crypto_intersect_capabilities()
586 parent->modes_supported[i] &= child->modes_supported[i]; in blk_crypto_intersect_capabilities()
587 parent->key_types_supported &= child->key_types_supported; in blk_crypto_intersect_capabilities()
A Dbfq-wf2q.c413 struct bfq_entity *child; in bfq_update_min() local
416 child = rb_entry(node, struct bfq_entity, rb_node); in bfq_update_min()
417 if (bfq_gt(entity->min_start, child->min_start)) in bfq_update_min()
418 entity->min_start = child->min_start; in bfq_update_min()
A Dblk-iocost.c1120 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in __propagate_weights() local
1124 parent->child_active_sum += (s32)(active - child->active); in __propagate_weights()
1125 parent->child_inuse_sum += (s32)(inuse - child->inuse); in __propagate_weights()
1127 child->active = active; in __propagate_weights()
1128 child->inuse = inuse; in __propagate_weights()
1200 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight() local
1203 u32 active = READ_ONCE(child->active); in current_hweight()
1204 u32 inuse = READ_ONCE(child->inuse); in current_hweight()
1242 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight_max() local
1244 child_inuse_sum = parent->child_inuse_sum + inuse - child->inuse; in current_hweight_max()

Completed in 20 milliseconds