VirtualBox

Changeset 36984 in vbox for trunk/include


Ignore:
Timestamp:
May 6, 2011 1:50:35 PM (14 years ago)
Author:
vboxsync
Message:

GMMR0: Yield the mutex during cleanup since it may take quite a while to scan GMM for pages belonging to a VM and free empty chunks afterwards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r36961 r36984  
    15031503/** The chunk to be unmapped isn't actually mapped into the process. */
    15041504#define VERR_GMM_CHUNK_NOT_MAPPED                   (-3813)
     1505/** The chunk has been mapped too many times already (impossible). */
     1506#define VERR_GMM_TOO_MANY_CHUNK_MAPPINGS            (-3814)
    15051507/** The reservation or reservation update was declined - too many VMs, too
    15061508 * little memory, and/or too low GMM configuration. */
    1507 #define VERR_GMM_MEMORY_RESERVATION_DECLINED        (-3814)
     1509#define VERR_GMM_MEMORY_RESERVATION_DECLINED        (-3815)
    15081510/** @} */
    15091511
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