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.c415 * @syncwait: Stores information about the synchronization object this
442 } 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...]
/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()