HomeSort by: relevance | last modified time | path
    Searched refs:LOCKDEBUG_ALLOC (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
lockdebug.h 69 bool lockdebug_alloc(const char *, size_t, volatile void *, lockops_t *,
81 #define LOCKDEBUG_ALLOC(lock, ops, addr) \
82 lockdebug_alloc(__func__, __LINE__, lock, ops, addr)
98 #define LOCKDEBUG_ALLOC(lock, ops, addr) false
  /src/sys/external/bsd/drm2/linux/
linux_rwsem.c 89 rwsem->rws_debug = LOCKDEBUG_ALLOC(rwsem, &rwsem_lockops,
linux_ww_mutex.c 207 mutex->wwm_debug = LOCKDEBUG_ALLOC(mutex, &ww_lockops,
  /src/sys/kern/
kern_lock.c 166 kernel_lock_dodebug = LOCKDEBUG_ALLOC(kernel_lock, &_kernel_lock_ops,
kern_mutex.c 366 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address);
371 dodebug = LOCKDEBUG_ALLOC(mtx, lockops, return_address);
kern_rwlock.c 212 if (LOCKDEBUG_ALLOC(rw, &rwlock_lockops, return_address))

Completed in 14 milliseconds