Searched refs:run_list (Results 1 – 4 of 4) sorted by relevance
323 struct list_head run_list; member489 run_list: LIST_HEAD_INIT(tsk.run_list), \903 list_del(&p->run_list); in del_from_runqueue()904 p->run_list.next = NULL; in del_from_runqueue()909 return (p->run_list.next != NULL); in task_on_runqueue()
331 list_add_tail(&p->run_list, &runqueue_head); in add_to_runqueue()337 list_del(&p->run_list); in move_last_runqueue()338 list_add_tail(&p->run_list, &runqueue_head); in move_last_runqueue()607 p = list_entry(tmp, struct task_struct, run_list); in schedule()
712 p->run_list.next = NULL; in do_fork()713 p->run_list.prev = NULL; in do_fork()
110 error = (task->run_list.next != NULL); in irix_prctl()