Searched refs:pt_list (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
H A D | sw_sync.c | 94 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 D | sync_debug.h | 28 * @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 D | sync_debug.c | 110 list_for_each(pos, &obj->pt_list) in sync_print_obj()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_sync_android.c | 383 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 D | mali_kbase_sync_android.c | 390 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 D | mali_kbase_sync_android.c | 386 struct sync_pt, pt_list);
|
Completed in 5 milliseconds