Home
last modified time | relevance | path

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

/linux-6.15/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c69 struct hmm_buffer_object *this, *ret_bo, *temp_bo; in __bo_search_and_remove_from_free_rbtree() local
108 temp_bo = this->next; in __bo_search_and_remove_from_free_rbtree()
109 this->next = temp_bo->next; in __bo_search_and_remove_from_free_rbtree()
110 if (temp_bo->next) in __bo_search_and_remove_from_free_rbtree()
111 temp_bo->next->prev = this; in __bo_search_and_remove_from_free_rbtree()
112 temp_bo->next = NULL; in __bo_search_and_remove_from_free_rbtree()
113 temp_bo->prev = NULL; in __bo_search_and_remove_from_free_rbtree()
114 return temp_bo; in __bo_search_and_remove_from_free_rbtree()