Searched defs:new_head (Results 1 – 11 of 11) sorted by relevance
255 uint64_t new_head = free_list_head(current_head, items[0]); in util_sparse_array_free_list_push() local273 uint64_t new_head = free_list_head(current_head, p_atomic_read(head_next)); in util_sparse_array_free_list_pop_idx() local294 uint64_t new_head = free_list_head(current_head, p_atomic_read(head_next)); in util_sparse_array_free_list_pop_elem() local
116 timestamp_list* new_head = server->head; in reconnect_server_clear_timestamps() local
58 grpc_chttp2_stream* new_head = s->links[id].next; in stream_list_pop() local
109 internal::PartitionFreelistEntry* new_head = in AllocFromBucket() local
556 PartitionFreelistEntry* new_head = in SlowPathAlloc() local
1370 let mut new_head = head + (1 << SHIFT); in steal() localVariable1469 let mut new_head = head; in steal_batch() localVariable1628 let mut new_head = head; in steal_batch_and_pop() localVariable
297 let mut new_head = head + (1 << SHIFT); in pop() localVariable
315 let mut new_head = head + (1 << SHIFT); in start_recv() localVariable
818 let new_head = head.wrapping_add(1); in pop_front() localVariable
806 let new_head = head.wrapping_add(1); in pop_front() localVariable