Lines Matching refs:thread_atoms_search
880 thread_atoms_search(struct rb_root *root, struct thread *thread, in thread_atoms_search() function
1051 out_events = thread_atoms_search(&atom_root, sched_out, &cmp_pid); in latency_switch_event()
1054 out_events = thread_atoms_search(&atom_root, sched_out, &cmp_pid); in latency_switch_event()
1060 in_events = thread_atoms_search(&atom_root, sched_in, &cmp_pid); in latency_switch_event()
1063 in_events = thread_atoms_search(&atom_root, sched_in, &cmp_pid); in latency_switch_event()
1084 struct work_atoms *atoms = thread_atoms_search(&atom_root, thread, &cmp_pid); in latency_runtime_event()
1089 atoms = thread_atoms_search(&atom_root, thread, &cmp_pid); in latency_runtime_event()
1115 atoms = thread_atoms_search(&atom_root, wakee, &cmp_pid); in latency_wakeup_event()
1118 atoms = thread_atoms_search(&atom_root, wakee, &cmp_pid); in latency_wakeup_event()
1165 atoms = thread_atoms_search(&atom_root, migrant, &cmp_pid); in latency_migrate_task_event()
1169 atoms = thread_atoms_search(&atom_root, migrant, &cmp_pid); in latency_migrate_task_event()