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()844 prep.expiry = TIME64_MAX; in __key_create_or_update()1087 prep.expiry = TIME64_MAX; in key_update()
27 #define TIME64_MAX ((s64)~((u64)1 << 63)) macro28 #define TIME64_MIN (-TIME64_MAX - 1)
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()
188 cell->dns_expiry = TIME64_MAX; in afs_alloc_cell()848 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_cells()911 if (!purging && next_manage < TIME64_MAX) { in afs_manage_cells()
547 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_servers()592 if (!purging && next_manage < TIME64_MAX) { in afs_manage_servers()
261 s->s_time_max = TIME64_MAX; in alloc_super()
568 time64_t next = TIME64_MAX; in xfrm_timer_handler()631 if (next != TIME64_MAX) { in xfrm_timer_handler()
318 time64_t next = TIME64_MAX; in xfrm_policy_timer()368 if (next != TIME64_MAX && in xfrm_policy_timer()
Completed in 33 milliseconds