Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-sched.c1116 struct thread *sched_out, *sched_in; in latency_switch_event() local
1137 if (sched_out == NULL || sched_in == NULL) in latency_switch_event()
1172 thread__put(sched_out); in latency_switch_event()
1562 const char *color, bool sched_out) in print_sched_map() argument
1595 if (sched_out) { in print_sched_map()
1616 struct thread *sched_in, *sched_out; in map_switch_event() local
1659 if (sched_in == NULL || sched_out == NULL) in map_switch_event()
1714 goto sched_out; in map_switch_event()
1717 str = thread__comm_str(sched_out); in map_switch_event()
1747 sched_out: in map_switch_event()
[all …]
/linux/include/linux/
H A Dpreempt.h339 void (*sched_out)(struct preempt_notifier *notifier, member
/linux/virt/kvm/
H A Dkvm_main.c6510 kvm_preempt_ops.sched_out = kvm_sched_out; in kvm_init()
/linux/kernel/sched/
H A Dcore.c4768 notifier->ops->sched_out(notifier, next); in __fire_sched_out_preempt_notifiers()