The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
This variant differs from list_for_each in that it's the simplest possible list iteration code, no prefetching is done. Use this for code that knows the list to be very short (empty or 1 entry) most of the time.
<<< Previous | Home | Next >>> |
list_for_each | Up | list_for_each_prev |