/Zephyr-latest/drivers/hwspinlock/ |
D | Kconfig | 1 # 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.
|
D | Kconfig.sqn | 1 # 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/ |
D | modem_pipelink.c | 22 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()
|
D | modem_pipe.c | 18 K_SPINLOCK(&pipe->spinlock) { in pipe_set_callback() 26 K_SPINLOCK(&pipe->spinlock) { in pipe_call_callback()
|
/Zephyr-latest/tests/kernel/spinlock/src/ |
D | spinlock_error_case.c | 97 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
|
D | main.c | 42 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);
|
D | spinlock_fairness.c | 124 ZTEST(spinlock, test_spinlock_fairness) in ZTEST() argument
|
/Zephyr-latest/tests/kernel/smp_suspend/ |
D | Kconfig | 9 int "A delay to compensate for spinlock bias induced by arch_spin_relax"
|
/Zephyr-latest/tests/kernel/spinlock/ |
D | CMakeLists.txt | 5 project(spinlock) project
|
/Zephyr-latest/tests/bluetooth/host/conn/mocks/ |
D | CMakeLists.txt | 16 spinlock.c
|
/Zephyr-latest/include/zephyr/modem/ |
D | pipelink.h | 58 struct k_spinlock spinlock; member
|
D | pipe.h | 69 struct k_spinlock spinlock; member
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig | 29 rsource "Kconfig.spinlock"
|
D | CMakeLists.txt | 121 zephyr_library_sources_ifdef(CONFIG_POSIX_SPIN_LOCKS spinlock.c)
|
/Zephyr-latest/lib/os/ |
D | Kconfig | 26 When true, a spinlock will be taken around the output from a
|
/Zephyr-latest/kernel/ |
D | Kconfig.smp | 120 Basic spinlock implementation is based on single
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 69 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/ |
D | pipes.rst | 226 as a spinlock is held while copying that data.
|
/Zephyr-latest/arch/xtensa/ |
D | Kconfig | 94 NOPs after failure to lock a spinlock. This gives
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 1463 spinlcok||spinlock 1464 spinock||spinlock
|
/Zephyr-latest/subsys/debug/ |
D | Kconfig | 279 There's a spinlock validation framework available when asserts are
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.1.rst | 496 * :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
|
D | release-notes-2.2.rst | 210 * Spinlock validation now dumps the address of the incorrectly used spinlock 1230 * :github:`6521` - Scheduler needs spinlock-based synchronization
|
D | release-notes-2.3.rst | 1286 * :github:`20993` - spinlock APIs need documentation 1429 * :github:`9741` - tests/kernel/spinlock:kernel.multiprocessing.spinlock_bounce crashing on ESP32
|
D | release-notes-1.14.rst | 455 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
|