Searched refs:sched_out (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 1138 struct thread *sched_out, *sched_in; in latency_switch_event() local 1157 sched_out = machine__findnew_thread(machine, -1, prev_pid); in latency_switch_event() 1159 if (sched_out == NULL || sched_in == NULL) in latency_switch_event() 1162 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid); in latency_switch_event() 1164 if (thread_atoms_insert(sched, sched_out)) in latency_switch_event() 1166 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid); in latency_switch_event() 1194 thread__put(sched_out); in latency_switch_event() 1573 const char *color, bool sched_out) in print_sched_map() argument 1585 struct thread *thread_to_check = sched_out ? curr_out_thread : curr_thread; in print_sched_map() 1598 thread_to_check = sched_out ? sched->curr_out_thread[cpu.cpu] : in print_sched_map() [all …]
|
| /linux/include/linux/ |
| H A D | preempt.h | 340 void (*sched_out)(struct preempt_notifier *notifier, member
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 6512 kvm_preempt_ops.sched_out = kvm_sched_out; in kvm_init()
|
| /linux/kernel/sched/ |
| H A D | core.c | 4913 notifier->ops->sched_out(notifier, next); in __fire_sched_out_preempt_notifiers()
|