On 07-10-08 10:15, Peter Teoh wrote:

In general, I am just trying to understand what are the entities that
can be schedule on the runqueue.

Threads (ie, things with a task_struct). So yes -- if you specifically create a thread, such as with kthread_run(), that thread is scheduled. (and it's irrelevant if the thread has or hasn't a userspace in that respect).

Rene.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to