/Zephyr-Core-3.6.0/lib/os/ |
D | sem.c | 16 atomic_t old_value, new_value; in bounded_dec() local 33 atomic_t old_value, new_value; in bounded_inc() local 65 atomic_t old_value; in sys_sem_give() local 86 atomic_t old_value; in sys_sem_take() local
|
/Zephyr-Core-3.6.0/kernel/ |
D | atomic_c.c | 81 bool z_impl_atomic_cas(atomic_t *target, atomic_val_t old_value, in z_impl_atomic_cas() 108 bool z_vrfy_atomic_cas(atomic_t *target, atomic_val_t old_value, in z_vrfy_atomic_cas() 118 bool z_impl_atomic_ptr_cas(atomic_ptr_t *target, atomic_ptr_val_t old_value, in z_impl_atomic_ptr_cas() 138 atomic_ptr_val_t old_value, in z_vrfy_atomic_ptr_cas()
|
/Zephyr-Core-3.6.0/subsys/timing/ |
D | timing.c | 49 atomic_t old_value, new_value; in timing_stop() local
|
/Zephyr-Core-3.6.0/tests/lib/hash_map/src/ |
D | insert.c | 29 uint64_t old_value; in ZTEST() local
|
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | atomic_builtin.h | 22 static inline bool atomic_cas(atomic_t *target, atomic_val_t old_value, in atomic_cas() 30 static inline bool atomic_ptr_cas(atomic_ptr_t *target, atomic_ptr_val_t old_value, in atomic_ptr_cas()
|
D | hash_map.h | 186 uint64_t *old_value) in sys_hashmap_insert()
|
/Zephyr-Core-3.6.0/lib/hash/ |
D | hash_map_oa_lp.c | 77 uint64_t *old_value) in sys_hashmap_oa_lp_insert_no_rehash() 235 uint64_t *old_value) in sys_hashmap_oa_lp_insert()
|
D | hash_map_cxx.cpp | 70 uint64_t *old_value) in sys_hashmap_cxx_insert()
|
D | hash_map_sc.c | 221 uint64_t *old_value) in sys_hashmap_sc_insert()
|
/Zephyr-Core-3.6.0/drivers/sensor/vcnl36825t/ |
D | vcnl36825t.c | 48 uint16_t old_value, new_value; in vcnl36825t_update() local
|
/Zephyr-Core-3.6.0/subsys/net/ip/ |
D | tp_priv.h | 72 uint32_t old_value; member
|
D | tp.c | 502 int new_value, old_value = *((int *) value); in tp_new_find_and_apply() local
|
/Zephyr-Core-3.6.0/modules/hal_nordic/nrfx/ |
D | nrfx_glue.h | 234 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) \ argument
|
/Zephyr-Core-3.6.0/drivers/sensor/bmp388/ |
D | bmp388.c | 73 uint8_t old_value, new_value; in bmp388_reg_field_update() local
|
/Zephyr-Core-3.6.0/drivers/sensor/bmm150/ |
D | bmm150.c | 65 uint8_t old_value, new_value; in bmm150_reg_update_byte() local
|
/Zephyr-Core-3.6.0/arch/x86/core/ |
D | x86_mmu.c | 848 static inline bool atomic_pte_cas(pentry_t *target, pentry_t old_value, in atomic_pte_cas() 868 static inline bool atomic_pte_cas(pentry_t *target, pentry_t old_value, in atomic_pte_cas()
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/ |
D | i2c.h | 1568 uint8_t old_value, new_value; in i2c_reg_update_byte() local
|
D | i3c.h | 1973 uint8_t old_value, new_value; in i3c_reg_update_byte() local
|
/Zephyr-Core-3.6.0/subsys/bluetooth/host/ |
D | l2cap.c | 1870 atomic_t old_value, new_value; in test_and_dec() local
|