Lines Matching refs:hop
177 struct ttm_place *hop) in ttm_bo_handle_move_mem() argument
207 ret = bdev->funcs->move(bo, evict, ctx, mem, hop); in ttm_bo_handle_move_mem()
496 struct ttm_place *hop) in ttm_bo_bounce_temp_buffer() argument
503 hop_placement.placement = hop_placement.busy_placement = hop; in ttm_bo_bounce_temp_buffer()
524 struct ttm_place hop; in ttm_bo_evict() local
527 memset(&hop, 0, sizeof(hop)); in ttm_bo_evict()
558 ret = ttm_bo_handle_move_mem(bo, evict_mem, true, ctx, &hop); in ttm_bo_evict()
560 ret = ttm_bo_bounce_temp_buffer(bo, &evict_mem, ctx, &hop); in ttm_bo_evict()
888 struct ttm_place hop; in ttm_bo_move_buffer() local
906 ret = ttm_bo_handle_move_mem(bo, mem, false, ctx, &hop); in ttm_bo_move_buffer()
908 ret = ttm_bo_bounce_temp_buffer(bo, &mem, ctx, &hop); in ttm_bo_move_buffer()
1135 struct ttm_place hop; in ttm_bo_swapout() local
1137 memset(&hop, 0, sizeof(hop)); in ttm_bo_swapout()
1143 ret = ttm_bo_handle_move_mem(bo, evict_mem, true, &ctx, &hop); in ttm_bo_swapout()