Searched refs:__list_del_entry_valid (Results 1 – 2 of 2) sorted by relevance
38 bool __list_del_entry_valid(struct list_head *entry) in __list_del_entry_valid() function62 EXPORT_SYMBOL(__list_del_entry_valid);
43 extern bool __list_del_entry_valid(struct list_head *entry);51 static inline bool __list_del_entry_valid(struct list_head *entry) in __list_del_entry_valid() function132 if (!__list_del_entry_valid(entry)) in __list_del_entry()