/freebsd/sys/dev/drm2/ |
H A D | drm_lock.c | 74 mtx_lock(&master->lock.spinlock); in drm_lock() 76 mtx_unlock(&master->lock.spinlock); in drm_lock() 103 mtx_lock(&master->lock.spinlock); in drm_lock() 105 mtx_unlock(&master->lock.spinlock); in drm_lock() 189 mtx_lock(&lock_data->spinlock); in drm_lock_take() 201 mtx_unlock(&lock_data->spinlock); in drm_lock_take() 263 mtx_lock(&lock_data->spinlock); in drm_lock_free() 267 mtx_unlock(&lock_data->spinlock); in drm_lock_free() 270 mtx_unlock(&lock_data->spinlock); in drm_lock_free() 337 mtx_lock(&lock_data->spinlock); in drm_idlelock_take() [all …]
|
H A D | drm_stub.c | 111 mtx_init(&master->lock.spinlock, "drm_master__lock__spinlock", in drm_master_create()
|
H A D | drmP.h | 439 struct mtx spinlock; member
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe_osdep.h | 62 spin_lock_init(spinlock_t *spinlock) in spin_lock_init() argument 64 mtx_init(spinlock, "axgbe_spin", NULL, MTX_SPIN); in spin_lock_init() 67 #define spin_lock_irqsave(spinlock, flags) \ argument 70 mtx_lock_spin(spinlock); \ 73 #define spin_unlock_irqrestore(spinlock, flags) \ argument 75 mtx_unlock_spin(spinlock); \
|
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_mpfs.c | 39 #define MPFS_LOCK(dev) spin_lock(&(dev)->mpfs.spinlock) 40 #define MPFS_UNLOCK(dev) spin_unlock(&(dev)->mpfs.spinlock) 116 spin_lock_init(&dev->mpfs.spinlock); in mlx5_mpfs_init() 130 spin_lock_destroy(&dev->mpfs.spinlock); in mlx5_mpfs_destroy()
|
/freebsd/sys/contrib/ena-com/ |
H A D | ena_plat.h | 240 #define ENA_SPINLOCK_INIT(spinlock) \ argument 241 mtx_init(&(spinlock), "ena_spin", NULL, MTX_SPIN) 242 #define ENA_SPINLOCK_DESTROY(spinlock) \ argument 244 if (mtx_initialized(&(spinlock))) \ 245 mtx_destroy(&(spinlock)); \ 247 #define ENA_SPINLOCK_LOCK(spinlock, flags) \ argument 250 mtx_lock_spin(&(spinlock)); \ 252 #define ENA_SPINLOCK_UNLOCK(spinlock, flags) \ argument 255 mtx_unlock_spin(&(spinlock)); \
|
/freebsd/sys/contrib/device-tree/Bindings/hwlock/ |
H A D | omap-hwspinlock.txt | 25 hwspinlock: spinlock@4a0f6000 { 28 ti,hwmods = "spinlock"; 35 hwspinlock: spinlock@30e00000 {
|
H A D | sirf,hwspinlock.txt | 1 SIRF Hardware spinlock device Binding
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | spi-sprd-adi.txt | 23 one hardware spinlock protection to prevent other systems from reading/writing 26 Then we need one hardware spinlock to synchronize between the multiple subsystems. 29 subsystem accessing, that means no need to add hardware spinlock to synchronize, 30 thus change the hardware spinlock support to be optional to keep backward
|
/freebsd/crypto/openssl/crypto/ |
H A D | armv4cpuid.pl | 55 add r6,r3,r2 @ &spinlock
|
/freebsd/lib/libc/gen/ |
H A D | libc_interposing_table.c | 42 SLOT(spinlock, __libc_spinlock_stub),
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | armv4cpuid.S | 32 add r6,r3,r2 @ &spinlock 43 str r0,[r6] @ release spinlock
|
/freebsd/sys/contrib/device-tree/Bindings/arm/omap/ |
H A D | omap.txt | 30 spinlock@1 { 31 compatible = "ti,omap4-spinlock"; 32 ti,hwmods = "spinlock";
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan_interceptors.cpp | 181 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *spinlock) { in INTERCEPTOR() argument 183 return REAL(pthread_spin_lock)(spinlock); in INTERCEPTOR()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_syscalls.c | 633 SLOT(spinlock); in __thr_interpose_libc()
|
/freebsd/lib/libc/db/mpool/ |
H A D | mpool.libtp | 114 /* Create locking spinlock (gets creating holding the lock) */
|
/freebsd/sys/dev/mlx5/ |
H A D | driver.h | 759 spinlock_t spinlock; member
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am62p-j722s-common-main.dtsi | 758 hwspinlock: spinlock@2a000000 {
|
H A D | k3-am62-main.dtsi | 800 hwspinlock: spinlock@2a000000 {
|
H A D | k3-am62a-main.dtsi | 784 hwspinlock: spinlock@2a000000 {
|
H A D | k3-am64-main.dtsi | 839 hwspinlock: spinlock@2a000000 {
|
H A D | k3-j7200-main.dtsi | 141 hwspinlock: spinlock@30e00000 {
|
H A D | k3-am65-main.dtsi | 658 hwspinlock: spinlock@30e00000 {
|
H A D | k3-j721s2-main.dtsi | 821 hwspinlock: spinlock@30e00000 {
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am33xx-l4.dtsi | 1611 hwspinlock: spinlock@0 {
|