Home
last modified time | relevance | path

Searched refs:lock_list_entry (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_witness.c214 struct lock_list_entry { struct
215 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);
481 static struct lock_list_entry *w_lock_list_free = NULL;
493 static struct lock_list_entry w_locklistdata[WITNESS_LOCK_CHILDCOUNT];
1448 struct lock_list_entry *lock_list, *lle; in witness_checkorder()
1879 struct lock_list_entry **lock_list, *lle; in witness_lock()
2028 struct lock_list_entry **lock_list, *lle; in witness_unlock()
[all …]
/freebsd/sys/sys/
H A Dlock.h40 struct lock_list_entry;
246 int witness_list_locks(struct lock_list_entry **,
H A Dpcpu.h186 struct lock_list_entry *pc_spinlocks;
H A Dproc.h282 struct lock_list_entry *td_sleeplocks; /* (k) Held sleep locks. */