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

  /src/sys/kern/
kern_lock.c 65 __cpu_simple_lock_t kernel_lock[CACHE_LINE_SIZE / sizeof(__cpu_simple_lock_t)] variable in typeref:typename:__cpu_simple_lock_t[CACHE_LINE_SIZE/sizeof (__cpu_simple_lock_t)]__cacheline_aligned
79 LOCKDEBUG_BARRIER(kernel_lock, 1);
113 * Functions for manipulating the kernel_lock. We put them here
118 LOCKDEBUG_ABORT(__func__, __LINE__, kernel_lock, &_kernel_lock_ops, msg)
165 __cpu_simple_lock_init(kernel_lock);
166 kernel_lock_dodebug = LOCKDEBUG_ALLOC(kernel_lock, &_kernel_lock_ops,
213 _KERNEL_LOCK_ASSERT(__SIMPLELOCK_LOCKED_P(kernel_lock));
221 LOCKDEBUG_WANTLOCK(kernel_lock_dodebug, kernel_lock, RETURN_ADDRESS,
224 if (__predict_true(__cpu_simple_lock_try(kernel_lock))) {
230 LOCKDEBUG_LOCKED(kernel_lock_dodebug, kernel_lock, NULL
    [all...]
kern_mutex.c 524 LOCKDEBUG_BARRIER(&kernel_lock, 1);
kern_rwlock.c 304 LOCKDEBUG_BARRIER(&kernel_lock, 1);
  /src/sys/sys/
lock.h 80 extern __cpu_simple_lock_t kernel_lock[];

Completed in 30 milliseconds