Searched refs:sched_out (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dpreempt.h328 * @sched_out: we've just been preempted
333 * contexts. sched_out is called with rq lock held and irq disabled
339 void (*sched_out)(struct preempt_notifier *notifier, member in struct:preempt_ops
/linux-master/tools/perf/
H A Dbuiltin-sched.c1112 struct thread *sched_out, *sched_in; local
1131 sched_out = machine__findnew_thread(machine, -1, prev_pid);
1133 if (sched_out == NULL || sched_in == NULL)
1136 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid);
1138 if (thread_atoms_insert(sched, sched_out))
1140 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid);
1168 thread__put(sched_out);
/linux-master/virt/kvm/
H A Dkvm_main.c6469 kvm_preempt_ops.sched_out = kvm_sched_out;
/linux-master/kernel/sched/
H A Dcore.c4980 notifier->ops->sched_out(notifier, next);

Completed in 205 milliseconds