Searched refs:next_manage (Results 1 – 2 of 2) sorted by relevance
706 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_cells() local742 else if (expire_at < next_manage) in afs_manage_cells()743 next_manage = expire_at; in afs_manage_cells()749 else if (cell->dns_expiry <= next_manage) in afs_manage_cells()750 next_manage = cell->dns_expiry; in afs_manage_cells()763 if (!purging && next_manage < TIME64_MAX) { in afs_manage_cells()766 if (next_manage - now <= 0) { in afs_manage_cells()770 afs_set_cell_timer(net, next_manage - now); in afs_manage_cells()
439 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_servers() local468 } else if (expire_at < next_manage) { in afs_manage_servers()469 next_manage = expire_at; in afs_manage_servers()480 if (!purging && next_manage < TIME64_MAX) { in afs_manage_servers()483 if (next_manage - now <= 0) { in afs_manage_servers()487 afs_set_server_timer(net, next_manage - now); in afs_manage_servers()