Searched refs:atoms (Results 1 – 3 of 3) sorted by relevance
67 struct sched_atom **atoms; member372 task->atoms = realloc(task->atoms, size); in get_new_event()373 BUG_ON(!task->atoms); in get_new_event()375 task->atoms[idx] = event; in get_new_event()385 return task->atoms[task->nr_events - 1]; in last_event()648 perf_sched__process_event(sched, this_task->atoms[i]); in thread_func()993 struct work_atoms *atoms; in thread_atoms_search() local996 atoms = container_of(node, struct work_atoms, node); in thread_atoms_search()998 cmp = thread_lat_cmp(sort_list, &key, atoms); in thread_atoms_search()1004 BUG_ON(thread != atoms->thread); in thread_atoms_search()[all …]
200 atom = &page->atoms[i]; in atom_new()215 atom = &page->atoms[0]; in atom_new()
90 struct kwork_atom atoms[NR_ATOM_PER_PAGE]; member