VirtualBox

Changeset 84333 in vbox for trunk


Ignore:
Timestamp:
May 18, 2020 3:46:46 PM (5 years ago)
Author:
vboxsync
Message:

Runtime/ioqueue-iouringfile-provider: Doxygen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/linux/ioqueue-iouringfile-provider.cpp

    r82968 r84333  
    253253
    254254
    255 /**
    256  * @name LNXIOURINGSQE::u8Opc defined opcodes.
     255/** @name LNXIOURINGSQE::u8Opc defined opcodes.
    257256 * @{ */
    258257/** Opcode to profile the interface, does nothing. */
     
    281280
    282281
    283 /**
    284  * @name Additional flags for LNX_IOURING_OPC_FSYNC requests.
     282/** @name Additional flags for LNX_IOURING_OPC_FSYNC requests.
    285283 * @{ */
    286284/** Sync userdata as well instead of metadata only. */
     
    289287
    290288
    291 /**
    292  * @name Flags for the LNX_IOURING_SYSCALL_SETUP syscall.
     289/** @name Flags for the LNX_IOURING_SYSCALL_SETUP syscall.
    293290 * @{ */
    294291/** The I/O context is polled. */
     
    301298
    302299
    303 /**
    304  * @name Flags for LNXIOURINGSQE::u8Flags.
     300/** @name Flags for LNXIOURINGSQE::u8Flags.
    305301 * @{ */
    306302/** The file descriptor was registered before use. */
     
    313309
    314310
    315 /**
    316  * @name Magic mmap offsets to map submission and completion queues.
     311/** @name Magic mmap offsets to map submission and completion queues.
    317312 * @{ */
    318313/** Used to map the submission queue. */
     
    325320
    326321
    327 /**
    328  * @name Flags used for the SQ ring structure.
     322/** @name Flags used for the SQ ring structure.
    329323 * @{ */
    330324/** The kernel thread needs a io_uring_enter() wakeup to continue processing requests. */
     
    333327
    334328
    335 /**
    336  * @name Flags for the LNX_IOURING_SYSCALL_ENTER syscall.
    337  * { */
     329/** @name Flags for the LNX_IOURING_SYSCALL_ENTER syscall.
     330 * @{ */
    338331/** Retrieve completion events for the completion queue. */
    339332#define LNX_IOURING_ENTER_F_GETEVENTS               RT_BIT_32(0)
     
    343336
    344337
    345 /**
    346  * @name Opcodes for the LNX_IOURING_SYSCALL_REGISTER syscall.
    347  * { */
     338/** @name Opcodes for the LNX_IOURING_SYSCALL_REGISTER syscall.
     339 * @{ */
    348340/** Register a fixed set of buffers. */
    349341#define LNX_IOURING_REGISTER_OPC_BUFFERS_REGISTER   0
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette