Searched refs:update_time (Results 1 – 11 of 11) sorted by relevance
89 print(update_time); in v7fs_superblock_dump()95 time_t t = sb->update_time; in v7fs_superblock_dump()
127 (sb->update_time < 0) || in v7fs_superblock_sanity()255 conv32(update_time); in v7fs_superblock_endian_convert()
110 v7fs_time_t update_time; member
279 struct os_reltime *update_time) in calculate_update_time() argument283 update_time->sec = fetch_time->sec; in calculate_update_time()284 update_time->usec = fetch_time->usec; in calculate_update_time()285 update_time->sec -= age_ms / 1000; in calculate_update_time()287 if (update_time->usec < usec) { in calculate_update_time()288 update_time->sec--; in calculate_update_time()289 update_time->usec += 1000000; in calculate_update_time()291 update_time->usec -= usec; in calculate_update_time()677 struct os_reltime update_time; in wpa_bss_update() local689 calculate_update_time(fetch_time, res->age, &update_time); in wpa_bss_update()[all …]
1593 struct os_reltime update_time, diff; in wpas_beacon_rep_scan_process() local1602 &update_time); in wpas_beacon_rep_scan_process()1604 &update_time, &diff); in wpas_beacon_rep_scan_process()1605 if (os_reltime_before(&update_time, in wpas_beacon_rep_scan_process()
218 struct os_reltime *update_time);
87 void update_time(struct timeval *, const struct tsp *);
331 update_time(struct timeval *tv, const struct tsp *msg) in update_time() function
274 update_time(&tmptv, msg); in slave()
369 update_time(&tmptv, msg); in mchgdate()
228 sb->update_time = time(NULL); in make_filesystem()