Searched refs:sched_out (Results 1 – 4 of 4) sorted by relevance
1128 struct thread *sched_out, *sched_in; in latency_switch_event() local1149 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() argument1607 if (sched_out) { in print_sched_map()1628 struct thread *sched_in, *sched_out; in map_switch_event() local1671 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 …]
339 void (*sched_out)(struct preempt_notifier *notifier, member
6499 kvm_preempt_ops.sched_out = kvm_sched_out; in kvm_init()
4908 notifier->ops->sched_out(notifier, next); in __fire_sched_out_preempt_notifiers()
Completed in 40 milliseconds