Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_witness.c213 struct lock_list_entry { struct
214 struct lock_list_entry *ll_next; argument
1116 struct lock_list_entry *lock_list, *lle; in witness_checkorder()
1769 struct lock_list_entry *lle; in witness_thread_exit()
2202 static struct lock_list_entry *
2205 struct lock_list_entry *lle; in witness_lock_list_get()
2236 struct lock_list_entry *lle; in find_instance()
2323 struct lock_list_entry *lle; in witness_list_locks()
2360 struct lock_list_entry *lock_list; in witness_save()
2395 struct lock_list_entry *lock_list; in witness_restore()
[all …]
/f-stack/freebsd/sys/
H A Dlock.h41 struct lock_list_entry;
236 int witness_list_locks(struct lock_list_entry **,
H A Dpcpu.h188 struct lock_list_entry *pc_spinlocks;
H A Dproc.h273 struct lock_list_entry *td_sleeplocks; /* (k) Held sleep locks. */