Home
last modified time | relevance | path

Searched refs:store_pending (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dsettings.c184 static void store_pending(struct k_work *work) in store_pending() function
238 k_work_init_delayable(&pending_store, store_pending); in bt_mesh_settings_init()
245 store_pending(&pending_store.work); in bt_mesh_settings_store_pending()
/Zephyr-latest/tests/subsys/settings/performance/
Dsettings_test_perf.c39 static void store_pending(struct k_work *work) in store_pending() function
105 k_work_init_delayable(&pending_store, store_pending); in ZTEST()