Home
last modified time | relevance | path

Searched refs:temp_bo (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c80 struct hmm_buffer_object *this, *ret_bo, *temp_bo; in __bo_search_and_remove_from_free_rbtree() local
119 temp_bo = this->next; in __bo_search_and_remove_from_free_rbtree()
120 this->next = temp_bo->next; in __bo_search_and_remove_from_free_rbtree()
121 if (temp_bo->next) in __bo_search_and_remove_from_free_rbtree()
122 temp_bo->next->prev = this; in __bo_search_and_remove_from_free_rbtree()
123 temp_bo->next = NULL; in __bo_search_and_remove_from_free_rbtree()
124 temp_bo->prev = NULL; in __bo_search_and_remove_from_free_rbtree()
125 return temp_bo; in __bo_search_and_remove_from_free_rbtree()