Searched refs:USE_LOCK_BIT (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c171 #define USE_LOCK_BIT (2U) macro
173 #define USE_LOCK_BIT (0U) macro
737 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT)
738 #define enable_lock(M) ((M)->mflags |= USE_LOCK_BIT)
739 #define disable_lock(M) ((M)->mflags &= ~USE_LOCK_BIT)
743 ((M)->mflags | USE_LOCK_BIT) :\
744 ((M)->mflags & ~USE_LOCK_BIT))
1115 mparams.default_mflags = USE_LOCK_BIT;

Completed in 5 milliseconds