Find the answer to your Linux question:
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??...
  1. #1
    Just Joined!
    Join Date
    Dec 2011
    Posts
    29

    Unhappy list_for_each_entry_safe

    can any one please tell me what is the meaning and use of list_for_each_entry_safe() function??

  2. #2
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,298
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...