linux内核链表 使用
时间: 2023-10-20 12:07:32 浏览: 95
Linux内核中链表的使用
要在Linux内核中使用内核链表,需要先将内核链表的头文件List.h复制到工程目录下。然后,在代码中包含kernel_list.h头文件,并使用INIT_LIST_HEAD宏来初始化链表。具体步骤如下:
1. 复制Linux内核中的/include/linux/List.h文件到工程目录下,并改名为kernel_list.h。
2. 在代码中包含kernel_list.h头文件,例如:#include "kernel_list.h"。
3. 定义包含链表的结构体,例如:
```c
struct Person {
char name<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [linux内核链表的实现和使用和详解](https://blog.csdn.net/u014453898/article/details/53741921)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文