Lines Matching full:protected
103 * @cpu_writers: Number of synccpu write grabs. Protected by reservation when
115 /* Not ref-counted. Protected by binding_mutex */
117 /* Protected by reservation */
146 * @id: Device id. Protected by @dev_priv::resource_lock.
148 * @res_dirty: Resource contains data not yet in the backup buffer. Protected
151 * Protected by resource reserved.
153 * @backup: The backup buffer if any. Protected by resource reserved.
154 * @backup_offset: Offset into the backup buffer if any. Protected by resource
161 * @mob_node; Node for the MOB backup rbtree. Protected by @backup reserved.
162 * @lru_head: List head for the LRU list. Protected by @dev_priv::resource_lock.
163 * @binding_head: List head for the context binding list. Protected by
568 int fence_queue_waiters; /* Protected by waiter_lock */
569 int goal_queue_waiters; /* Protected by waiter_lock */
570 int cmdbuf_waiters; /* Protected by waiter_lock */
571 int error_waiters; /* Protected by waiter_lock */
572 int fifo_queue_waiters; /* Protected by waiter_lock */
575 uint32_t irq_mask; /* Updates protected by waiter_lock */
589 * Protected by the cmdbuf mutex.
621 * are protected by the cmdbuf mutex.
631 * Surface swapping. The "surface_lru" list is protected by the
634 * protected by the cmdbuf mutex for simplicity.