Hi, How can I set the priority of the kernel threads? I create the kernel thread by the call; kernel_thread(int (*fn)(void *), void * arg, unsignled long flags) Can I use sys_sched_setscheduler()? regards, -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/