OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_safe_reset_next
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/util/include/linux/added/
list.h
531
*
list_safe_reset_next
- reset a stale list_for_each_entry_safe loop
536
*
list_safe_reset_next
is not safe to use in general if the list may be
539
* and
list_safe_reset_next
is called after re-taking the lock and before
542
#define
list_safe_reset_next
(pos, n, member) \
macro
Completed in 446 milliseconds