Searched refs:child_list_head (Results 1 – 2 of 2) sorted by relevance
43 INIT_LIST_HEAD(&node->child_list_head); in irdma_alloc_node()133 list_for_each_entry(node, &parent->child_list_head, siblings) { in ws_find_node()139 list_for_each_entry(node, &parent->child_list_head, siblings) { in ws_find_node()217 if (list_empty(&vsi_node->child_list_head)) { in irdma_remove_leaf()222 if (list_empty(&ws_tree_root->child_list_head)) { in irdma_remove_leaf()295 list_add(&vsi_node->siblings, &ws_tree_root->child_list_head); in irdma_ws_add()322 list_add(&tc_node->siblings, &vsi_node->child_list_head); in irdma_ws_add()359 if (list_empty(&vsi_node->child_list_head)) { in irdma_ws_add()368 if (list_empty(&ws_tree_root->child_list_head)) { in irdma_ws_add()
20 struct list_head child_list_head; member