码迷,mamicode.com
首页 >  
搜索关键字:linux内核中的结构体    ( 1个结果
linux内核中的hlist_head、list_head、hlist_node结构体
在linux内核中经常会看到这几个结构体:structlist_head;structhlist_head;structhlist_node;在linux内核源代码中对这三个结构体的定义如下:structlist_head{structlist_head*prev;structlist_head*next;}structhlist_node{structhlist_node**prev;structhlist_node*next;}str..
分类:系统相关   时间:2014-10-17 12:12:41    阅读次数:314
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!