We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
avail_idx
virtio_blk块设备驱动程序 - rCore-Tutorial-Book-v3 3.6.0-alpha.1 文档
其中成员变量 free_head 指空闲描述符链表头,初始时所有描述符通过 next 指针依次相连形成空闲链表,成员变量 last_used_idx 是指设备上次已取的已用环元素位置。成员变量 avail_idx 是指设备上次已取的已用环元素位置。
free_head
next
last_used_idx
成员变量 avail_idx 是指设备上次已取的已用环元素位置。 已在pr #191 中建议修改成 成员变量 avail_idx 是可用环的索引值。 如果可以,建议将其换成更具有解释性的描述
The text was updated successfully, but these errors were encountered:
No branches or pull requests
virtio_blk块设备驱动程序 - rCore-Tutorial-Book-v3 3.6.0-alpha.1 文档
成员变量 avail_idx 是指设备上次已取的已用环元素位置。 已在pr #191 中建议修改成 成员变量 avail_idx 是可用环的索引值。 如果可以,建议将其换成更具有解释性的描述
The text was updated successfully, but these errors were encountered: