Searched refs:remove_list_node (Results 1 – 3 of 3) sorted by relevance
39 int remove_list_node(struct list_node *head, struct list_node *del_node);
77 int remove_list_node(struct list_node *head, struct list_node *del_node) in remove_list_node() function
330 remove_list_node(&active_hint_list_head, found_node); in undo_hint_action()