Searched refs:next_cpu (Results 1 – 8 of 8) sorted by relevance
/kernel/trace/ |
D | trace_hwlat.c | 318 int next_cpu; in move_to_next_cpu() local 330 next_cpu = cpumask_next(raw_smp_processor_id(), current_mask); in move_to_next_cpu() 333 if (next_cpu >= nr_cpu_ids) in move_to_next_cpu() 334 next_cpu = cpumask_first(current_mask); in move_to_next_cpu() 336 if (next_cpu >= nr_cpu_ids) /* Shouldn't happen! */ in move_to_next_cpu() 340 cpumask_set_cpu(next_cpu, current_mask); in move_to_next_cpu() 426 int next_cpu; in start_single_kthread() local 443 next_cpu = cpumask_first(current_mask); in start_single_kthread() 445 cpumask_set_cpu(next_cpu, current_mask); in start_single_kthread()
|
D | trace_entries.h | 117 __field( unsigned int, next_cpu ) \ 134 __entry->next_cpu) 152 __entry->next_cpu)
|
D | trace_sched_wakeup.c | 395 entry->next_cpu = task_cpu(next); in tracing_sched_switch_trace() 423 entry->next_cpu = task_cpu(wakee); in tracing_sched_wakeup_trace()
|
D | trace_output.c | 951 field->next_cpu, in trace_ctxwake_print() 985 field->next_cpu, in trace_ctxwake_raw() 1021 SEQ_PUT_HEX_FIELD(s, field->next_cpu); in trace_ctxwake_hex() 1052 SEQ_PUT_FIELD(s, field->next_cpu); in trace_ctxwake_bin()
|
D | trace.c | 3622 int next_cpu = -1; in __find_next_entry() local 3652 next_cpu = cpu; in __find_next_entry() 3662 *ent_cpu = next_cpu; in __find_next_entry()
|
/kernel/time/ |
D | clocksource.c | 402 int next_cpu, reset_pending; in clocksource_watchdog() local 556 next_cpu = cpumask_next(raw_smp_processor_id(), cpu_online_mask); in clocksource_watchdog() 557 if (next_cpu >= nr_cpu_ids) in clocksource_watchdog() 558 next_cpu = cpumask_first(cpu_online_mask); in clocksource_watchdog() 566 add_timer_on(&watchdog_timer, next_cpu); in clocksource_watchdog()
|
D | tick-broadcast.c | 690 int cpu, next_cpu = 0; in tick_handle_oneshot_broadcast() local 719 next_cpu = cpu; in tick_handle_oneshot_broadcast() 756 tick_broadcast_set_event(dev, next_cpu, next_event); in tick_handle_oneshot_broadcast()
|
/kernel/sched/ |
D | fair.c | 12483 goto next_cpu; in sched_group_set_idle() 12511 next_cpu: in sched_group_set_idle()
|