Home
last modified time | relevance | path

Searched refs:task_on_runqueue (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dsched.h907 static inline int task_on_runqueue(struct task_struct *p) in task_on_runqueue() function
914 if (task_on_runqueue(p)) in unhash_process()
/linux-2.4.37.9/kernel/
Dsched.c359 if (task_on_runqueue(p)) in try_to_wake_up()
1360 if (current != &init_task && task_on_runqueue(current)) { in init_idle()