Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsubr_witness.c211 struct lock_list_entry { struct
212 struct lock_list_entry *ll_next; argument
1117 struct lock_list_entry *lock_list, *lle; in witness_checkorder()
1770 struct lock_list_entry *lle; in witness_thread_exit()
2203 static struct lock_list_entry *
2206 struct lock_list_entry *lle; in witness_lock_list_get()
2237 struct lock_list_entry *lle; in find_instance()
2324 struct lock_list_entry *lle; in witness_list_locks()
2361 struct lock_list_entry *lock_list; in witness_save()
2400 struct lock_list_entry *lock_list; in witness_restore()
[all …]
/freebsd-14.2/sys/sys/
H A Dlock.h40 struct lock_list_entry;
235 int witness_list_locks(struct lock_list_entry **,
H A Dpcpu.h186 struct lock_list_entry *pc_spinlocks;
H A Dproc.h283 struct lock_list_entry *td_sleeplocks; /* (k) Held sleep locks. */