Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc64/kernel/
Drtc.c283 unsigned long max_wait_tb; in pSeries_get_boot_time() local
285 max_wait_tb = __get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; in pSeries_get_boot_time()
294 } while (error == RTAS_CLOCK_BUSY && (__get_tb() < max_wait_tb)); in pSeries_get_boot_time()
318 unsigned long max_wait_tb; in pSeries_get_rtc_time() local
320 max_wait_tb = __get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; in pSeries_get_rtc_time()
333 } while (error == RTAS_CLOCK_BUSY && (__get_tb() < max_wait_tb)); in pSeries_get_rtc_time()
352 unsigned long max_wait_tb; in pSeries_set_rtc_time() local
354 max_wait_tb = __get_tb() + tb_ticks_per_usec * 1000 * MAX_RTC_WAIT; in pSeries_set_rtc_time()
368 } while (error == RTAS_CLOCK_BUSY && (__get_tb() < max_wait_tb)); in pSeries_set_rtc_time()