Searched refs:max_children (Results 1 – 3 of 3) sorted by relevance
773 int max_children = VDEV_DRAID_MAX_CHILDREN; in draid_generate() local791 max_children = (int)strtol(optarg, NULL, 0); in draid_generate()792 if (max_children > VDEV_DRAID_MAX_CHILDREN) { in draid_generate()870 children <= max_children; children++) { in draid_generate()1132 int max_children = VDEV_DRAID_MAX_CHILDREN; in draid_dump() local1146 max_children = (int)strtol(optarg, NULL, 0); in draid_dump()1147 if (max_children > VDEV_DRAID_MAX_CHILDREN) { in draid_dump()1182 children <= max_children; children++) { in draid_dump()
33 ice_calloc(hw, hw->max_children[0], sizeof(*root)); in ice_sched_add_root_node()182 if (hw->max_children[layer]) { in ice_sched_add_node()1341 hw->max_children[i] = LE16_TO_CPU(max_sibl); in ice_sched_query_res_alloc()1494 u16 max_children; in ice_sched_get_free_qparent() local1498 max_children = pi->hw->max_children[qgrp_layer]; in ice_sched_get_free_qparent()1513 if (qgrp_node->num_children < max_children && in ice_sched_get_free_qparent()1632 num = DIVIDE_AND_ROUND_UP(num, hw->max_children[i]); in ice_sched_calc_vsi_child_nodes()1728 pi->hw->max_children[i]) in ice_sched_calc_vsi_support_nodes()2188 if (node->num_children < hw->max_children[l]) in ice_sched_get_free_vsi_parent()2266 hw->max_children[parent->tx_sched_layer]) in ice_sched_move_nodes()[all …]
876 u16 max_children[ICE_AQC_TOPO_MAX_LEVEL_NUM]; member