Searched refs:links_to (Results 1 – 2 of 2) sorted by relevance
981 if (e->links_to != c) { in class_lock_list_valid()985 e->links_to && e->links_to->name ? in class_lock_list_valid()986 e->links_to->name : "(?)", in class_lock_list_valid()1083 e->links_to->name ? : "(?)"); in __check_data_structures()1099 e->links_to && e->links_to->name ? in __check_data_structures()1100 e->links_to->name : "(?)"); in __check_data_structures()1369 struct lock_class *links_to, struct list_head *head, in add_lock_to_list() argument1383 entry->links_to = links_to; in add_lock_to_list()5911 if (entry->class != class && entry->links_to != class) in zap_class()
55 struct lock_class *links_to; member