Searched refs:sched_out (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | preempt.h | 271 void (*sched_out)(struct preempt_notifier *notifier, member
|
/linux-4.4.14/tools/perf/ |
D | builtin-sched.c | 963 struct thread *sched_out, *sched_in; in latency_switch_event() local 982 sched_out = machine__findnew_thread(machine, -1, prev_pid); in latency_switch_event() 984 if (sched_out == NULL || sched_in == NULL) in latency_switch_event() 987 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid); in latency_switch_event() 989 if (thread_atoms_insert(sched, sched_out)) in latency_switch_event() 991 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid); in latency_switch_event() 1019 thread__put(sched_out); in latency_switch_event()
|
/linux-4.4.14/virt/kvm/ |
D | kvm_main.c | 3598 kvm_preempt_ops.sched_out = kvm_sched_out; in kvm_init()
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 2470 notifier->ops->sched_out(notifier, next); in __fire_sched_out_preempt_notifiers()
|