Home
last modified time | relevance | path

Searched defs:old_value (Results 1 – 19 of 19) sorted by relevance

/Zephyr-Core-3.6.0/lib/os/
Dsem.c16 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/
Datomic_c.c81 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/
Dtiming.c49 atomic_t old_value, new_value; in timing_stop() local
/Zephyr-Core-3.6.0/tests/lib/hash_map/src/
Dinsert.c29 uint64_t old_value; in ZTEST() local
/Zephyr-Core-3.6.0/include/zephyr/sys/
Datomic_builtin.h22 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()
Dhash_map.h186 uint64_t *old_value) in sys_hashmap_insert()
/Zephyr-Core-3.6.0/lib/hash/
Dhash_map_oa_lp.c77 uint64_t *old_value) in sys_hashmap_oa_lp_insert_no_rehash()
235 uint64_t *old_value) in sys_hashmap_oa_lp_insert()
Dhash_map_cxx.cpp70 uint64_t *old_value) in sys_hashmap_cxx_insert()
Dhash_map_sc.c221 uint64_t *old_value) in sys_hashmap_sc_insert()
/Zephyr-Core-3.6.0/drivers/sensor/vcnl36825t/
Dvcnl36825t.c48 uint16_t old_value, new_value; in vcnl36825t_update() local
/Zephyr-Core-3.6.0/subsys/net/ip/
Dtp_priv.h72 uint32_t old_value; member
Dtp.c502 int new_value, old_value = *((int *) value); in tp_new_find_and_apply() local
/Zephyr-Core-3.6.0/modules/hal_nordic/nrfx/
Dnrfx_glue.h234 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) \ argument
/Zephyr-Core-3.6.0/drivers/sensor/bmp388/
Dbmp388.c73 uint8_t old_value, new_value; in bmp388_reg_field_update() local
/Zephyr-Core-3.6.0/drivers/sensor/bmm150/
Dbmm150.c65 uint8_t old_value, new_value; in bmm150_reg_update_byte() local
/Zephyr-Core-3.6.0/arch/x86/core/
Dx86_mmu.c848 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/
Di2c.h1568 uint8_t old_value, new_value; in i2c_reg_update_byte() local
Di3c.h1973 uint8_t old_value, new_value; in i3c_reg_update_byte() local
/Zephyr-Core-3.6.0/subsys/bluetooth/host/
Dl2cap.c1870 atomic_t old_value, new_value; in test_and_dec() local