* @brief 获取当前空闲描述符数量 */
| 588 | * @brief 获取当前空闲描述符数量 |
| 589 | */ |
| 590 | [[nodiscard]] auto NumFree() const -> uint16_t { return num_free_; } |
| 591 | |
| 592 | /** |
| 593 | * @brief 获取 Available Ring 的 used_event 字段 |
nothing calls this directly
no outgoing calls
no test coverage detected