Lines Matching full:hop
119 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()
334 struct ttm_place *hop) in ttm_bo_bounce_temp_buffer() argument
341 hop_placement.placement = hop; in ttm_bo_bounce_temp_buffer()
362 struct ttm_place hop; in ttm_bo_evict() local
365 memset(&hop, 0, sizeof(hop)); in ttm_bo_evict()
395 ret = ttm_bo_handle_move_mem(bo, evict_mem, true, ctx, &hop); in ttm_bo_evict()
399 ret = ttm_bo_bounce_temp_buffer(bo, ctx, &hop); in ttm_bo_evict()
818 struct ttm_place hop; in ttm_bo_validate() local
849 * the second hop. in ttm_bo_validate()
860 ret = ttm_bo_handle_move_mem(bo, res, false, ctx, &hop); in ttm_bo_validate()
862 ret = ttm_bo_bounce_temp_buffer(bo, ctx, &hop); in ttm_bo_validate()
1143 struct ttm_place hop; in ttm_bo_swapout_cb() local
1145 memset(&hop, 0, sizeof(hop)); in ttm_bo_swapout_cb()
1151 ret = ttm_bo_handle_move_mem(bo, evict_mem, true, ctx, &hop); in ttm_bo_swapout_cb()