Home
last modified time | relevance | path

Searched refs:pt_list (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H A Dsw_sync.c94 INIT_LIST_HEAD(&obj->pt_list); in sync_timeline_create()
203 list_for_each_entry_safe(pt, next, &obj->pt_list, link) in sync_timeline_signal()
279 list_add_tail(&pt->link, parent ? &rb_entry(parent, typeof(*pt), node)->link : &obj->pt_list); in sync_pt_create()
318 list_for_each_entry_safe(pt, next, &obj->pt_list, link) in sw_sync_debugfs_release()
H A Dsync_debug.h28 * @lock: lock protecting @pt_list and @value
30 * @pt_list: list of active (unsignaled/errored) sync_pts
42 struct list_head pt_list; member
H A Dsync_debug.c110 list_for_each(pos, &obj->pt_list) in sync_print_obj()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_sync_android.c383 pt = list_first_entry(&katom->fence->pt_list_head, struct sync_pt, pt_list);
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_sync_android.c390 pt = list_first_entry(&katom->fence->pt_list_head, struct sync_pt, pt_list);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_sync_android.c386 struct sync_pt, pt_list);

Completed in 5 milliseconds