Home
last modified time | relevance | path

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

/block/
Dkeyslot-manager.c507 const struct keyslot_manager *child) in keyslot_manager_intersect_modes() argument
509 if (child) { in keyslot_manager_intersect_modes()
512 for (i = 0; i < ARRAY_SIZE(child->crypto_mode_supported); i++) { in keyslot_manager_intersect_modes()
514 child->crypto_mode_supported[i]; in keyslot_manager_intersect_modes()
Dbfq-wf2q.c408 struct bfq_entity *child; in bfq_update_min() local
411 child = rb_entry(node, struct bfq_entity, rb_node); in bfq_update_min()
412 if (bfq_gt(entity->min_start, child->min_start)) in bfq_update_min()
413 entity->min_start = child->min_start; in bfq_update_min()
Dblk-iocost.c905 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in __propagate_active_weight() local
909 parent->child_active_sum += (s32)(active - child->active); in __propagate_active_weight()
910 parent->child_inuse_sum += (s32)(inuse - child->inuse); in __propagate_active_weight()
912 child->active = active; in __propagate_active_weight()
913 child->inuse = inuse; in __propagate_active_weight()
984 struct ioc_gq *child = iocg->ancestors[lvl + 1]; in current_hweight() local
987 u32 active = READ_ONCE(child->active); in current_hweight()
988 u32 inuse = READ_ONCE(child->inuse); in current_hweight()