Lines Matching full:hop
118 struct ttm_place *hop) in ttm_bo_handle_move_mem() argument
153 ret = bdev->funcs->move(bo, evict, ctx, mem, hop); in ttm_bo_handle_move_mem()
441 struct ttm_place *hop) in ttm_bo_bounce_temp_buffer() argument
448 hop_placement.placement = hop_placement.busy_placement = hop; in ttm_bo_bounce_temp_buffer()
469 struct ttm_place hop; in ttm_bo_evict() local
472 memset(&hop, 0, sizeof(hop)); in ttm_bo_evict()
503 ret = ttm_bo_handle_move_mem(bo, evict_mem, true, ctx, &hop); in ttm_bo_evict()
505 ret = ttm_bo_bounce_temp_buffer(bo, &evict_mem, ctx, &hop); in ttm_bo_evict()
857 struct ttm_place hop; in ttm_bo_move_buffer() local
869 * the second hop. in ttm_bo_move_buffer()
875 ret = ttm_bo_handle_move_mem(bo, mem, false, ctx, &hop); in ttm_bo_move_buffer()
877 ret = ttm_bo_bounce_temp_buffer(bo, &mem, ctx, &hop); in ttm_bo_move_buffer()
1157 struct ttm_place hop; in ttm_bo_swapout() local
1159 memset(&hop, 0, sizeof(hop)); in ttm_bo_swapout()
1165 ret = ttm_bo_handle_move_mem(bo, evict_mem, true, &ctx, &hop); in ttm_bo_swapout()