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

/systemd/src/basic/
H A Dhashmap.c472 static unsigned next_idx(HashmapBase *h, unsigned idx) { function
509 for (right = next_idx(h, left); ; right = next_idx(h, right)) {
536 for (prev = left, left = next_idx(h, left); left != right;
537 prev = left, left = next_idx(h, left)) {
961 idx = next_idx(h, idx);
1188 idx = next_idx(h, idx);

Completed in 1001 milliseconds