摘要: files_struct/fdtable解析 include/linux/fdtable.h /* * Open file table structure */ struct files_struct { /* * read mostly part */ atomic_t count; bool r 阅读全文
posted @ 2021-10-23 11:44 aspirs 阅读(1449) 评论(0) 推荐(0)