Searched refs:max_ttl (Results 1 – 2 of 2) sorted by relevance
17 static int min_ttl[] = {0}, max_ttl[] = {255}; variable60 .extra2 = &max_ttl
397 unsigned int max_ttl = READ_ONCE(afs_cell_max_ttl); in afs_update_cell() local437 if (min_ttl > max_ttl) in afs_update_cell()438 max_ttl = min_ttl; in afs_update_cell()441 else if (expiry > now + max_ttl) in afs_update_cell()442 expiry = now + max_ttl; in afs_update_cell()