Lines Matching full:removal
718 * list_for_each_safe - iterate over a list safe against removal of list entry
729 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
850 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
863 * list_for_each_entry_safe_continue - continue list iteration safe against removal
870 * safe against removal of list entry.
879 * list_for_each_entry_safe_from - iterate over list from current point safe against removal
886 * removal of list entry.
894 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal
900 * Iterate backwards over list of given type, safe against removal
944 * Not that not all removal functions will leave a node in unhashed
1179 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry