| /f-stack/dpdk/drivers/net/ena/base/ |
| H A D | ena_plat_dpdk.h | 121 #define ENA_SPINLOCK_INIT(spinlock) rte_spinlock_init(&spinlock) argument 122 #define ENA_SPINLOCK_LOCK(spinlock, flags) \ argument 123 ({(void)flags; rte_spinlock_lock(&spinlock); }) 124 #define ENA_SPINLOCK_UNLOCK(spinlock, flags) \ argument 125 ({(void)flags; rte_spinlock_unlock(&(spinlock)); }) 126 #define ENA_SPINLOCK_DESTROY(spinlock) ((void)spinlock) argument
|
| /f-stack/freebsd/contrib/ena-com/ |
| H A D | ena_plat.h | 215 #define ENA_SPINLOCK_INIT(spinlock) \ argument 216 mtx_init(&(spinlock), "ena_spin", NULL, MTX_SPIN) 217 #define ENA_SPINLOCK_DESTROY(spinlock) \ argument 219 if (mtx_initialized(&(spinlock))) \ 220 mtx_destroy(&(spinlock)); \ 222 #define ENA_SPINLOCK_LOCK(spinlock, flags) \ argument 225 mtx_lock_spin(&(spinlock)); \ 227 #define ENA_SPINLOCK_UNLOCK(spinlock, flags) \ argument 230 mtx_unlock_spin(&(spinlock)); \
|
| /f-stack/freebsd/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
|
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | iavf_osdep.h | 161 rte_spinlock_t spinlock; member 174 rte_spinlock_init(&sp->spinlock); in iavf_init_spinlock_d() 180 rte_spinlock_lock(&sp->spinlock); in iavf_acquire_spinlock_d() 186 rte_spinlock_unlock(&sp->spinlock); in iavf_release_spinlock_d()
|
| /f-stack/freebsd/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
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_osdep.h | 203 rte_spinlock_t spinlock; member 209 rte_spinlock_init(&sp->spinlock); in ice_init_lock() 215 rte_spinlock_lock(&sp->spinlock); in ice_acquire_lock() 221 rte_spinlock_unlock(&sp->spinlock); in ice_release_lock()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-rwsem.m4 | 4 dnl # rwsem-spinlock "->activity" changed to "->count"
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | st,stm32-exti.yaml | 36 Reference to a phandle of a hardware spinlock provider node.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | stack_lib.rst | 37 index, and a spinlock. Accesses to the stack are made multi-thread safe by the 38 spinlock.
|
| H A D | writing_efficient_code.rst | 212 For example, the memory operations before the spinlock lock are allowed to 216 On the other hand, the memory operations after the spinlock unlock are allowed
|
| H A D | poll_mode_drv.rst | 125 * Remove explicit spinlock in some applications where lcores are not mapped to Tx queues with 1:1 …
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | armv4cpuid.S | 32 add r6,r3,r2 @ &spinlock 43 str r0,[r6] @ release spinlock
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/omap/ |
| H A D | omap.txt | 30 spinlock@1 { 31 compatible = "ti,omap4-spinlock"; 32 ti,hwmods = "spinlock";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | syscon.yaml | 64 Reference to a phandle of a hardware spinlock provider node.
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_osdep.h | 196 rte_spinlock_t spinlock; member
|
| /f-stack/dpdk/doc/api/ |
| H A D | doxy-api-index.md | 77 [spinlock] (@ref rte_spinlock.h),
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_defs.h.in | 83 * documented in the spinlock(3) manual page.
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-am65-main.dtsi | 470 hwspinlock: spinlock@30e00000 {
|
| H A D | k3-j721e-main.dtsi | 144 hwspinlock: spinlock@30e00000 {
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | documentation.rst | 615 * A pointer to the spinlock.
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_2_1.rst | 302 and spinlock (a.k.a. lock elision). The methods are implemented for x86
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | am33xx-l4.dtsi | 1463 hwspinlock: spinlock@0 {
|
| H A D | am437x-l4.dtsi | 1179 hwspinlock: spinlock@0 {
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | configure.ac | 1969 dnl Check for spinlock(3) operations as provided on Darwin.
|