Home
last modified time | relevance | path

Searched refs:spinlock (Results 1 – 25 of 31) sorted by relevance

12

/Zephyr-latest/drivers/hwspinlock/
DKconfig1 # HW spinlock configuration options
7 bool "HW spinlock Support"
9 Include support for HW spinlock.
14 int "HW spinlock init priority"
17 HW spinlock driver device initialization priority.
DKconfig.sqn1 # Sequans HW spinlock configuration
7 bool "Sequans HW spinlock Driver"
11 Enable HW spinlock for SQN
15 int "Sequans HW spinlock relax time"
18 Default HW spinlock relax time in microseconds.
/Zephyr-latest/subsys/modem/
Dmodem_pipelink.c22 K_SPINLOCK(&link->spinlock) { in modem_pipelink_attach()
32 K_SPINLOCK(&link->spinlock) { in modem_pipelink_is_connected()
46 K_SPINLOCK(&link->spinlock) { in modem_pipelink_release()
62 K_SPINLOCK(&link->spinlock) { in modem_pipelink_notify_connected()
74 K_SPINLOCK(&link->spinlock) { in modem_pipelink_notify_disconnected()
Dmodem_pipe.c18 K_SPINLOCK(&pipe->spinlock) { in pipe_set_callback()
26 K_SPINLOCK(&pipe->spinlock) { in pipe_call_callback()
/Zephyr-latest/tests/kernel/spinlock/src/
Dspinlock_error_case.c97 ZTEST(spinlock, test_spinlock_no_recursive) in ZTEST() argument
118 ZTEST(spinlock, test_spinlock_unlock_error) in ZTEST() argument
137 ZTEST(spinlock, test_spinlock_release_error) in ZTEST() argument
158 ZTEST(spinlock, test_spinlock_lock_time_limit) in ZTEST() argument
Dmain.c42 ZTEST(spinlock, test_spinlock_basic) in ZTEST() argument
127 ZTEST(spinlock, test_spinlock_bounce) in ZTEST() argument
158 ZTEST(spinlock, test_spinlock_mutual_exclusion) in ZTEST() argument
209 ZTEST(spinlock, test_trylock) in ZTEST() argument
241 ZTEST_SUITE(spinlock, NULL, NULL, before, NULL, NULL);
Dspinlock_fairness.c124 ZTEST(spinlock, test_spinlock_fairness) in ZTEST() argument
/Zephyr-latest/tests/kernel/smp_suspend/
DKconfig9 int "A delay to compensate for spinlock bias induced by arch_spin_relax"
/Zephyr-latest/tests/kernel/spinlock/
DCMakeLists.txt5 project(spinlock) project
/Zephyr-latest/tests/bluetooth/host/conn/mocks/
DCMakeLists.txt16 spinlock.c
/Zephyr-latest/include/zephyr/modem/
Dpipelink.h58 struct k_spinlock spinlock; member
Dpipe.h69 struct k_spinlock spinlock; member
/Zephyr-latest/lib/posix/options/
DKconfig29 rsource "Kconfig.spinlock"
DCMakeLists.txt121 zephyr_library_sources_ifdef(CONFIG_POSIX_SPIN_LOCKS spinlock.c)
/Zephyr-latest/lib/os/
DKconfig26 When true, a spinlock will be taken around the output from a
/Zephyr-latest/kernel/
DKconfig.smp120 Basic spinlock implementation is based on single
/Zephyr-latest/doc/kernel/services/smp/
Dsmp.rst69 When used on a uniprocessor system, the data component of the spinlock
81 are implemented as a single global spinlock, with a nesting count and
94 context should be using the spinlock API wherever possible.
/Zephyr-latest/doc/kernel/services/data_passing/
Dpipes.rst226 as a spinlock is held while copying that data.
/Zephyr-latest/arch/xtensa/
DKconfig94 NOPs after failure to lock a spinlock. This gives
/Zephyr-latest/scripts/
Dspelling.txt1463 spinlcok||spinlock
1464 spinock||spinlock
/Zephyr-latest/subsys/debug/
DKconfig279 There's a spinlock validation framework available when asserts are
/Zephyr-latest/doc/releases/
Drelease-notes-2.1.rst496 * :github:`20879` - [Coverity CID :205812] Incorrect expression in tests/kernel/spinlock/src/main.c
734 * :github:`19319` - tests/kernel/spinlock only runs on ESP32
737 * :github:`19299` - kernel/spinlock: A SMP race condition in SPIN\_VALIDATE
Drelease-notes-2.2.rst210 * Spinlock validation now dumps the address of the incorrectly used spinlock
1230 * :github:`6521` - Scheduler needs spinlock-based synchronization
Drelease-notes-2.3.rst1286 * :github:`20993` - spinlock APIs need documentation
1429 * :github:`9741` - tests/kernel/spinlock:kernel.multiprocessing.spinlock_bounce crashing on ESP32
Drelease-notes-1.14.rst455 global irq_lock on SMP systems, and exclusively uses the spinlock API
548 SMP systems, and exclusively uses the spinlock API (which on
2151 * :github:`9741` - tests/kernel/spinlock:kernel.multiprocessing.spinlock_bounce crashing on ESP32

12