Query: list_safe_reset_next
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
LIST_SAFE_RESET_NEXT(9) Data Types LIST_SAFE_RESET_NEXT(9)NAMElist_safe_reset_next - reset a stale list_for_each_entry_safe loopSYNOPSISlist_safe_reset_next(pos, n, member);ARGUMENTSpos the loop cursor used in the list_for_each_entry_safe loop n temporary storage used in list_for_each_entry_safe member the name of the list_struct within the struct.DESCRIPTIONlist_safe_reset_next is not safe to use in general if the list may be modified concurrently (eg. the lock is dropped in the loop body). An exception to this is if the cursor element (pos) is pinned in the list, and list_safe_reset_next is called after re-taking the lock and before completing the current iteration of the loop body.COPYRIGHTKernel Hackers Manual 3.10 June 2014 LIST_SAFE_RESET_NEXT(9)
Related Man Pages |
---|
foreach(n) - centos |
continue(3tcl) - debian |
foreach(3tcl) - debian |
foreach(n) - opendarwin |
while(1) - redhat |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Weird 'find' results |
How to increment version inside a file? |
CentOS7 restoring file capabilities |
CentOS 6 ran out of space, need to reclaim it |