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
578 total_sleep_time += GSC_WAITING_TIME_FOR_TRYLOCK; in m_exynos_gsc_find_and_trylock_and_create()
583 && total_sleep_time < MAX_GSC_WAITING_TIME_FOR_TRYLOCK); in m_exynos_gsc_find_and_trylock_and_create()
799 unsigned int total_sleep_time = 0; in exynos_gsc_reserve() local
830 total_sleep_time += GSC_WAITING_TIME_FOR_TRYLOCK; in exynos_gsc_reserve()
832 } while(total_sleep_time < MAX_GSC_WAITING_TIME_FOR_TRYLOCK); in exynos_gsc_reserve()
869 unsigned int total_sleep_time = 0; in exynos_gsc_create_exclusive() local
954 total_sleep_time += GSC_WAITING_TIME_FOR_TRYLOCK; in exynos_gsc_create_exclusive()
956 } 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()