Searched refs:syncwait (Results 1 – 4 of 4) sorted by relevance
415 * @syncwait: Stores information about the synchronization object this442 } syncwait; member 854 if (queue->syncwait.kmap) { in panthor_queue_put_syncwait_obj() 855 struct iosys_map map = IOSYS_MAP_INIT_VADDR(queue->syncwait.kmap); in panthor_queue_put_syncwait_obj() 857 drm_gem_vunmap(queue->syncwait.obj, &map); in panthor_queue_put_syncwait_obj() 858 queue->syncwait.kmap = NULL; in panthor_queue_put_syncwait_obj() 861 drm_gem_object_put(queue->syncwait.obj); in panthor_queue_put_syncwait_obj() 862 queue->syncwait.obj = NULL; in panthor_queue_put_syncwait_obj() 873 if (queue->syncwait.kmap) { in panthor_queue_get_syncwait_obj() 874 bo = container_of(queue->syncwait in panthor_queue_get_syncwait_obj() [all...]
382 wait_queue_head_t syncwait; /* 4: */ member
375 TXN_SLEEP(&log->syncwait); in txBegin()469 TXN_SLEEP(&log->syncwait); in txBeginAnon()558 TXN_WAKEUP(&log->syncwait); in txEnd()2873 TXN_WAKEUP(&log->syncwait); in txResume()
1095 init_waitqueue_head(&log->syncwait); in lmLogOpen() 1162 init_waitqueue_head(&log->syncwait); in open_inline_log() 1199 init_waitqueue_head(&dummy_log->syncwait); in open_dummy_log()