Searched refs:__list_del_entry_valid (Results 1 – 3 of 3) sorted by relevance
42 bool __list_del_entry_valid(struct list_head *entry) in __list_del_entry_valid() function70 EXPORT_SYMBOL(__list_del_entry_valid);
40 bool __list_del_entry_valid(struct list_head *entry) in __list_del_entry_valid() function
45 extern bool __list_del_entry_valid(struct list_head *entry);53 static inline bool __list_del_entry_valid(struct list_head *entry) in __list_del_entry_valid() function134 if (!__list_del_entry_valid(entry)) in __list_del_entry()
Completed in 8 milliseconds