Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/arch/arm64/kvm/hyp/nvhe/
Dstub.c18 bool __list_del_entry_valid(struct list_head *entry) in __list_del_entry_valid() function
/Linux-v5.15/include/linux/
Dlist.h43 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() function
132 if (!__list_del_entry_valid(entry)) in __list_del_entry()