Lines Matching full:protected
106 * @cpu_writers: Number of synccpu write grabs. Protected by reservation when
117 /* Not ref-counted. Protected by binding_mutex */
119 /* Protected by reservation */
148 * @id: Device id. Protected by @dev_priv::resource_lock.
150 * @res_dirty: Resource contains data not yet in the backup buffer. Protected
153 * Protected by resource reserved.
155 * @backup: The backup buffer if any. Protected by resource reserved.
156 * @backup_offset: Offset into the backup buffer if any. Protected by resource
163 * @mob_node; Node for the MOB backup rbtree. Protected by @backup reserved.
164 * @lru_head: List head for the LRU list. Protected by @dev_priv::resource_lock.
165 * @binding_head: List head for the context binding list. Protected by
556 int fence_queue_waiters; /* Protected by waiter_lock */
557 int goal_queue_waiters; /* Protected by waiter_lock */
558 int cmdbuf_waiters; /* Protected by waiter_lock */
559 int error_waiters; /* Protected by waiter_lock */
560 int fifo_queue_waiters; /* Protected by waiter_lock */
563 uint32_t irq_mask; /* Updates protected by waiter_lock */
577 * Protected by the cmdbuf mutex.
597 * are protected by the cmdbuf mutex.
607 * Surface swapping. The "surface_lru" list is protected by the
610 * protected by the cmdbuf mutex for simplicity.