Searched refs:child_list_head (Results 1 – 2 of 2) sorted by relevance
44 INIT_LIST_HEAD(&node->child_list_head); in irdma_alloc_node()134 list_for_each_entry(node, &parent->child_list_head, siblings) { in ws_find_node()140 list_for_each_entry(node, &parent->child_list_head, siblings) { in ws_find_node()218 if (list_empty(&vsi_node->child_list_head)) { in irdma_remove_leaf()223 if (list_empty(&ws_tree_root->child_list_head)) { in irdma_remove_leaf()296 list_add(&vsi_node->siblings, &ws_tree_root->child_list_head); in irdma_ws_add()323 list_add(&tc_node->siblings, &vsi_node->child_list_head); in irdma_ws_add()360 if (list_empty(&vsi_node->child_list_head)) { in irdma_ws_add()369 if (list_empty(&ws_tree_root->child_list_head)) { in irdma_ws_add()
20 struct list_head child_list_head; member
Completed in 3 milliseconds