Lines Matching refs:atom_root
148 static struct rb_root atom_root, sorted_atom_root; variable
938 __thread_latency_insert(&atom_root, atoms, &cmp_pid); in thread_atoms_insert()
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()
1346 node = rb_first(&atom_root); in sort_lat()
1350 rb_erase(node, &atom_root); in sort_lat()