Searched refs:prev_idx (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dhashmap.c476 static unsigned prev_idx(HashmapBase *h, unsigned idx) { function
575 idx = prev_idx(HASHMAP_BASE(h), idx);
582 i->prev_idx = idx;
639 i->prev_idx = idx;
671 i->prev_idx == h->debug.last_rem_idx));
1449 idx_old = prev_idx(HASHMAP_BASE(h), idx_old);
H A Dhashmap.h64 unsigned prev_idx; /* idx in previous iteration */ member in struct:__anon11

Completed in 1436 milliseconds