Searched refs:__list_add_valid_or_report (Results 1 – 3 of 3) sorted by relevance
22 bool __list_add_valid_or_report(struct list_head *new, struct list_head *prev, in __list_add_valid_or_report() function42 EXPORT_SYMBOL(__list_add_valid_or_report);
30 bool __list_add_valid_or_report(struct list_head *new, struct list_head *prev, in __list_add_valid_or_report() function
53 extern bool __list_valid_slowpath __list_add_valid_or_report(struct list_head *new,63 * detected calls the reporting function __list_add_valid_or_report().88 ret &= __list_add_valid_or_report(new, prev, next); in __list_add_valid()