Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dlist_debug.c45 bool __list_del_entry_valid_or_report(struct list_head *entry) in __list_del_entry_valid_or_report() function
72 EXPORT_SYMBOL(__list_del_entry_valid_or_report);
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dlist_debug.c42 bool __list_del_entry_valid_or_report(struct list_head *entry) in __list_del_entry_valid_or_report() function
/openbmc/linux/include/linux/
H A Dlist.h96 extern bool __list_valid_slowpath __list_del_entry_valid_or_report(struct list_head *entry);
124 ret &= __list_del_entry_valid_or_report(entry); in __list_del_entry_valid()