Lines Matching refs:hop
118 struct ttm_place *hop)
152 ret = bdev->funcs->move(bo, evict, ctx, mem, hop);
401 struct ttm_place *hop)
408 hop_placement.placement = hop_placement.busy_placement = hop;
429 struct ttm_place hop;
432 memset(&hop, 0, sizeof(hop));
463 ret = ttm_bo_handle_move_mem(bo, evict_mem, true, ctx, &hop);
467 ret = ttm_bo_bounce_temp_buffer(bo, &evict_mem, ctx, &hop);
843 struct ttm_place hop;
855 * the second hop.
861 ret = ttm_bo_handle_move_mem(bo, mem, false, ctx, &hop);
863 ret = ttm_bo_bounce_temp_buffer(bo, &mem, ctx, &hop);
1166 struct ttm_place hop;
1168 memset(&hop, 0, sizeof(hop));
1174 ret = ttm_bo_handle_move_mem(bo, evict_mem, true, ctx, &hop);