Searched refs:TIME64_MAX (Results 1 – 10 of 10) sorted by relevance
30 static time64_t key_gc_next_run = TIME64_MAX;85 key_gc_next_run = TIME64_MAX; in key_gc_timer_func()207 new_timer = TIME64_MAX; in key_garbage_collector()279 if (gc_state & KEY_GC_SET_TIMER && new_timer != (time64_t)TIME64_MAX) { in key_garbage_collector()
466 if (prep->expiry != TIME64_MAX) { in __key_instantiate_and_link()513 prep.expiry = TIME64_MAX; in key_instantiate_and_link()864 prep.expiry = TIME64_MAX; in key_create_or_update()1024 prep.expiry = TIME64_MAX; in key_update()
86 static time64_t ntp_next_leap_sec = TIME64_MAX;363 ntp_next_leap_sec = TIME64_MAX; in ntp_clear()425 ntp_next_leap_sec = TIME64_MAX; in second_overflow()436 ntp_next_leap_sec = TIME64_MAX; in second_overflow()440 ntp_next_leap_sec = TIME64_MAX; in second_overflow()447 ntp_next_leap_sec = TIME64_MAX; in second_overflow()691 ntp_next_leap_sec = TIME64_MAX; in process_adj_status()
774 res.tv_sec = TIME64_MAX; in timespec64_add_safe()
24 #define TIME64_MAX ((s64)~((u64)1 << 63)) macro25 #define TIME64_MIN (-TIME64_MAX - 1)
188 cell->dns_expiry = TIME64_MAX; in afs_alloc_cell()863 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_cells()926 if (!purging && next_manage < TIME64_MAX) { in afs_manage_cells()
538 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_servers()583 if (!purging && next_manage < TIME64_MAX) { in afs_manage_servers()
262 s->s_time_max = TIME64_MAX; in alloc_super()
546 time64_t next = TIME64_MAX; in xfrm_timer_handler()607 if (next != TIME64_MAX) { in xfrm_timer_handler()
316 time64_t next = TIME64_MAX; in xfrm_policy_timer()366 if (next != TIME64_MAX && in xfrm_policy_timer()
Completed in 27 milliseconds