Searched refs:new_value (Results 1 – 5 of 5) sorted by relevance
| /subsys/timing/ |
| A D | timing.c | 49 atomic_t old_value, new_value; in timing_stop() local 58 new_value = old_value - 1; in timing_stop() 59 } while (atomic_cas(&started_ref, old_value, new_value) == 0); in timing_stop()
|
| /subsys/net/ip/ |
| A D | tp.c | 494 bool new_value, old = *((bool *) value); in tp_new_find_and_apply() local 496 new_value = atoi(tp->data[i].value); in tp_new_find_and_apply() 497 *((bool *) value) = new_value; in tp_new_find_and_apply() 498 tp_dbg("%s %d->%d", key, old, new_value); in tp_new_find_and_apply() 502 int new_value, old_value = *((int *) value); in tp_new_find_and_apply() local 504 new_value = atoi(tp->data[i].value); in tp_new_find_and_apply() 505 *((int *) value) = new_value; in tp_new_find_and_apply() 506 tp_dbg("%s %d->%d", key, old_value, new_value); in tp_new_find_and_apply()
|
| /subsys/net/lib/lwm2m/ |
| A D | lwm2m_observation.c | 1999 double new_value; in update_resource_instance_notified_value() local 2007 ret = resource_value_as_double(path, &new_value); in update_resource_instance_notified_value() 2012 last_notified->value = new_value; in update_resource_instance_notified_value()
|
| /subsys/mgmt/hawkbit/ |
| A D | hawkbit.c | 593 static int hawkbit_device_acid_update(int32_t new_value) in hawkbit_device_acid_update() argument 596 hb_cfg.action_id = new_value; in hawkbit_device_acid_update()
|
| /subsys/bluetooth/host/ |
| A D | l2cap.c | 800 atomic_t old_value, new_value; in test_and_dec() local 808 new_value = old_value - 1; in test_and_dec() 809 } while (atomic_cas(target, old_value, new_value) == 0); in test_and_dec()
|
Completed in 21 milliseconds