Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/locking/
Dlockdep.c137 static struct lock_list list_entries[MAX_LOCKDEP_ENTRIES];
923 struct lock_list *e; in class_lock_list_valid()
985 struct lock_list *e; in __check_data_structures()
1282 static struct lock_list *alloc_list_entry(void) in alloc_list_entry()
1308 struct lock_list *entry; in add_lock_to_list()
1348 struct lock_list *element[MAX_CIRCULAR_QUEUE_SIZE];
1374 static inline int __cq_enqueue(struct circular_queue *cq, struct lock_list *elem) in __cq_enqueue()
1388 static inline struct lock_list * __cq_dequeue(struct circular_queue *cq) in __cq_dequeue()
1390 struct lock_list * lock; in __cq_dequeue()
1406 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.4/include/linux/
Dlockdep.h189 struct lock_list { struct
200 struct lock_list *parent; argument