Searched refs:next_manage (Results 1 – 2 of 2) sorted by relevance
693 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_cells() local729 else if (expire_at < next_manage) in afs_manage_cells()730 next_manage = expire_at; in afs_manage_cells()736 else if (cell->dns_expiry <= next_manage) in afs_manage_cells()737 next_manage = cell->dns_expiry; in afs_manage_cells()750 if (!purging && next_manage < TIME64_MAX) { in afs_manage_cells()753 if (next_manage - now <= 0) { in afs_manage_cells()757 afs_set_cell_timer(net, next_manage - now); in afs_manage_cells()
444 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_servers() local473 } else if (expire_at < next_manage) { in afs_manage_servers()474 next_manage = expire_at; in afs_manage_servers()485 if (!purging && next_manage < TIME64_MAX) { in afs_manage_servers()488 if (next_manage - now <= 0) { in afs_manage_servers()492 afs_set_server_timer(net, next_manage - now); in afs_manage_servers()