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

/systemd/src/timesync/
H A Dtimesyncd-manager.c393 unsigned int i, idx_cur, idx_new, idx_min; local
407 idx_new = (idx_cur + 1) % ELEMENTSOF(m->samples);
408 m->samples_idx = idx_new;
409 m->samples[idx_new].offset = offset;
410 m->samples[idx_new].delay = delay;
/systemd/src/basic/
H A Dhashmap.c1430 unsigned old_hash, new_hash, idx_old, idx_new; local
1443 idx_new = bucket_scan(h, new_hash, new_key);
1444 if (idx_new != IDX_NIL)
1445 if (idx_old != idx_new) {
1446 remove_entry(h, idx_new);

Completed in 807 milliseconds