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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/clocksource/
H A Dsh_cmt.c111 int *has_wrapped)
128 *has_wrapped = o1;
208 int has_wrapped; local
210 now = sh_cmt_get_counter(p, &has_wrapped);
213 if (has_wrapped) {
235 now = sh_cmt_get_counter(p, &has_wrapped);
236 if (has_wrapped && (new_match > p->match_value)) {
247 if (has_wrapped) {
271 * has_wrapped flag isn't set we must have
399 int has_wrapped; local
110 sh_cmt_get_counter(struct sh_cmt_priv *p, int *has_wrapped) argument
[all...]

Completed in 53 milliseconds