Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A 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-6.3-rc2/arch/arm64/kvm/hyp/nvhe/
A Dlist_debug.c40 bool __list_del_entry_valid(struct list_head *entry) in __list_del_entry_valid() function
/linux-6.3-rc2/include/linux/
A 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()

Completed in 8 milliseconds