Searched refs:old_head (Results 1 – 14 of 14) sorted by relevance
250 uint64_t current_head, old_head; in util_sparse_array_free_list_push() local251 old_head = p_atomic_read(&fl->head); in util_sparse_array_free_list_push()253 current_head = old_head; in util_sparse_array_free_list_push()256 old_head = p_atomic_cmpxchg(&fl->head, current_head, new_head); in util_sparse_array_free_list_push()257 } while (old_head != current_head); in util_sparse_array_free_list_push()274 uint64_t old_head = p_atomic_cmpxchg(&fl->head, current_head, new_head); in util_sparse_array_free_list_pop_idx() local275 if (old_head == current_head) in util_sparse_array_free_list_pop_idx()277 current_head = old_head; in util_sparse_array_free_list_pop_idx()295 uint64_t old_head = p_atomic_cmpxchg(&fl->head, current_head, new_head); in util_sparse_array_free_list_pop_elem() local296 if (old_head == current_head) in util_sparse_array_free_list_pop_elem()[all …]
48 uv_##name##_t* old_head; \58 old_head = loop->name##_handles; \60 handle->name##_next = old_head; \63 if (old_head) { \64 old_head->name##_prev = handle; \
56 Node* old_head = nullptr;59 old_head = head_;68 delete old_head;
134 const QueueNode<E>* const old_head = head_; in Dequeue() local141 E* element = new E(old_head->element()); in Dequeue()142 delete old_head; in Dequeue() local
36 old_head=$(git rev-parse HEAD)53 git rebase --interactive "${old_head}"
37 old_head=$(git rev-parse HEAD)54 git rebase --interactive "${old_head}"
40 old_head=$(git rev-parse HEAD)47 git rebase --interactive "${old_head}"
44 old_head=$(git rev-parse HEAD)52 git rebase --interactive "${old_head}"
42 old_head=$(git rev-parse HEAD)49 git rebase --interactive "${old_head}"
361 struct list_head *old_head = &cache->size_list[i]; in reallocate_size_list() local362 if (list_is_empty(old_head)) { in reallocate_size_list()365 new_list[i].next = old_head->next; in reallocate_size_list()366 new_list[i].prev = old_head->prev; in reallocate_size_list()
294 struct list_head *old_head = &cache->size_list[i]; in v3d_bo_last_unreference_locked_timed() local295 if (list_is_empty(old_head)) in v3d_bo_last_unreference_locked_timed()298 new_list[i].next = old_head->next; in v3d_bo_last_unreference_locked_timed()299 new_list[i].prev = old_head->prev; in v3d_bo_last_unreference_locked_timed()
57 T* old_head = head_; in DropHead() local60 *TLTraits::next(old_head) = nullptr; in DropHead()