Home
last modified time | relevance | path

Searched refs:__SIMPLELOCK_LOCKED_P (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/sys/kern/
H A Dkern_lock.c213 _KERNEL_LOCK_ASSERT(__SIMPLELOCK_LOCKED_P(kernel_lock)); in _kernel_lock()
268 while (__SIMPLELOCK_LOCKED_P(kernel_lock)) { in _kernel_lock()
348 _KERNEL_LOCK_ASSERT(__SIMPLELOCK_LOCKED_P(kernel_lock)); in _kernel_unlock()
381 return __SIMPLELOCK_LOCKED_P(kernel_lock); in _kernel_locked_p()
H A Dkern_mutex.c131 #define MUTEX_SPINBIT_LOCKED_P(mtx) __SIMPLELOCK_LOCKED_P(&(mtx)->mtx_lock)
/netbsd-src/lib/libpthread/
H A Dpthread_lock.c83 locked = __SIMPLELOCK_LOCKED_P(alp); in pthread__ras_simple_lock_try()
156 while (__SIMPLELOCK_LOCKED_P(lock) && --count > 0) in pthread__spinlock_slow()
H A Dpthread_mutex.c297 if (__SIMPLELOCK_LOCKED_P(&ptm->ptm_errorcheck)) in pthread__mutex_lock_slow()
461 if (__SIMPLELOCK_LOCKED_P(&ptm->ptm_errorcheck)) { in pthread_mutex_unlock()
/netbsd-src/sys/arch/usermode/include/
H A Dlock.h61 __SIMPLELOCK_LOCKED_P(const __cpu_simple_lock_t *lockp) in __SIMPLELOCK_LOCKED_P() function
/netbsd-src/sys/arch/m68k/include/
H A Dlock.h40 __SIMPLELOCK_LOCKED_P(const __cpu_simple_lock_t *__ptr) in __SIMPLELOCK_LOCKED_P() function
/netbsd-src/sys/arch/powerpc/include/
H A Dlock.h40 __SIMPLELOCK_LOCKED_P(const __cpu_simple_lock_t *__ptr) in __SIMPLELOCK_LOCKED_P() function
/netbsd-src/sys/sys/
H A Dcommon_lock.h41 __SIMPLELOCK_LOCKED_P(const __cpu_simple_lock_t *__ptr) in __SIMPLELOCK_LOCKED_P() function
/netbsd-src/sys/arch/sh3/include/
H A Dlock.h49 __SIMPLELOCK_LOCKED_P(const __cpu_simple_lock_t *__ptr) in __SIMPLELOCK_LOCKED_P() function
/netbsd-src/sys/arch/mips/include/
H A Dlock.h47 __SIMPLELOCK_LOCKED_P(const __cpu_simple_lock_t *__ptr) in __SIMPLELOCK_LOCKED_P() function
/netbsd-src/sys/arch/ia64/include/
H A Dlock.h40 __SIMPLELOCK_LOCKED_P(const __cpu_simple_lock_t *__ptr) in __SIMPLELOCK_LOCKED_P() function
/netbsd-src/sys/arch/alpha/include/
H A Dlock.h45 __SIMPLELOCK_LOCKED_P(const __cpu_simple_lock_t *__ptr) in __SIMPLELOCK_LOCKED_P() function
/netbsd-src/sys/arch/x86/include/
H A Dlock.h42 __SIMPLELOCK_LOCKED_P(const __cpu_simple_lock_t *__ptr) in __SIMPLELOCK_LOCKED_P() function
/netbsd-src/sys/arch/or1k/include/
H A Dlock.h39 __SIMPLELOCK_LOCKED_P(const __cpu_simple_lock_t *__ptr) in __SIMPLELOCK_LOCKED_P() function
/netbsd-src/sys/arch/vax/include/
H A Dlock.h42 __SIMPLELOCK_LOCKED_P(const __cpu_simple_lock_t *__ptr) in __SIMPLELOCK_LOCKED_P() function
/netbsd-src/sys/arch/hppa/include/
H A Dlock.h52 __SIMPLELOCK_LOCKED_P(const __cpu_simple_lock_t *__ptr) in __SIMPLELOCK_LOCKED_P() function
/netbsd-src/sys/arch/sparc/include/
H A Dlock.h75 __SIMPLELOCK_LOCKED_P(const __cpu_simple_lock_t *__ptr) in __SIMPLELOCK_LOCKED_P() function
/netbsd-src/sys/arch/arm/include/
H A Dlock.h45 __SIMPLELOCK_LOCKED_P(const __cpu_simple_lock_t *__ptr) in __SIMPLELOCK_LOCKED_P() function
/netbsd-src/share/man/man9/
H A DMakefile79 MLINKS+=__cpu_simple_lock.9 __SIMPLELOCK_LOCKED_P.9 \
/netbsd-src/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c4598 regs[rd] = __SIMPLELOCK_LOCKED_P(&m.mi.mtx_lock);