Lines Matching defs:lock_list_entry
222 struct lock_list_entry {
223 struct lock_list_entry *ll_next;
294 struct lock_list_entry *wc_spinlocks;
295 struct lock_list_entry *wc_lle_cache;
331 static struct lock_instance *find_instance(struct lock_list_entry *list,
357 static int witness_list_locks(struct lock_list_entry **,
359 static void witness_lock_list_free(struct lock_list_entry *lle);
360 static struct lock_list_entry *witness_lock_list_get(void);
415 static struct lock_list_entry *w_lock_list_free = NULL;
423 static struct lock_list_entry *w_locklistdata;
528 sizeof(struct lock_list_entry) * LOCK_CHILDCOUNT);
529 memset(w_locklistdata, 0, sizeof(struct lock_list_entry) *
766 struct lock_list_entry *lock_list, *lle;
1100 struct lock_list_entry **lock_list, *lle;
1247 struct lock_list_entry **lock_list, *lle;
1355 struct lock_list_entry *lle;
1390 struct lock_list_entry *lock_list, *lle;
1721 static struct lock_list_entry *
1724 struct lock_list_entry *lle;
1755 witness_lock_list_free(struct lock_list_entry *lle)
1819 find_instance(struct lock_list_entry *list, const struct lock_object *lock)
1821 struct lock_list_entry *lle;
1959 witness_list_locks(struct lock_list_entry **lock_list,
1962 struct lock_list_entry *lle;
2063 struct lock_list_entry *lock_list;
2150 struct lock_list_entry *lock_list;