Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c450 } syncwait; member
862 if (queue->syncwait.kmap) { in panthor_queue_put_syncwait_obj()
863 struct iosys_map map = IOSYS_MAP_INIT_VADDR(queue->syncwait.kmap); in panthor_queue_put_syncwait_obj()
865 drm_gem_vunmap(queue->syncwait.obj, &map); in panthor_queue_put_syncwait_obj()
866 queue->syncwait.kmap = NULL; in panthor_queue_put_syncwait_obj()
869 drm_gem_object_put(queue->syncwait.obj); in panthor_queue_put_syncwait_obj()
870 queue->syncwait.obj = NULL; in panthor_queue_put_syncwait_obj()
881 if (queue->syncwait.kmap) in panthor_queue_get_syncwait_obj()
882 return queue->syncwait.kmap + queue->syncwait.offset; in panthor_queue_get_syncwait_obj()
885 queue->syncwait.gpu_va, in panthor_queue_get_syncwait_obj()
[all …]
/linux/fs/jfs/
H A Djfs_logmgr.h382 wait_queue_head_t syncwait; /* 4: */ member
H A Djfs_txnmgr.c375 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()
H A Djfs_logmgr.c1095 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()