Searched refs:add_list_node (Results 1 – 6 of 6) sorted by relevance
38 struct list_node * add_list_node(struct list_node *head, void *data);
47 struct list_node *add_list_node(struct list_node *head, void *data) in add_list_node() function
243 if (add_list_node(&active_hint_list_head, new_hint) == NULL) { in perform_hint_action()
238 if (add_list_node(&active_hint_list_head, new_hint) == NULL) { in perform_hint_action()