Lines Matching defs:realtime
41 uint64_t realtime;
64 if (a->realtime < b->realtime)
66 else if (a->realtime > b->realtime)
78 unsigned long long *realtime) {
89 assert(realtime);
92 if (x > 0 && x != USEC_INFINITY && x < *realtime)
93 *realtime = x;
96 if (x > 0 && x != USEC_INFINITY && x < *realtime)
97 *realtime = x;
100 if (x > 0 && x != USEC_INFINITY && x < *realtime)
101 *realtime = x;
109 if (crtime < *realtime)
110 *realtime = crtime;
182 unsigned long long seqnum = 0, realtime;
229 if (sscanf(de->d_name + q-8-16-1-16, "%16llx-%16llx.journal", &seqnum, &realtime) != 2) {
258 if (sscanf(de->d_name + q-1-8-16-1-16, "%16llx-%16llx.journal~", &realtime, &tmp) != 2) {
292 patch_realtime(dirfd(d), p, &st, &realtime);
302 list[n_list].realtime = realtime;
318 if ((max_retention_usec <= 0 || list[i].realtime >= retention_limit) &&
336 if (oldest_usec && i < n_list && (*oldest_usec == 0 || list[i].realtime < *oldest_usec))
337 *oldest_usec = list[i].realtime;