Lines Matching full:safe
201 * can only be safe if the only activity that can happen
420 * list_for_each_safe - iterate over a list safe against removal of list entry
430 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
514 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
527 * list_for_each_entry_safe_continue - continue list iteration safe against removal
534 * safe against removal of list entry.
543 * list_for_each_entry_safe_from - iterate over list from current point safe against removal
549 * Iterate over list of given type from current point, safe against
558 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal
564 * Iterate backwards over list of given type, safe against removal
579 * list_safe_reset_next is not safe to use in general if the list may be
739 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry