Lines Matching refs:atom_root
227 struct rb_root_cached atom_root, sorted_atom_root, merged_atom_root;
1027 __thread_latency_insert(&sched->atom_root, atoms, &sched->cmp_pid);
1139 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid);
1143 out_events = thread_atoms_search(&sched->atom_root, sched_out, &sched->cmp_pid);
1152 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid);
1156 in_events = thread_atoms_search(&sched->atom_root, sched_in, &sched->cmp_pid);
1184 struct work_atoms *atoms = thread_atoms_search(&sched->atom_root, thread, &sched->cmp_pid);
1195 atoms = thread_atoms_search(&sched->atom_root, thread, &sched->cmp_pid);
1226 atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid);
1230 atoms = thread_atoms_search(&sched->atom_root, wakee, &sched->cmp_pid);
1293 atoms = thread_atoms_search(&sched->atom_root, migrant, &sched->cmp_pid);
1298 atoms = thread_atoms_search(&sched->atom_root, migrant, &sched->cmp_pid);
1466 struct rb_root_cached *root = &sched->atom_root;
1478 if (root == &sched->atom_root) {
3164 while ((node = rb_first_cached(&sched->atom_root))) {
3165 rb_erase_cached(node, &sched->atom_root);