Home
last modified time | relevance | path

Searched refs:lock_list (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/kernel/locking/
Dlockdep.c171 static struct lock_list list_entries[MAX_LOCKDEP_ENTRIES];
977 struct lock_list *e; in class_lock_list_valid()
1039 struct lock_list *e; in __check_data_structures()
1341 static struct lock_list *alloc_list_entry(void) in alloc_list_entry()
1367 struct lock_list *entry; in add_lock_to_list()
1408 struct lock_list *element[MAX_CIRCULAR_QUEUE_SIZE];
1434 static inline int __cq_enqueue(struct circular_queue *cq, struct lock_list *elem) in __cq_enqueue()
1448 static inline struct lock_list * __cq_dequeue(struct circular_queue *cq) in __cq_dequeue()
1450 struct lock_list * lock; in __cq_dequeue()
1466 static inline void mark_lock_accessed(struct lock_list *lock) in mark_lock_accessed()
[all …]
Dlockdep_proc.c61 struct lock_list *entry; in l_show()
/Linux-v5.10/include/linux/
Dlockdep.h52 struct lock_list { struct
67 struct lock_list *parent; argument