Home
last modified time | relevance | path

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

/linux/tools/perf/
A Dbuiltin-sched.c1128 struct thread *sched_out, *sched_in; in latency_switch_event() local
1149 if (sched_out == NULL || sched_in == NULL) in latency_switch_event()
1184 thread__put(sched_out); in latency_switch_event()
1574 const char *color, bool sched_out) in print_sched_map() argument
1607 if (sched_out) { in print_sched_map()
1628 struct thread *sched_in, *sched_out; in map_switch_event() local
1671 if (sched_in == NULL || sched_out == NULL) in map_switch_event()
1726 goto sched_out; in map_switch_event()
1729 str = thread__comm_str(sched_out); in map_switch_event()
1759 sched_out: in map_switch_event()
[all …]
/linux/include/linux/
A Dpreempt.h339 void (*sched_out)(struct preempt_notifier *notifier, member
/linux/virt/kvm/
A Dkvm_main.c6499 kvm_preempt_ops.sched_out = kvm_sched_out; in kvm_init()
/linux/kernel/sched/
A Dcore.c4908 notifier->ops->sched_out(notifier, next); in __fire_sched_out_preempt_notifiers()

Completed in 40 milliseconds