Home
last modified time | relevance | path

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

/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
/linux/include/linux/
H A Dlist.h104 bool __list_valid_slowpath __list_del_entry_valid_or_report(struct list_head *entry);
132 ret &= __list_del_entry_valid_or_report(entry); in __list_del_entry_valid()