工作隊列:
核心中所有的工作隊列都是由helper_wq工作隊列建立的,那麼helper_wq是誰建立的呢?答案是直接執行的。看一下代碼:
static __init int helper_init(void)
{
本文轉自 dog250 51CTO部落格,原文連結:http://blog.51cto.com/dog250/1274121
工作隊列:
核心中所有的工作隊列都是由helper_wq工作隊列建立的,那麼helper_wq是誰建立的呢?答案是直接執行的。看一下代碼:
static __init int helper_init(void)
{
本文轉自 dog250 51CTO部落格,原文連結:http://blog.51cto.com/dog250/1274121