Lines Matching refs:next_cpu
63 int next_cpu; member
183 head->next_cpu = -1; in uv_rtc_allocate_timers()
200 head->next_cpu = -1; in uv_rtc_find_next_timer()
209 head->next_cpu = bcpu; in uv_rtc_find_next_timer()
233 int next_cpu; in uv_rtc_set_timer() local
237 next_cpu = head->next_cpu; in uv_rtc_set_timer()
241 if (next_cpu < 0 || bcpu == next_cpu || in uv_rtc_set_timer()
242 expires < head->cpu[next_cpu].expires) { in uv_rtc_set_timer()
243 head->next_cpu = bcpu; in uv_rtc_set_timer()
273 if ((head->next_cpu == bcpu && uv_read_rtc(NULL) >= *t) || force) in uv_rtc_unset_timer()
279 if (head->next_cpu == bcpu) in uv_rtc_unset_timer()