Lines Matching defs:locked
82 * locked indicates underlying memory locked for KMEM_PAGEABLE
83 * locked is a count of for how many pages this has been locked
85 uint_t locked;
92 ulong_t upd_max_lock_rctl; /* track max-locked mem rctl? */
102 * locked umem allocated from ddi_umem_lock
105 #define KMEM_PAGEABLE 0x100 /* un-locked kernel memory */
106 #define KMEM_NON_PAGEABLE 0x200 /* locked kernel memeory */
107 #define UMEM_LOCKED 0x400 /* locked user process memeory */
262 #define DEVMAP_LOCKED 0x800 /* dhp is locked. */
275 * DDI_UMEMLOCK_READ implies the memory being locked will be read
277 * DDI_UMEMLOCK_WRITE implies the memory being locked will be written