Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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); variable
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/include/linux/
H A Dlist.h96 extern bool __list_valid_slowpath __list_del_entry_valid_or_report(struct list_head *entry);
104 * detected calls the reporting function __list_del_entry_valid_or_report().
124 ret &= __list_del_entry_valid_or_report(entry); in __list_del_entry_valid()

Completed in 3 milliseconds