| 196 | __attribute__((always_inline)) uint16_t CQSize() { return cqCount; } |
| 197 | __attribute__((always_inline)) uint16_t SQSize() { return sqCount; } |
| 198 | __attribute__((always_inline)) uintptr_t CQBase() { return completionBase; } |
| 199 | __attribute__((always_inline)) uintptr_t SQBase() { return submissionBase; } |
| 200 | }; |
| 201 |
nothing calls this directly
no outgoing calls
no test coverage detected