Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/ttm/
H A Dttm_bo_util.c608 void *tmp_obj = NULL; in ttm_bo_move_accel_cleanup() local
612 tmp_obj = bo->sync_obj; in ttm_bo_move_accel_cleanup()
619 if (tmp_obj) in ttm_bo_move_accel_cleanup()
620 driver->sync_obj_unref(&tmp_obj); in ttm_bo_move_accel_cleanup()
642 if (tmp_obj) in ttm_bo_move_accel_cleanup()
643 driver->sync_obj_unref(&tmp_obj); in ttm_bo_move_accel_cleanup()
H A Dttm_bo.c1734 void *tmp_obj = bo->sync_obj; in ttm_bo_wait() local
1738 driver->sync_obj_unref(&tmp_obj); in ttm_bo_wait()
1757 void *tmp_obj = bo->sync_obj; in ttm_bo_wait() local
1763 driver->sync_obj_unref(&tmp_obj); in ttm_bo_wait()