Searched defs:old_tail (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dhashmap.c1000 struct ordered_hashmap_entry *old_tail; local
1002 old_tail = ordered_bucket_at(lh, lh->iterate_list_tail);
1003 assert(old_tail->iterate_next == IDX_NIL);
1004 old_tail->iterate_next = IDX_PUT;

Completed in 18 milliseconds