Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dtime64.h40 #define TIME64_MAX ((s64)~((u64)1 << 63)) macro
/linux-4.19.296/fs/afs/
Dcell.c185 cell->dns_expiry = TIME64_MAX; in afs_alloc_cell()
706 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_cells()
763 if (!purging && next_manage < TIME64_MAX) { in afs_manage_cells()
Dserver.c439 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_servers()
480 if (!purging && next_manage < TIME64_MAX) { in afs_manage_servers()