Home
last modified time | relevance | path

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

/Linux-v6.1/lib/
Dlist_debug.c42 bool __list_del_entry_valid(struct list_head *entry) in __list_del_entry_valid() function
70 EXPORT_SYMBOL(__list_del_entry_valid);
/Linux-v6.1/arch/arm64/kvm/hyp/nvhe/
Dlist_debug.c40 bool __list_del_entry_valid(struct list_head *entry) in __list_del_entry_valid() function
/Linux-v6.1/include/linux/
Dlist.h45 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() function
134 if (!__list_del_entry_valid(entry)) in __list_del_entry()