摘要: ##知识点归纳 I/O缓冲区:内核中的一系列NBUF缓冲区用作缓冲区缓存。每个缓冲区用一个结构体表示。 typdef struct buf{ struct buf *next_free; //freelist pointer struct buf *next_dev; //dev_list poin 阅读全文
posted @ 2021-11-21 20:41 191206 阅读(53) 评论(0) 推荐(0) 编辑