Home
last modified time | relevance | path

Searched refs:tmp_obj (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/ttm/
Dttm_bo_util.c607 void *tmp_obj = NULL; in ttm_bo_move_accel_cleanup() local
611 tmp_obj = bo->sync_obj; in ttm_bo_move_accel_cleanup()
618 if (tmp_obj) in ttm_bo_move_accel_cleanup()
619 driver->sync_obj_unref(&tmp_obj); in ttm_bo_move_accel_cleanup()
641 if (tmp_obj) in ttm_bo_move_accel_cleanup()
642 driver->sync_obj_unref(&tmp_obj); in ttm_bo_move_accel_cleanup()
Dttm_bo.c1735 void *tmp_obj = bo->sync_obj; in ttm_bo_wait() local
1739 driver->sync_obj_unref(&tmp_obj); in ttm_bo_wait()
1758 void *tmp_obj = bo->sync_obj; in ttm_bo_wait() local
1764 driver->sync_obj_unref(&tmp_obj); in ttm_bo_wait()