标签: linux linux-kernel queue kernel fifo
在内核空间中为自定义struct使用kfifo或list_head进行FIFO队列实现会有什么优缺点?
struct
我倾向于使用list_head,因为它可以很好地嵌入struct中我们想要用作fifo队列节点的字段。
list_head