创建:kthread_create,只是将thread_info加入kthreadd创建内核线程函数的调度队列中,未必真正执行
调度
终止:kthread_stop,标记、阻塞等待线程终止
实时调度:FIFO/RR
非实时调度
2025-09-04