Lines Matching defs:hop
121 struct ttm_place *hop)
155 ret = bdev->funcs->move(bo, evict, ctx, mem, hop);
336 struct ttm_place *hop)
343 hop_placement.placement = hop;
364 struct ttm_place hop;
367 memset(&hop, 0, sizeof(hop));
397 ret = ttm_bo_handle_move_mem(bo, evict_mem, true, ctx, &hop);
401 ret = ttm_bo_bounce_temp_buffer(bo, ctx, &hop);
823 struct ttm_place hop;
854 * the second hop.
865 ret = ttm_bo_handle_move_mem(bo, res, false, ctx, &hop);
867 ret = ttm_bo_bounce_temp_buffer(bo, ctx, &hop);
1149 struct ttm_place hop;
1151 memset(&hop, 0, sizeof(hop));
1157 ret = ttm_bo_handle_move_mem(bo, evict_mem, true, ctx, &hop);