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

/systemd/src/basic/
H A Dhashmap.c185 unsigned idx_lowest_entry; /* Index below which all buckets are free. member in struct:indirect_storage
612 i->idx = skip_free_buckets(h, h->indirect.idx_lowest_entry);
613 h->indirect.idx_lowest_entry = i->idx;
934 if (h->has_indirect && h->indirect.idx_lowest_entry > idx)
935 h->indirect.idx_lowest_entry = idx;
1084 h->indirect.idx_lowest_entry = 0;

Completed in 11 milliseconds