Lines Matching refs:sched_atom
58 struct sched_atom;
67 struct sched_atom **atoms;
85 struct sched_atom {
360 static struct sched_atom *
363 struct sched_atom *event = zalloc(sizeof(*event));
371 size = sizeof(struct sched_atom *) * task->nr_events;
380 static struct sched_atom *last_event(struct task_desc *task)
391 struct sched_atom *event, *curr_event = last_event(task);
414 struct sched_atom *event, *wakee_event;
441 struct sched_atom *event = get_new_event(task, timestamp);
522 struct sched_atom *atom)