| /Zephyr-latest/lib/os/ | 
| D | sem.c | 16 	atomic_t old_value, new_value;  in bounded_dec()  local33 	atomic_t old_value, new_value;  in bounded_inc()  local
 64 	atomic_t old_value;  in sys_sem_give()  local
 85 	atomic_t old_value;  in sys_sem_take()  local
 
 | 
| /Zephyr-latest/subsys/net/lib/prometheus/ | 
| D | counter.c | 30 	uint64_t old_value;  in prometheus_counter_set()  local
 | 
| /Zephyr-latest/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-latest/subsys/timing/ | 
| D | timing.c | 49 	atomic_t old_value, new_value;  in timing_stop()  local
 | 
| /Zephyr-latest/tests/lib/hash_map/src/ | 
| D | insert.c | 29 	uint64_t old_value;  in ZTEST()  local
 | 
| /Zephyr-latest/include/zephyr/sys/ | 
| D | atomic_builtin.h | 23 static inline bool atomic_cas(atomic_t *target, atomic_val_t old_value,  in atomic_cas()31 static inline bool atomic_ptr_cas(atomic_ptr_t *target, atomic_ptr_val_t old_value,  in atomic_ptr_cas()
 
 | 
| D | hash_map.h | 187 				     uint64_t *old_value)  in sys_hashmap_insert()
 | 
| /Zephyr-latest/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-latest/drivers/video/ | 
| D | gc2145.c | 805 	uint8_t old_value;  in gc2145_set_ctrl_vflip()  local821 	uint8_t old_value;  in gc2145_set_ctrl_hmirror()  local
 894 	uint8_t old_value;  in gc2145_set_output_format()  local
 
 | 
| /Zephyr-latest/drivers/sensor/vishay/vcnl36825t/ | 
| D | vcnl36825t.c | 50 	uint16_t old_value, new_value;  in vcnl36825t_update()  local
 | 
| /Zephyr-latest/modules/hal_nordic/nrfx/ | 
| D | nrfx_glue.h | 234 #define NRFX_ATOMIC_CAS(p_data, old_value, new_value) \  argument
 | 
| /Zephyr-latest/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-latest/drivers/sensor/ams/tsl2591/ | 
| D | tsl2591.c | 34 	uint8_t old_value, new_value;  in tsl2591_reg_update()  local
 | 
| /Zephyr-latest/drivers/usb_c/tcpc/ | 
| D | tcpci.c | 253 	uint8_t old_value;  in tcpci_update_reg8()  local
 | 
| /Zephyr-latest/drivers/sensor/melexis/mlx90394/ | 
| D | mlx90394.c | 138 					   const uint8_t new_val, uint8_t *old_value)  in mlx90394_update_register()
 | 
| /Zephyr-latest/drivers/gpio/ | 
| D | gpio_aw9523b.c | 155 	gpio_port_value_t old_value;  in gpio_aw9523b_port_read_write_toggle()  local
 | 
| /Zephyr-latest/drivers/sensor/bosch/bmp388/ | 
| D | bmp388.c | 78 	uint8_t old_value, new_value;  in bmp388_reg_field_update()  local
 | 
| /Zephyr-latest/drivers/sensor/bosch/bmm150/ | 
| D | bmm150.c | 65 	uint8_t old_value, new_value;  in bmm150_reg_update_byte()  local
 | 
| /Zephyr-latest/arch/x86/core/ | 
| D | x86_mmu.c | 855 static inline bool atomic_pte_cas(pentry_t *target, pentry_t old_value,  in atomic_pte_cas()875 static inline bool atomic_pte_cas(pentry_t *target, pentry_t old_value,  in atomic_pte_cas()
 
 | 
| /Zephyr-latest/include/zephyr/drivers/ | 
| D | i2c.h | 1667 	uint8_t old_value, new_value;  in i2c_reg_update_byte()  local
 | 
| D | i3c.h | 2155 	uint8_t old_value, new_value;  in i3c_reg_update_byte()  local
 | 
| /Zephyr-latest/subsys/bluetooth/host/classic/ | 
| D | hfp_ag.c | 762 	uint8_t old_value;  in hfp_ag_update_indicator()  local
 |