/Zephyr-latest/lib/libc/common/source/thrd/ |
D | tss.c | 13 int tss_create(tss_t *key, tss_dtor_t destructor) in tss_create() 27 void *tss_get(tss_t key) in tss_get() 32 int tss_set(tss_t key, void *val) in tss_set() 44 void tss_delete(tss_t key) in tss_delete()
|
/Zephyr-latest/include/zephyr/arch/arm/ |
D | asm_inline_gcc.h | 46 unsigned int key; in arch_irq_lock() local 80 static ALWAYS_INLINE void arch_irq_unlock(unsigned int key) in arch_irq_unlock() 102 static ALWAYS_INLINE bool arch_irq_unlocked(unsigned int key) in arch_irq_unlocked()
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | asm_inline_gcc.h | 28 unsigned int key; in arch_irq_lock() local 40 static ALWAYS_INLINE void arch_irq_unlock(unsigned int key) in arch_irq_unlock() 45 static ALWAYS_INLINE bool arch_irq_unlocked(unsigned int key) in arch_irq_unlocked()
|
/Zephyr-latest/include/zephyr/arch/arc/v2/ |
D | arcv2_irq_unit.h | 54 unsigned int key = arch_irq_lock(); in z_arc_v2_irq_unit_irq_enable_set() local 98 unsigned int key = arch_irq_lock(); in z_arc_v2_irq_unit_int_enabled() local 119 unsigned int key = arch_irq_lock(); in z_arc_v2_irq_unit_prio_set() local 141 unsigned int key = arch_irq_lock(); in z_arc_v2_irq_uinit_secure_set() local 171 unsigned int key = arch_irq_lock(); in z_arc_v2_irq_unit_sensitivity_set() local 211 unsigned int key = arch_irq_lock(); in z_arc_v2_irq_unit_trigger_set() local 233 unsigned int key = arch_irq_lock(); in z_arc_v2_irq_unit_trigger_get() local 252 unsigned int key = arch_irq_lock(); in z_arc_v2_irq_unit_int_eoi() local
|
/Zephyr-latest/modules/lvgl/ |
D | lvgl_mem.c | 28 k_spinlock_key_t key; in lvgl_malloc() local 40 k_spinlock_key_t key; in lvgl_realloc() local 52 k_spinlock_key_t key; in lvgl_free() local 61 k_spinlock_key_t key; in lvgl_print_heap_info() local 71 k_spinlock_key_t key; in lvgl_heap_stats() local
|
/Zephyr-latest/tests/posix/common/src/ |
D | key.c | 16 static pthread_key_t key; variable 77 ZTEST(key, test_key_1toN_thread) in ZTEST() argument 98 ZTEST(key, test_key_Nto1_thread) in ZTEST() argument 116 ZTEST(key, test_key_resource_leak) in ZTEST() argument 118 pthread_key_t key; in ZTEST() local 126 ZTEST(key, test_correct_key_is_deleted) in ZTEST() argument 128 pthread_key_t key; in ZTEST() local 153 pthread_key_t key; in setspecific_thread() local 165 ZTEST(key, test_thread_specific_data_deallocation) in ZTEST() argument
|
/Zephyr-latest/lib/heap/ |
D | heap_listener.c | 15 k_spinlock_key_t key = k_spin_lock(&heap_listener_lock); in heap_listener_register() local 24 k_spinlock_key_t key = k_spin_lock(&heap_listener_lock); in heap_listener_unregister() local 34 k_spinlock_key_t key = k_spin_lock(&heap_listener_lock); in heap_listener_notify_alloc() local 50 k_spinlock_key_t key = k_spin_lock(&heap_listener_lock); in heap_listener_notify_free() local 66 k_spinlock_key_t key = k_spin_lock(&heap_listener_lock); in heap_listener_notify_resize() local
|
/Zephyr-latest/lib/posix/options/ |
D | key.c | 39 static inline size_t to_posix_key_idx(pthread_key_t key) in to_posix_key_idx() 44 static pthread_key_obj *get_posix_key(pthread_key_t key) in get_posix_key() 70 static pthread_key_obj *to_posix_key(pthread_key_t *key) in to_posix_key() 100 int pthread_key_create(pthread_key_t *key, in pthread_key_create() 124 int pthread_key_delete(pthread_key_t key) in pthread_key_delete() 168 int pthread_setspecific(pthread_key_t key, const void *value) in pthread_setspecific() 243 void *pthread_getspecific(pthread_key_t key) in pthread_getspecific()
|
/Zephyr-latest/kernel/ |
D | thread_monitor.c | 17 k_spinlock_key_t key = k_spin_lock(&z_thread_monitor_lock); in z_thread_monitor_exit() local 41 k_spinlock_key_t key; in k_thread_foreach() local 67 k_spinlock_key_t key; in k_thread_foreach_unlocked() local 92 k_spinlock_key_t key; in k_thread_foreach_filter_by_cpu() local 122 k_spinlock_key_t key; in k_thread_foreach_unlocked_filter_by_cpu() local
|
D | obj_core.c | 36 k_spinlock_key_t key = k_spin_lock(&lock); in k_obj_core_link() local 52 k_spinlock_key_t key = k_spin_lock(&lock); in k_obj_core_unlink() local 65 k_spinlock_key_t key = k_spin_lock(&lock); in k_obj_type_find() local 84 k_spinlock_key_t key; in k_obj_type_walk_locked() local 129 k_spinlock_key_t key = k_spin_lock(&lock); in k_obj_core_stats_register() local 150 k_spinlock_key_t key = k_spin_lock(&lock); in k_obj_core_stats_deregister() local 171 k_spinlock_key_t key = k_spin_lock(&lock); in k_obj_core_stats_raw() local 198 k_spinlock_key_t key = k_spin_lock(&lock); in k_obj_core_stats_query() local 224 k_spinlock_key_t key = k_spin_lock(&lock); in k_obj_core_stats_reset() local 247 k_spinlock_key_t key = k_spin_lock(&lock); in k_obj_core_stats_disable() local [all …]
|
D | atomic_c.c | 84 k_spinlock_key_t key; in z_impl_atomic_cas() local 121 k_spinlock_key_t key; in z_impl_atomic_ptr_cas() local 163 k_spinlock_key_t key; in z_impl_atomic_add() local 193 k_spinlock_key_t key; in z_impl_atomic_sub() local 244 k_spinlock_key_t key; in z_impl_atomic_set() local 262 k_spinlock_key_t key; in z_impl_atomic_ptr_set() local 301 k_spinlock_key_t key; in z_impl_atomic_or() local 331 k_spinlock_key_t key; in z_impl_atomic_xor() local 361 k_spinlock_key_t key; in z_impl_atomic_and() local 391 k_spinlock_key_t key; in z_impl_atomic_nand() local
|
D | usage.c | 77 k_spinlock_key_t key; in z_sched_usage_start() local 124 k_spinlock_key_t key; in z_sched_cpu_usage() local 177 k_spinlock_key_t key; in z_sched_thread_usage() local 230 k_spinlock_key_t key; in k_thread_runtime_stats_enable() local 251 k_spinlock_key_t key; in k_thread_runtime_stats_disable() local 280 k_spinlock_key_t key; in k_sys_runtime_stats_enable() local 314 k_spinlock_key_t key; in k_sys_runtime_stats_disable() local 349 k_spinlock_key_t key; in z_thread_stats_raw() local 371 k_spinlock_key_t key; in z_thread_stats_reset() local 445 k_spinlock_key_t key; in z_cpu_stats_raw() local [all …]
|
D | mem_slab.c | 31 k_spinlock_key_t key; in k_mem_slab_stats_raw() local 46 k_spinlock_key_t key; in k_mem_slab_stats_query() local 69 k_spinlock_key_t key; in k_mem_slab_stats_reset() local 223 k_spinlock_key_t key = k_spin_lock(&slab->lock); in k_mem_slab_alloc() local 278 k_spinlock_key_t key = k_spin_lock(&slab->lock); in k_mem_slab_free() local 308 k_spinlock_key_t key = k_spin_lock(&slab->lock); in k_mem_slab_runtime_stats_get() local 332 k_spinlock_key_t key = k_spin_lock(&slab->lock); in k_mem_slab_runtime_stats_reset_max() local
|
D | mem_domain.c | 91 k_spinlock_key_t key; in k_mem_domain_init() local 163 k_spinlock_key_t key; in k_mem_domain_add_partition() local 216 k_spinlock_key_t key; in k_mem_domain_remove_partition() local 299 k_spinlock_key_t key = k_spin_lock(&z_mem_domain_lock); in z_mem_domain_init_thread() local 314 k_spinlock_key_t key = k_spin_lock(&z_mem_domain_lock); in z_mem_domain_exit_thread() local 326 k_spinlock_key_t key; in k_mem_domain_add_thread() local
|
/Zephyr-latest/subsys/pm/policy/ |
D | policy_latency.c | 60 k_spinlock_key_t key = k_spin_lock(&latency_lock); in pm_policy_latency_request_add() local 71 k_spinlock_key_t key = k_spin_lock(&latency_lock); in pm_policy_latency_request_update() local 81 k_spinlock_key_t key = k_spin_lock(&latency_lock); in pm_policy_latency_request_remove() local 92 k_spinlock_key_t key = k_spin_lock(&latency_lock); in pm_policy_latency_changed_subscribe() local 102 k_spinlock_key_t key = k_spin_lock(&latency_lock); in pm_policy_latency_changed_unsubscribe() local
|
/Zephyr-latest/kernel/include/ |
D | kswap.h | 77 static ALWAYS_INLINE unsigned int do_swap(unsigned int key, in do_swap() 180 static inline int z_swap_irqlock(unsigned int key) in z_swap_irqlock() 185 static inline int z_swap(struct k_spinlock *lock, k_spinlock_key_t key) in z_swap() 204 static inline int z_swap_irqlock(unsigned int key) in z_swap_irqlock() 216 static ALWAYS_INLINE int z_swap(struct k_spinlock *lock, k_spinlock_key_t key) in z_swap()
|
/Zephyr-latest/soc/gaisler/leon3/ |
D | idle.c | 10 static void leon_idle(unsigned int key) in leon_idle() 23 void arch_cpu_atomic_idle(unsigned int key) in arch_cpu_atomic_idle()
|
/Zephyr-latest/arch/mips/core/ |
D | cpu_idle.c | 11 static ALWAYS_INLINE void mips_idle(unsigned int key) in mips_idle() 30 void arch_cpu_atomic_idle(unsigned int key) in arch_cpu_atomic_idle()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings_clear/src/ |
D | bt_settings_hook.c | 20 char *key; member 28 static void add_key(const char *key) in add_key() 61 static void remove_key(const char *key) in remove_key() 130 void bt_testing_settings_store_hook(const char *key, const void *value, size_t val_len) in bt_testing_settings_store_hook() 138 void bt_testing_settings_delete_hook(const char *key) in bt_testing_settings_delete_hook()
|
/Zephyr-latest/tests/kernel/fatal/no-multithreading/src/ |
D | main.c | 54 unsigned int key; in entry_oops() local 66 unsigned int key; in entry_panic() local 86 unsigned int key; in entry_arbitrary_reason() local 98 unsigned int key; in entry_arbitrary_reason_negative() local
|
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_be/src/ |
D | test_suite_invalid_inputs.c | 48 const uint8_t key[16] = {0}; in ZTEST() local 67 const uint8_t key[16] = {0}; in ZTEST() local 86 const uint8_t key[16] = {0}; in ZTEST() local 110 const uint8_t key[16] = {0}; in ZTEST() local
|
/Zephyr-latest/tests/bluetooth/host/crypto/bt_encrypt_le/src/ |
D | test_suite_invalid_inputs.c | 48 const uint8_t key[16] = {0}; in ZTEST() local 67 const uint8_t key[16] = {0}; in ZTEST() local 86 const uint8_t key[16] = {0}; in ZTEST() local 110 const uint8_t key[16] = {0}; in ZTEST() local
|
/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | hmac.c | 70 const uint8_t key[20] = { in ZTEST() local 101 const uint8_t key[4] = { in ZTEST() local 135 const uint8_t key[20] = { in ZTEST() local 175 const uint8_t key[25] = { in ZTEST() local 217 const uint8_t key[20] = { in ZTEST() local 251 const uint8_t key[131] = { in ZTEST() local 309 const uint8_t key[131] = { in ZTEST() local
|
/Zephyr-latest/drivers/serial/ |
D | uart_altera.c | 157 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_altera_poll_in() local 187 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_altera_poll_out() local 255 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_altera_err_check() local 412 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_altera_fifo_fill() local 462 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_altera_fifo_read() local 500 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_altera_irq_tx_enable() local 524 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_altera_irq_tx_disable() local 551 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_altera_irq_tx_ready() local 591 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_altera_irq_tx_complete() local 612 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_altera_irq_rx_enable() local [all …]
|
D | uart_intel_lw.c | 152 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_intel_lw_poll_in() local 197 k_spinlock_key_t key; in uart_intel_lw_poll_out() local 290 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_intel_lw_err_check() local 441 k_spinlock_key_t key; in uart_intel_lw_fifo_fill() local 490 k_spinlock_key_t key; in uart_intel_lw_fifo_read() local 527 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_intel_lw_irq_tx_enable() local 551 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_intel_lw_irq_tx_disable() local 578 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_intel_lw_irq_tx_ready() local 613 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_intel_lw_irq_tx_complete() local 634 k_spinlock_key_t key = k_spin_lock(&data->lock); in uart_intel_lw_irq_rx_enable() local [all …]
|