Searched refs:btu_oneshot_alarm_hash_map (Results 1 – 2 of 2) sorted by relevance
58 hash_map_t *btu_oneshot_alarm_hash_map; variable170 btu_oneshot_alarm_hash_map = hash_map_new(BTU_ONESHOT_ALARM_HASH_MAP_SIZE, in BTU_StartUp()172 if (btu_oneshot_alarm_hash_map == NULL) { in BTU_StartUp()223 hash_map_free(btu_oneshot_alarm_hash_map); in BTU_ShutDown()235 btu_oneshot_alarm_hash_map = NULL; in BTU_ShutDown()
108 extern hash_map_t *btu_oneshot_alarm_hash_map;635 if (!hash_map_has_key(btu_oneshot_alarm_hash_map, p_tle)) { in btu_start_timer_oneshot()637 hash_map_set(btu_oneshot_alarm_hash_map, p_tle, alarm); in btu_start_timer_oneshot()641 alarm = hash_map_get(btu_oneshot_alarm_hash_map, p_tle); in btu_start_timer_oneshot()665 osi_alarm_t *alarm = hash_map_get(btu_oneshot_alarm_hash_map, p_tle); in btu_stop_timer_oneshot()