list_head

linux内核数据结构 --- list_head

以 struct kobject 为例,讲解如何使用链表 struct list_head struct kobject { const char *name; struct list_head entry; struct kobject *parent; ... }; struct list_he ......
数据结构 内核 list_head 结构 数据
共1篇  :1/1页 首页上一页1下一页尾页