set_current_state(TASK_INTERRUPTIBLE): Does this mean that the process is going to sleep, but can be awaken by delivery of a signal? set_current_state(TASK_UNINTERRUPTIBLE): Does this mean that the process is going to sleep, but can NOT be awaken by delivery of a signal? /FAU -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/