Lines Matching refs:obs
597 struct observe_node *obs; in check_notifications() local
602 SYS_SLIST_FOR_EACH_CONTAINER(&ctx->observer, obs, node) { in check_notifications()
603 if (!obs->event_timestamp) { in check_notifications()
607 if (obs->event_timestamp < next) { in check_notifications()
608 next = obs->event_timestamp; in check_notifications()
611 if (timestamp < obs->event_timestamp) { in check_notifications()
615 if (obs->active_notify != NULL) { in check_notifications()
619 rc = generate_notify_message(ctx, obs, NULL); in check_notifications()
624 obs->event_timestamp = in check_notifications()
625 engine_observe_shedule_next_event(obs, ctx->srv_obj_inst, timestamp); in check_notifications()
626 obs->last_timestamp = timestamp; in check_notifications()