Searched defs:drm_hw_lock (Results 1 – 7 of 7) sorted by relevance
123 struct drm_hw_lock { struct124 __volatile__ unsigned int lock; /**< lock variable */125 char padding[60]; /**< Pad to cache line */
129 struct drm_hw_lock { struct130 __volatile__ unsigned int lock; /**< lock variable */131 char padding[60]; /**< Pad to cache line */
83284 struct drm_hw_lock { struct83285 volatile unsigned int lock;83286 char padding[60];