Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/afs/
Dserver.c536 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_servers() local
569 } else if (expire_at < next_manage) { in afs_manage_servers()
570 next_manage = expire_at; in afs_manage_servers()
581 if (!purging && next_manage < TIME64_MAX) { in afs_manage_servers()
584 if (next_manage - now <= 0) { in afs_manage_servers()
588 afs_set_server_timer(net, next_manage - now); in afs_manage_servers()
Dcell.c861 time64_t now = ktime_get_real_seconds(), next_manage = TIME64_MAX; in afs_manage_cells() local
905 else if (expire_at < next_manage) in afs_manage_cells()
906 next_manage = expire_at; in afs_manage_cells()
924 if (!purging && next_manage < TIME64_MAX) { in afs_manage_cells()
927 if (next_manage - now <= 0) { in afs_manage_cells()
931 afs_set_cell_timer(net, next_manage - now); in afs_manage_cells()