Lines Matching refs:next_cpu
62 int next_cpu; member
182 head->next_cpu = -1; in uv_rtc_allocate_timers()
199 head->next_cpu = -1; in uv_rtc_find_next_timer()
208 head->next_cpu = bcpu; in uv_rtc_find_next_timer()
232 int next_cpu; in uv_rtc_set_timer() local
236 next_cpu = head->next_cpu; in uv_rtc_set_timer()
240 if (next_cpu < 0 || bcpu == next_cpu || in uv_rtc_set_timer()
241 expires < head->cpu[next_cpu].expires) { in uv_rtc_set_timer()
242 head->next_cpu = bcpu; in uv_rtc_set_timer()
272 if ((head->next_cpu == bcpu && uv_read_rtc(NULL) >= *t) || force) in uv_rtc_unset_timer()
278 if (head->next_cpu == bcpu) in uv_rtc_unset_timer()