Lines Matching refs:next
300 struct llist_node *next;305 next = node->next;308 node = next;325 struct llist_node **next = nodes_head;329 *next = cur;330 next = &cur->next;332 *next = NULL;417 clean_nodes = clean_nodes->next;