发布时间:2013-01-23 13:50:49
1731 void *vmalloc(unsigned long size)1732 {1733 return __vmalloc_node_flags(size, -1, GFP_KERNEL | __GFP_HIGHMEM);1734 }1715 static inline void *__vmalloc_node_flags(unsigned long size,1716 &nbs.........【阅读全文】
发布时间:2012-03-21 17:20:17
softirq和tasklet都属于软中断,tasklet是softirq的特殊实现; workqueue是普通的工作队列。 1、softirq 软中断支持......【阅读全文】