Home | History | Annotate | Download | only in src

Lines Matching refs:USE_LOCK_BIT

1437 #define USE_LOCK_BIT               (2U)
1439 #define USE_LOCK_BIT (0U)
2064 #define use_lock(M) ((M)->mflags & USE_LOCK_BIT)
2065 #define enable_lock(M) ((M)->mflags |= USE_LOCK_BIT)
2066 #define disable_lock(M) ((M)->mflags &= ~USE_LOCK_BIT)
2077 ((M)->mflags | USE_LOCK_BIT) :\
2078 ((M)->mflags & ~USE_LOCK_BIT))
2459 mparams.default_mflags = USE_LOCK_BIT|USE_MMAP_BIT;
2461 mparams.default_mflags = USE_LOCK_BIT|USE_MMAP_BIT|USE_NONCONTIGUOUS_BIT;