Searched refs:old_head (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/object/
H A Dfutex_context.cpp220 FutexNode* old_head = futex_table_.erase(futex_key); local
221 DEBUG_ASSERT(old_head);
222 FutexNode* new_head = FutexNode::RemoveNodeFromList(old_head, node);
H A Dfifo_dispatcher.cpp118 uint32_t old_head = head_;
144 head_ = old_head;
163 *actual = (head_ - old_head);
/fuchsia/zircon/kernel/kernel/
H A Dtimer.cpp450 timer_t* old_head = list_peek_head_type(&percpu[cpu].timer_queue, timer_t, node); local
463 if (new_head != NULL && new_head != old_head) {
/fuchsia/zircon/kernel/lib/heap/cmpctmalloc/
H A Dcmpctmalloc.c363 free_t* old_head = *bucket; local
364 if (old_head != NULL) {
365 old_head->prev = free_area;
367 free_area->next = old_head;

Completed in 38 milliseconds