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.c548 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_servers() local
581 } else if (expire_at < next_manage) { in afs_manage_servers()
582 next_manage = expire_at; in afs_manage_servers()
593 if (!purging && next_manage < TIME64_MAX) { in afs_manage_servers()
596 if (next_manage - now <= 0) { in afs_manage_servers()
600 afs_set_server_timer(net, next_manage - now); in afs_manage_servers()
H A Dcell.c850 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_cells() local
894 else if (expire_at < next_manage) in afs_manage_cells()
895 next_manage = expire_at; in afs_manage_cells()
913 if (!purging && next_manage < TIME64_MAX) { in afs_manage_cells()
916 if (next_manage - now <= 0) { in afs_manage_cells()
920 afs_set_cell_timer(net, next_manage - now); in afs_manage_cells()