/src/sys/kern/ |
kern_mutex.c | 191 #define MUTEX_INITIALIZE_ADAPTIVE(mtx, dodebug) \ 193 if (!dodebug) \ 197 #define MUTEX_INITIALIZE_SPIN(mtx, dodebug, ipl) \ 200 if (!dodebug) \ 357 bool dodebug; local in function:_mutex_init 366 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address); 367 MUTEX_INITIALIZE_ADAPTIVE(mtx, dodebug); 371 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address); 372 MUTEX_INITIALIZE_SPIN(mtx, dodebug, ipl);
|
kern_mutex.c | 191 #define MUTEX_INITIALIZE_ADAPTIVE(mtx, dodebug) \ 193 if (!dodebug) \ 197 #define MUTEX_INITIALIZE_SPIN(mtx, dodebug, ipl) \ 200 if (!dodebug) \ 357 bool dodebug; local in function:_mutex_init 366 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address); 367 MUTEX_INITIALIZE_ADAPTIVE(mtx, dodebug); 371 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address); 372 MUTEX_INITIALIZE_SPIN(mtx, dodebug, ipl);
|
/src/sbin/shutdown/ |
shutdown.c | 94 static int dodebug, dosilent, doverbose; variable in typeref:typename:int 157 dodebug = 1; 399 if (dodebug)
|
shutdown.c | 94 static int dodebug, dosilent, doverbose; variable in typeref:typename:int 157 dodebug = 1; 399 if (dodebug)
|