20201321周慧琳

2022年11月6日

教材12章阅读笔记

摘要: 知识点归纳 I/O缓冲区:内核中的一系列NBUF缓冲区用作缓冲区缓存。每个缓冲区用一个结构体表示。 typdef struct buf{ struct buf *next_free; //freelist pointer struct buf *next_dev; //dev_list pointe 阅读全文

posted @ 2022-11-06 17:38 20201321周慧琳 阅读(7) 评论(0) 推荐(0) 编辑