Searched refs:links_to (Results 1 – 2 of 2) sorted by relevance
1030 if (e->links_to != c) { in class_lock_list_valid()1034 e->links_to && e->links_to->name ? in class_lock_list_valid()1035 e->links_to->name : "(?)", in class_lock_list_valid()1132 e->links_to->name ? : "(?)"); in __check_data_structures()1148 e->links_to && e->links_to->name ? in __check_data_structures()1149 e->links_to->name : "(?)"); in __check_data_structures()1425 struct lock_class *links_to, struct list_head *head, in add_lock_to_list() argument1439 entry->links_to = links_to; in add_lock_to_list()6257 if (entry->class != class && entry->links_to != class) in zap_class()
51 struct lock_class *links_to; member