Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/
H A Dbuiltin-sched.c1123 struct thread *sched_out, *sched_in; in latency_switch_event() local
1144 if (sched_out == NULL || sched_in == NULL) in latency_switch_event()
1179 thread__put(sched_out); in latency_switch_event()
1569 const char *color, bool sched_out) in print_sched_map() argument
1602 if (sched_out) { in print_sched_map()
1623 struct thread *sched_in, *sched_out; in map_switch_event() local
1666 if (sched_in == NULL || sched_out == NULL) in map_switch_event()
1721 goto sched_out; in map_switch_event()
1724 str = thread__comm_str(sched_out); in map_switch_event()
1754 sched_out: in map_switch_event()
[all …]
/linux-6.15/include/linux/
H A Dpreempt.h340 void (*sched_out)(struct preempt_notifier *notifier, member
/linux-6.15/virt/kvm/
H A Dkvm_main.c6415 kvm_preempt_ops.sched_out = kvm_sched_out; in kvm_init()
/linux-6.15/kernel/sched/
H A Dcore.c4956 notifier->ops->sched_out(notifier, next); in __fire_sched_out_preempt_notifiers()