Lines Matching refs:sched_in
1137 struct thread *sched_out, *sched_in;
1157 sched_in = machine__findnew_thread(machine, -1, next_pid);
1158 if (sched_out == NULL || sched_in == NULL)
1174 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid);
1176 if (thread_atoms_insert(sched, sched_in))
1178 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid);
1194 thread__put(sched_in);
1570 struct thread *sched_in;
1610 sched_in = map__findnew_thread(sched, machine, -1, next_pid);
1611 if (sched_in == NULL)
1614 tr = thread__get_runtime(sched_in);
1616 thread__put(sched_in);
1620 sched->curr_thread[this_cpu.cpu] = thread__get(sched_in);
1626 if (!strcmp(thread__comm_str(sched_in), "swapper")) {
1676 thread__put(sched_in);
1689 if (new_shortname || tr->comm_changed || (verbose > 0 && thread__tid(sched_in))) {
1692 if (thread__has_color(sched_in))
1696 tr->shortname, thread__comm_str(sched_in), thread__tid(sched_in));
1706 thread__put(sched_in);