Home
last modified time | relevance | path

Searched refs:hidx (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/libsystemd/sd-journal/
Djournal-file.c1693 uint64_t n = 0, ap = 0, q, i, a, hidx; in link_entry_into_array() local
1703 i = hidx = le64toh(READ_NOW(*idx)); in link_entry_into_array()
1713 *idx = htole64(hidx + 1); in link_entry_into_array()
1722 if (hidx > n) in link_entry_into_array()
1723 n = (hidx+1) * 2; in link_entry_into_array()
1757 *idx = htole64(hidx + 1); in link_entry_into_array()
1768 uint64_t hidx; in link_entry_into_array_plus_one() local
1777 hidx = le64toh(READ_NOW(*idx)); in link_entry_into_array_plus_one()
1778 if (hidx == UINT64_MAX) in link_entry_into_array_plus_one()
1780 if (hidx == 0) in link_entry_into_array_plus_one()
[all …]