OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOCKDEBUG_FREE
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/sys/
lockdebug.h
71
void
lockdebug_free
(const char *, size_t, volatile void *);
83
#define
LOCKDEBUG_FREE
(dodebug, lock) \
84
if (dodebug)
lockdebug_free
(__func__, __LINE__, lock)
99
#define
LOCKDEBUG_FREE
(dodebug, lock) /* nothing */
/src/sys/external/bsd/drm2/linux/
linux_rwsem.c
102
LOCKDEBUG_FREE
(rwsem->rws_debug, rwsem);
linux_ww_mutex.c
226
LOCKDEBUG_FREE
(mutex->wwm_debug, mutex);
/src/sys/kern/
kern_mutex.c
400
LOCKDEBUG_FREE
(MUTEX_DEBUG_P(mtx), mtx);
kern_rwlock.c
238
LOCKDEBUG_FREE
((rw->rw_owner & RW_NODEBUG) == 0, rw);
Completed in 14 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025