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.c211 struct lock_list_entry { struct
212 struct lock_list_entry *ll_next; argument
319 static struct lock_instance *find_instance(struct lock_list_entry *list,
348 static void witness_lock_list_free(struct lock_list_entry *lle);
349 static struct lock_list_entry *witness_lock_list_get(void);
464 static struct lock_list_entry *w_lock_list_free = NULL;
476 static struct lock_list_entry w_locklistdata[LOCK_CHILDCOUNT];
1117 struct lock_list_entry *lock_list, *lle; in witness_checkorder()
1510 struct lock_list_entry **lock_list, *lle; in witness_lock()
1661 struct lock_list_entry **lock_list, *lle; in witness_unlock()
[all …]
/freebsd/sys/sys/
H A Dlock.h40 struct lock_list_entry;
236 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. */