摘要: 参考 双向循环链表 list_head 相关文件: include/linux/list.h 数据结构: struct list_head { struct list_head *next, *prev; }; 接口 static inline void INIT_LIST_HEAD(struct 阅读全文
posted @ 2022-04-07 16:06 dolinux 阅读(395) 评论(0) 推荐(0)