Searched refs:struct_mutex (Results 1 - 25 of 56) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/via/
H A Dvia_mm.c42 mutex_lock(&dev->struct_mutex);
48 mutex_unlock(&dev->struct_mutex);
54 mutex_unlock(&dev->struct_mutex);
66 mutex_lock(&dev->struct_mutex);
72 mutex_unlock(&dev->struct_mutex);
79 mutex_unlock(&dev->struct_mutex);
110 mutex_lock(&dev->struct_mutex);
114 mutex_unlock(&dev->struct_mutex);
130 mutex_lock(&dev->struct_mutex);
135 mutex_unlock(&dev->struct_mutex);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/via/
H A Dvia_mm.c42 mutex_lock(&dev->struct_mutex);
48 mutex_unlock(&dev->struct_mutex);
54 mutex_unlock(&dev->struct_mutex);
66 mutex_lock(&dev->struct_mutex);
72 mutex_unlock(&dev->struct_mutex);
79 mutex_unlock(&dev->struct_mutex);
110 mutex_lock(&dev->struct_mutex);
114 mutex_unlock(&dev->struct_mutex);
130 mutex_lock(&dev->struct_mutex);
135 mutex_unlock(&dev->struct_mutex);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/sis/
H A Dsis_mm.c91 mutex_lock(&dev->struct_mutex);
110 mutex_unlock(&dev->struct_mutex);
117 mutex_unlock(&dev->struct_mutex);
131 mutex_lock(&dev->struct_mutex);
137 mutex_unlock(&dev->struct_mutex);
145 mutex_unlock(&dev->struct_mutex);
172 mutex_lock(&dev->struct_mutex);
174 mutex_unlock(&dev->struct_mutex);
194 mutex_lock(&dev->struct_mutex);
200 mutex_unlock(&dev->struct_mutex);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/sis/
H A Dsis_mm.c91 mutex_lock(&dev->struct_mutex);
110 mutex_unlock(&dev->struct_mutex);
117 mutex_unlock(&dev->struct_mutex);
131 mutex_lock(&dev->struct_mutex);
137 mutex_unlock(&dev->struct_mutex);
145 mutex_unlock(&dev->struct_mutex);
172 mutex_lock(&dev->struct_mutex);
174 mutex_unlock(&dev->struct_mutex);
194 mutex_lock(&dev->struct_mutex);
200 mutex_unlock(&dev->struct_mutex);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Ddrm_auth.c45 * the one with matching magic number, while holding the drm_device::struct_mutex
55 mutex_lock(&dev->struct_mutex);
60 mutex_unlock(&dev->struct_mutex);
73 * the drm_device::struct_mutex lock.
87 mutex_lock(&dev->struct_mutex);
90 mutex_unlock(&dev->struct_mutex);
102 * number hash key, while holding the drm_device::struct_mutex lock.
112 mutex_lock(&dev->struct_mutex);
114 mutex_unlock(&dev->struct_mutex);
120 mutex_unlock(&dev->struct_mutex);
[all...]
H A Ddrm_context.c56 * in drm_device::ctx_idr, while holding the drm_device::struct_mutex
61 mutex_lock(&dev->struct_mutex);
63 mutex_unlock(&dev->struct_mutex);
73 * drm_device::struct_mutex lock.
85 mutex_lock(&dev->struct_mutex);
89 mutex_unlock(&dev->struct_mutex);
92 mutex_unlock(&dev->struct_mutex);
115 * while holding the drm_device::struct_mutex lock.
119 mutex_lock(&dev->struct_mutex);
121 mutex_unlock(&dev->struct_mutex);
[all...]
H A Ddrm_info.c96 mutex_lock(&dev->struct_mutex);
119 mutex_unlock(&dev->struct_mutex);
133 mutex_lock(&dev->struct_mutex);
155 mutex_unlock(&dev->struct_mutex);
169 mutex_lock(&dev->struct_mutex);
172 mutex_unlock(&dev->struct_mutex);
197 mutex_unlock(&dev->struct_mutex);
210 mutex_lock(&dev->struct_mutex);
221 mutex_unlock(&dev->struct_mutex);
235 mutex_lock(&dev->struct_mutex);
[all...]
H A Ddrm_ioctl.c259 mutex_lock(&dev->struct_mutex);
261 mutex_unlock(&dev->struct_mutex);
274 mutex_unlock(&dev->struct_mutex);
284 mutex_unlock(&dev->struct_mutex);
311 mutex_lock(&dev->struct_mutex);
321 mutex_unlock(&dev->struct_mutex);
326 mutex_unlock(&dev->struct_mutex);
349 mutex_lock(&dev->struct_mutex);
362 mutex_unlock(&dev->struct_mutex);
H A Ddrm_fops.c143 mutex_lock(&dev->struct_mutex);
150 mutex_unlock(&dev->struct_mutex);
274 mutex_lock(&dev->struct_mutex);
279 mutex_unlock(&dev->struct_mutex);
290 mutex_unlock(&dev->struct_mutex);
294 mutex_lock(&dev->struct_mutex);
298 mutex_unlock(&dev->struct_mutex);
302 mutex_lock(&dev->struct_mutex);
309 mutex_unlock(&dev->struct_mutex);
313 mutex_unlock(&dev->struct_mutex);
[all...]
H A Ddrm_bufs.c341 mutex_lock(&dev->struct_mutex);
345 /* We do it here so that dev->struct_mutex protects the increment */
355 mutex_unlock(&dev->struct_mutex);
360 mutex_unlock(&dev->struct_mutex);
492 mutex_lock(&dev->struct_mutex);
494 mutex_unlock(&dev->struct_mutex);
523 mutex_lock(&dev->struct_mutex);
537 mutex_unlock(&dev->struct_mutex);
543 mutex_unlock(&dev->struct_mutex);
549 mutex_unlock(&dev->struct_mutex);
[all...]
H A Ddrm_gem.c458 BUG_ON(!mutex_is_locked(&dev->struct_mutex));
506 mutex_lock(&obj->dev->struct_mutex);
508 mutex_unlock(&obj->dev->struct_mutex);
516 mutex_lock(&obj->dev->struct_mutex);
519 mutex_unlock(&obj->dev->struct_mutex);
548 mutex_lock(&dev->struct_mutex);
551 mutex_unlock(&dev->struct_mutex);
591 mutex_unlock(&dev->struct_mutex);
H A Ddrm_stub.c90 mutex_lock(&dev->struct_mutex);
93 mutex_unlock(&dev->struct_mutex);
196 mutex_lock(&dev->struct_mutex);
206 mutex_unlock(&dev->struct_mutex);
221 mutex_lock(&dev->struct_mutex);
226 mutex_unlock(&dev->struct_mutex);
246 mutex_init(&dev->struct_mutex);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_auth.c45 * the one with matching magic number, while holding the drm_device::struct_mutex
55 mutex_lock(&dev->struct_mutex);
60 mutex_unlock(&dev->struct_mutex);
73 * the drm_device::struct_mutex lock.
87 mutex_lock(&dev->struct_mutex);
90 mutex_unlock(&dev->struct_mutex);
102 * number hash key, while holding the drm_device::struct_mutex lock.
112 mutex_lock(&dev->struct_mutex);
114 mutex_unlock(&dev->struct_mutex);
120 mutex_unlock(&dev->struct_mutex);
[all...]
H A Ddrm_context.c56 * in drm_device::ctx_idr, while holding the drm_device::struct_mutex
61 mutex_lock(&dev->struct_mutex);
63 mutex_unlock(&dev->struct_mutex);
73 * drm_device::struct_mutex lock.
85 mutex_lock(&dev->struct_mutex);
89 mutex_unlock(&dev->struct_mutex);
92 mutex_unlock(&dev->struct_mutex);
115 * while holding the drm_device::struct_mutex lock.
119 mutex_lock(&dev->struct_mutex);
121 mutex_unlock(&dev->struct_mutex);
[all...]
H A Ddrm_info.c96 mutex_lock(&dev->struct_mutex);
119 mutex_unlock(&dev->struct_mutex);
133 mutex_lock(&dev->struct_mutex);
155 mutex_unlock(&dev->struct_mutex);
169 mutex_lock(&dev->struct_mutex);
172 mutex_unlock(&dev->struct_mutex);
197 mutex_unlock(&dev->struct_mutex);
210 mutex_lock(&dev->struct_mutex);
221 mutex_unlock(&dev->struct_mutex);
235 mutex_lock(&dev->struct_mutex);
[all...]
H A Ddrm_ioctl.c259 mutex_lock(&dev->struct_mutex);
261 mutex_unlock(&dev->struct_mutex);
274 mutex_unlock(&dev->struct_mutex);
284 mutex_unlock(&dev->struct_mutex);
311 mutex_lock(&dev->struct_mutex);
321 mutex_unlock(&dev->struct_mutex);
326 mutex_unlock(&dev->struct_mutex);
349 mutex_lock(&dev->struct_mutex);
362 mutex_unlock(&dev->struct_mutex);
H A Ddrm_fops.c143 mutex_lock(&dev->struct_mutex);
150 mutex_unlock(&dev->struct_mutex);
274 mutex_lock(&dev->struct_mutex);
279 mutex_unlock(&dev->struct_mutex);
290 mutex_unlock(&dev->struct_mutex);
294 mutex_lock(&dev->struct_mutex);
298 mutex_unlock(&dev->struct_mutex);
302 mutex_lock(&dev->struct_mutex);
309 mutex_unlock(&dev->struct_mutex);
313 mutex_unlock(&dev->struct_mutex);
[all...]
H A Ddrm_bufs.c341 mutex_lock(&dev->struct_mutex);
345 /* We do it here so that dev->struct_mutex protects the increment */
355 mutex_unlock(&dev->struct_mutex);
360 mutex_unlock(&dev->struct_mutex);
492 mutex_lock(&dev->struct_mutex);
494 mutex_unlock(&dev->struct_mutex);
523 mutex_lock(&dev->struct_mutex);
537 mutex_unlock(&dev->struct_mutex);
543 mutex_unlock(&dev->struct_mutex);
549 mutex_unlock(&dev->struct_mutex);
[all...]
H A Ddrm_gem.c458 BUG_ON(!mutex_is_locked(&dev->struct_mutex));
506 mutex_lock(&obj->dev->struct_mutex);
508 mutex_unlock(&obj->dev->struct_mutex);
516 mutex_lock(&obj->dev->struct_mutex);
519 mutex_unlock(&obj->dev->struct_mutex);
548 mutex_lock(&dev->struct_mutex);
551 mutex_unlock(&dev->struct_mutex);
591 mutex_unlock(&dev->struct_mutex);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/i915/
H A Di915_drv.c285 mutex_lock(&dev->struct_mutex);
289 mutex_unlock(&dev->struct_mutex);
339 mutex_lock(&dev->struct_mutex);
369 mutex_unlock(&dev->struct_mutex);
374 mutex_unlock(&dev->struct_mutex);
397 mutex_unlock(&dev->struct_mutex);
400 mutex_lock(&dev->struct_mutex);
409 mutex_unlock(&dev->struct_mutex);
H A Di915_gem.c95 mutex_lock(&dev->struct_mutex);
97 mutex_unlock(&dev->struct_mutex);
266 mutex_lock(&dev->struct_mutex);
307 mutex_unlock(&dev->struct_mutex);
338 * in kernel space to copy_to_user into outside of the struct_mutex, so we
385 mutex_lock(&dev->struct_mutex);
442 mutex_unlock(&dev->struct_mutex);
586 mutex_lock(&dev->struct_mutex);
589 mutex_unlock(&dev->struct_mutex);
629 mutex_unlock(&dev->struct_mutex);
[all...]
H A Di915_gem_tiling.c320 mutex_lock(&dev->struct_mutex);
346 mutex_unlock(&dev->struct_mutex);
368 mutex_lock(&dev->struct_mutex);
392 mutex_unlock(&dev->struct_mutex);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_drv.c285 mutex_lock(&dev->struct_mutex);
289 mutex_unlock(&dev->struct_mutex);
339 mutex_lock(&dev->struct_mutex);
369 mutex_unlock(&dev->struct_mutex);
374 mutex_unlock(&dev->struct_mutex);
397 mutex_unlock(&dev->struct_mutex);
400 mutex_lock(&dev->struct_mutex);
409 mutex_unlock(&dev->struct_mutex);
H A Di915_gem.c95 mutex_lock(&dev->struct_mutex);
97 mutex_unlock(&dev->struct_mutex);
266 mutex_lock(&dev->struct_mutex);
307 mutex_unlock(&dev->struct_mutex);
338 * in kernel space to copy_to_user into outside of the struct_mutex, so we
385 mutex_lock(&dev->struct_mutex);
442 mutex_unlock(&dev->struct_mutex);
586 mutex_lock(&dev->struct_mutex);
589 mutex_unlock(&dev->struct_mutex);
629 mutex_unlock(&dev->struct_mutex);
[all...]
H A Di915_gem_tiling.c320 mutex_lock(&dev->struct_mutex);
346 mutex_unlock(&dev->struct_mutex);
368 mutex_lock(&dev->struct_mutex);
392 mutex_unlock(&dev->struct_mutex);

Completed in 216 milliseconds

123