Searched refs:total_sleep_time (Results 1 – 2 of 2) sorted by relevance
539 unsigned int total_sleep_time = 0; in m_exynos_gsc_find_and_trylock_and_create() local583 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() local837 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() local963 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()
390 unsigned int total_sleep_time = 0; in m_exynos_rotator_find_and_trylock_and_create() local419 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()