Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/locking/
Dlockdep.c1024 if (e->links_to != c) { in class_lock_list_valid()
1028 e->links_to && e->links_to->name ? in class_lock_list_valid()
1029 e->links_to->name : "(?)", in class_lock_list_valid()
1126 e->links_to->name ? : "(?)"); in __check_data_structures()
1142 e->links_to && e->links_to->name ? in __check_data_structures()
1143 e->links_to->name : "(?)"); in __check_data_structures()
1412 struct lock_class *links_to, struct list_head *head, in add_lock_to_list() argument
1426 entry->links_to = links_to; in add_lock_to_list()
6016 if (entry->class != class && entry->links_to != class) in zap_class()
/linux-5.19.10/include/linux/
Dlockdep.h51 struct lock_class *links_to; member