Searched refs:witness_unlock (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/sys/sys/ |
| HD | lock.h | 233 void witness_unlock(struct lock_object *, int, const char *, int); 281 witness_unlock((lock), (flags), (file), (line))
|
| /freebsd-head/contrib/jemalloc/include/jemalloc/internal/ |
| HD | witness.h | 318 witness_unlock(witness_tsdn_t *witness_tsdn, witness_t *witness) { in witness_unlock() function
|
| HD | mutex.h | 230 witness_unlock(tsdn_witness_tsdp_get(tsdn), &mutex->witness); in malloc_mutex_unlock()
|
| /freebsd-head/sys/kern/ |
| HD | subr_witness.c | 1659 witness_unlock(struct lock_object *lock, int flags, const char *file, int line) in witness_unlock() function
|