Searched refs:update_counter (Results 1 – 1 of 1) sorted by relevance
17 static void update_counter(struct k_work *work);18 K_WORK_DELAYABLE_DEFINE(obs_work, update_counter);133 static void update_counter(struct k_work *work) in update_counter() function