Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/clocksource/
Dsh_cmt.c114 int *has_wrapped) in sh_cmt_get_counter() argument
131 *has_wrapped = o1; in sh_cmt_get_counter()
240 int has_wrapped; in sh_cmt_clock_event_program_verify() local
242 now = sh_cmt_get_counter(p, &has_wrapped); in sh_cmt_clock_event_program_verify()
245 if (has_wrapped) { in sh_cmt_clock_event_program_verify()
267 now = sh_cmt_get_counter(p, &has_wrapped); in sh_cmt_clock_event_program_verify()
268 if (has_wrapped && (new_match > p->match_value)) { in sh_cmt_clock_event_program_verify()
279 if (has_wrapped) { in sh_cmt_clock_event_program_verify()
436 int has_wrapped; in sh_cmt_clocksource_read() local
440 raw = sh_cmt_get_counter(p, &has_wrapped); in sh_cmt_clocksource_read()
[all …]