Lines Matching full:removal
726 * list_for_each_safe - iterate over a list safe against removal of list entry
737 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
858 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
871 * list_for_each_entry_safe_continue - continue list iteration safe against removal
878 * safe against removal of list entry.
887 * list_for_each_entry_safe_from - iterate over list from current point safe against removal
894 * removal of list entry.
902 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal
908 * Iterate backwards over list of given type, safe against removal
952 * Not that not all removal functions will leave a node in unhashed
1187 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry