Searched refs:ttm_lock (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/drm/ttm/
H A Dttm_lock.h31 /** @file ttm_lock.h
57 * struct ttm_lock
69 struct ttm_lock { struct
84 * @lock: Pointer to a struct ttm_lock
87 extern void ttm_lock_init(struct ttm_lock *lock);
92 * @lock: Pointer to a struct ttm_lock
96 extern void ttm_read_unlock(struct ttm_lock *lock);
101 * @lock: Pointer to a struct ttm_lock
108 extern int ttm_read_lock(struct ttm_lock *lock, bool interruptible);
113 * @lock: Pointer to a struct ttm_lock
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/drm/ttm/
H A Dttm_lock.h31 /** @file ttm_lock.h
57 * struct ttm_lock
69 struct ttm_lock { struct
84 * @lock: Pointer to a struct ttm_lock
87 extern void ttm_lock_init(struct ttm_lock *lock);
92 * @lock: Pointer to a struct ttm_lock
96 extern void ttm_read_unlock(struct ttm_lock *lock);
101 * @lock: Pointer to a struct ttm_lock
108 extern int ttm_read_lock(struct ttm_lock *lock, bool interruptible);
113 * @lock: Pointer to a struct ttm_lock
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/ttm/
H A Dttm_lock.c31 #include "ttm/ttm_lock.h"
45 void ttm_lock_init(struct ttm_lock *lock)
56 void ttm_read_unlock(struct ttm_lock *lock)
65 static bool __ttm_read_lock(struct ttm_lock *lock)
83 int ttm_read_lock(struct ttm_lock *lock, bool interruptible)
96 static bool __ttm_read_trylock(struct ttm_lock *lock, bool *locked)
120 int ttm_read_trylock(struct ttm_lock *lock, bool interruptible)
139 void ttm_write_unlock(struct ttm_lock *lock)
148 static bool __ttm_write_lock(struct ttm_lock *lock)
169 int ttm_write_lock(struct ttm_lock *loc
[all...]
H A DMakefile7 ttm_object.o ttm_lock.o ttm_execbuf_util.o ttm_page_alloc.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_lock.c31 #include "ttm/ttm_lock.h"
45 void ttm_lock_init(struct ttm_lock *lock)
56 void ttm_read_unlock(struct ttm_lock *lock)
65 static bool __ttm_read_lock(struct ttm_lock *lock)
83 int ttm_read_lock(struct ttm_lock *lock, bool interruptible)
96 static bool __ttm_read_trylock(struct ttm_lock *lock, bool *locked)
120 int ttm_read_trylock(struct ttm_lock *lock, bool interruptible)
139 void ttm_write_unlock(struct ttm_lock *lock)
148 static bool __ttm_write_lock(struct ttm_lock *lock)
169 int ttm_write_lock(struct ttm_lock *loc
[all...]
H A DMakefile7 ttm_object.o ttm_lock.o ttm_execbuf_util.o ttm_page_alloc.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h38 #include "ttm/ttm_lock.h"
147 struct ttm_lock lock;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h38 #include "ttm/ttm_lock.h"
147 struct ttm_lock lock;

Completed in 115 milliseconds