Lines Matching full:removal
592 * list_for_each_safe - iterate over a list safe against removal of list entry
602 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
708 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
721 * list_for_each_entry_safe_continue - continue list iteration safe against removal
728 * safe against removal of list entry.
737 * list_for_each_entry_safe_from - iterate over list from current point safe against removal
744 * removal of list entry.
752 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal
758 * Iterate backwards over list of given type, safe against removal
802 * Not that not all removal functions will leave a node in unhashed
1017 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry