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

/linux-master/kernel/locking/
H A Dlockdep.c1021 if (e->links_to != c) {
1025 e->links_to && e->links_to->name ?
1026 e->links_to->name : "(?)",
1123 e->links_to->name ? : "(?)");
1139 e->links_to && e->links_to->name ?
1140 e->links_to->name : "(?)");
1409 struct lock_class *links_to, struct list_head *head,
1423 entry->links_to
1408 add_lock_to_list(struct lock_class *this, struct lock_class *links_to, struct list_head *head, u16 distance, u8 dep, const struct lock_trace *trace) argument
[all...]
/linux-master/include/linux/
H A Dlockdep.h51 struct lock_class *links_to; member in struct:lock_list

Completed in 144 milliseconds