Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 541) sorted by relevance

12345678910>>...22

/Zephyr-latest/lib/libc/common/source/thrd/
Dtss.c13 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/
Dasm_inline_gcc.h46 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/
Dasm_inline_gcc.h28 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/
Darcv2_irq_unit.h54 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/
Dlvgl_mem.c28 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/
Dkey.c16 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/
Dheap_listener.c15 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/
Dkey.c39 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/
Dthread_monitor.c17 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
Dobj_core.c36 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 …]
Datomic_c.c84 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
Dusage.c77 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 …]
Dmem_slab.c31 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
Dmem_domain.c91 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/
Dpolicy_latency.c60 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/
Dkswap.h77 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/
Didle.c10 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/
Dcpu_idle.c11 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/
Dbt_settings_hook.c20 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/
Dmain.c54 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/
Dtest_suite_invalid_inputs.c48 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/
Dtest_suite_invalid_inputs.c48 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/
Dhmac.c70 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/
Duart_altera.c157 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 …]
Duart_intel_lw.c152 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 …]

12345678910>>...22