Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libgscaler/
Dexynos_gscaler.c539 unsigned int total_sleep_time = 0; in m_exynos_gsc_find_and_trylock_and_create() local
583 total_sleep_time += GSC_WAITING_TIME_FOR_TRYLOCK; in m_exynos_gsc_find_and_trylock_and_create()
588 && total_sleep_time < MAX_GSC_WAITING_TIME_FOR_TRYLOCK); in m_exynos_gsc_find_and_trylock_and_create()
805 unsigned int total_sleep_time = 0; in exynos_gsc_reserve() local
837 total_sleep_time += GSC_WAITING_TIME_FOR_TRYLOCK; in exynos_gsc_reserve()
839 } while(total_sleep_time < MAX_GSC_WAITING_TIME_FOR_TRYLOCK); in exynos_gsc_reserve()
876 unsigned int total_sleep_time = 0; in exynos_gsc_create_exclusive() local
963 total_sleep_time += GSC_WAITING_TIME_FOR_TRYLOCK; in exynos_gsc_create_exclusive()
965 } while(total_sleep_time < MAX_GSC_WAITING_TIME_FOR_TRYLOCK); in exynos_gsc_create_exclusive()
/hardware/samsung_slsi/exynos5/librotator/
Dexynos_rotator.c390 unsigned int total_sleep_time = 0; in m_exynos_rotator_find_and_trylock_and_create() local
419 total_sleep_time += ROTATOR_WAITING_TIME_FOR_TRYLOCK; in m_exynos_rotator_find_and_trylock_and_create()
424 && total_sleep_time < MAX_ROTATOR_WAITING_TIME_FOR_TRYLOCK); in m_exynos_rotator_find_and_trylock_and_create()