Home
last modified time | relevance | path

Searched refs:next_manage (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/afs/
H A Dserver.c549 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_servers() local
582 } else if (expire_at < next_manage) { in afs_manage_servers()
583 next_manage = expire_at; in afs_manage_servers()
594 if (!purging && next_manage < TIME64_MAX) { in afs_manage_servers()
597 if (next_manage - now <= 0) { in afs_manage_servers()
601 afs_set_server_timer(net, next_manage - now); in afs_manage_servers()
H A Dcell.c851 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_cells() local
895 else if (expire_at < next_manage) in afs_manage_cells()
896 next_manage = expire_at; in afs_manage_cells()
914 if (!purging && next_manage < TIME64_MAX) { in afs_manage_cells()
917 if (next_manage - now <= 0) { in afs_manage_cells()
921 afs_set_cell_timer(net, next_manage - now); in afs_manage_cells()