Lines Matching full:removal
637 * list_for_each_safe - iterate over a list safe against removal of list entry
648 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
754 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
767 * list_for_each_entry_safe_continue - continue list iteration safe against removal
774 * safe against removal of list entry.
783 * list_for_each_entry_safe_from - iterate over list from current point safe against removal
790 * removal of list entry.
798 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal
804 * Iterate backwards over list of given type, safe against removal
848 * Not that not all removal functions will leave a node in unhashed
1063 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry