Home
last modified time | relevance | path

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

/kernel/trace/
Dtrace_hwlat.c287 int next_cpu; in move_to_next_cpu() local
301 next_cpu = cpumask_next(smp_processor_id(), current_mask); in move_to_next_cpu()
304 if (next_cpu >= nr_cpu_ids) in move_to_next_cpu()
305 next_cpu = cpumask_first(current_mask); in move_to_next_cpu()
307 if (next_cpu >= nr_cpu_ids) /* Shouldn't happen! */ in move_to_next_cpu()
311 cpumask_set_cpu(next_cpu, current_mask); in move_to_next_cpu()
369 int next_cpu; in start_kthread() local
378 next_cpu = cpumask_first(current_mask); in start_kthread()
387 cpumask_set_cpu(next_cpu, current_mask); in start_kthread()
Dtrace_entries.h117 __field( unsigned int, next_cpu ) \
134 __entry->next_cpu)
152 __entry->next_cpu)
Dtrace_output.c924 field->next_cpu, in trace_ctxwake_print()
958 field->next_cpu, in trace_ctxwake_raw()
994 SEQ_PUT_HEX_FIELD(s, field->next_cpu); in trace_ctxwake_hex()
1025 SEQ_PUT_FIELD(s, field->next_cpu); in trace_ctxwake_bin()
Dtrace_sched_wakeup.c398 entry->next_cpu = task_cpu(next); in tracing_sched_switch_trace()
426 entry->next_cpu = task_cpu(wakee); in tracing_sched_wakeup_trace()
Dtrace.c3521 int next_cpu = -1; in __find_next_entry() local
3551 next_cpu = cpu; in __find_next_entry()
3561 *ent_cpu = next_cpu; in __find_next_entry()
/kernel/
Dsmp.c617 int cpu, next_cpu, this_cpu = smp_processor_id(); in smp_call_function_many_cond() local
646 next_cpu = cpumask_next_and(cpu, mask, cpu_online_mask); in smp_call_function_many_cond()
647 if (next_cpu == this_cpu) in smp_call_function_many_cond()
648 next_cpu = cpumask_next_and(next_cpu, mask, cpu_online_mask); in smp_call_function_many_cond()
651 if (next_cpu >= nr_cpu_ids) { in smp_call_function_many_cond()
/kernel/time/
Dclocksource.c284 int next_cpu, reset_pending; in clocksource_watchdog() local
388 next_cpu = cpumask_next(raw_smp_processor_id(), cpu_online_mask); in clocksource_watchdog()
389 if (next_cpu >= nr_cpu_ids) in clocksource_watchdog()
390 next_cpu = cpumask_first(cpu_online_mask); in clocksource_watchdog()
398 add_timer_on(&watchdog_timer, next_cpu); in clocksource_watchdog()
Dtick-broadcast.c689 int cpu, next_cpu = 0; in tick_handle_oneshot_broadcast() local
718 next_cpu = cpu; in tick_handle_oneshot_broadcast()
755 tick_broadcast_set_event(dev, next_cpu, next_event); in tick_handle_oneshot_broadcast()