Results 1 to 2 of 2
can any one please tell me what is the meaning and use of list_for_each_entry_safe() function??...
- 01-10-2012 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 29
list_for_each_entry_safe
can any one please tell me what is the meaning and use of list_for_each_entry_safe() function??
- 01-10-2012 #2
Just guessin' but I would think it produces a list for each entry in a safe way?
Not a bad guess: iterate over list of given type safe against removal of list entry (from here)
As to how you use it... I haven't found anything about that yet...If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.


Reply With Quote