Home
last modified time | relevance | path

Searched refs:__list_del_entry_valid (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/lib/
Dlist_debug.c38 bool __list_del_entry_valid(struct list_head *entry) in __list_del_entry_valid() function
62 EXPORT_SYMBOL(__list_del_entry_valid);
/Linux-v4.19/include/linux/
Dlist.h36 extern bool __list_del_entry_valid(struct list_head *entry);
44 static inline bool __list_del_entry_valid(struct list_head *entry) in __list_del_entry_valid() function
117 if (!__list_del_entry_valid(entry)) in __list_del_entry()