Searched refs:btu_oneshot_alarm_hash_map (Results 1 – 2 of 2) sorted by relevance
64 hash_map_t *btu_oneshot_alarm_hash_map; variable168 btu_oneshot_alarm_hash_map = hash_map_new(BTU_ONESHOT_ALARM_HASH_MAP_SIZE, in BTU_StartUp()170 if (btu_oneshot_alarm_hash_map == NULL) in BTU_StartUp()214 hash_map_free(btu_oneshot_alarm_hash_map); in BTU_ShutDown()229 btu_oneshot_alarm_hash_map = NULL; in BTU_ShutDown()
107 extern hash_map_t *btu_oneshot_alarm_hash_map;599 if (!hash_map_has_key(btu_oneshot_alarm_hash_map, p_tle)) { in btu_start_timer_oneshot()600 hash_map_set(btu_oneshot_alarm_hash_map, p_tle, alarm_new()); in btu_start_timer_oneshot()604 alarm_t *alarm = hash_map_get(btu_oneshot_alarm_hash_map, p_tle); in btu_start_timer_oneshot()626 alarm_t *alarm = hash_map_get(btu_oneshot_alarm_hash_map, p_tle); in btu_stop_timer_oneshot()