Searched full:u_head (Results 1 – 1 of 1) sorted by relevance
2473 ses_phys_tree_t *u_head = NULL; in ses_construct_phys_tree() local2529 if (u_head == NULL) { in ses_construct_phys_tree()2530 u_head = child; in ses_construct_phys_tree()2533 child->spt_sibling = u_head; in ses_construct_phys_tree()2534 u_head = child; in ses_construct_phys_tree()2549 while (u_head) { in ses_construct_phys_tree()2550 child = u_head; in ses_construct_phys_tree()2551 u_head = u_head->spt_sibling; in ses_construct_phys_tree()2552 if (u_head == NULL) in ses_construct_phys_tree()2602 while (u_head) { in ses_construct_phys_tree()[all …]