Lines Matching refs:lock_list_entry
210 struct lock_list_entry { struct
211 struct lock_list_entry *ll_next; argument
318 static struct lock_instance *find_instance(struct lock_list_entry *list,
347 static void witness_lock_list_free(struct lock_list_entry *lle);
348 static struct lock_list_entry *witness_lock_list_get(void);
463 static struct lock_list_entry *w_lock_list_free = NULL;
475 static struct lock_list_entry w_locklistdata[LOCK_CHILDCOUNT];
1116 struct lock_list_entry *lock_list, *lle; in witness_checkorder()
1509 struct lock_list_entry **lock_list, *lle; in witness_lock()
1660 struct lock_list_entry **lock_list, *lle; in witness_unlock()
1769 struct lock_list_entry *lle; in witness_thread_exit()
1802 struct lock_list_entry *lock_list, *lle; in witness_warn()
2202 static struct lock_list_entry *
2205 struct lock_list_entry *lle; in witness_lock_list_get()
2224 witness_lock_list_free(struct lock_list_entry *lle) in witness_lock_list_free()
2234 find_instance(struct lock_list_entry *list, const struct lock_object *lock) in find_instance()
2236 struct lock_list_entry *lle; in find_instance()
2320 witness_list_locks(struct lock_list_entry **lock_list, in witness_list_locks()
2323 struct lock_list_entry *lle; in witness_list_locks()
2360 struct lock_list_entry *lock_list; in witness_save()
2399 struct lock_list_entry *lock_list; in witness_restore()
2546 struct lock_list_entry *lock_list; in witness_setflag()