Home
last modified time | relevance | path

Searched refs:__ttm_read_trylock (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/drm/ttm/
H A Dttm_lock.c103 static bool __ttm_read_trylock(struct ttm_lock *lock, bool *locked) in __ttm_read_trylock() function
135 (lock->queue, __ttm_read_trylock(lock, &locked)); in ttm_read_trylock()
140 wait_event(lock->queue, __ttm_read_trylock(lock, &locked)); in ttm_read_trylock()