tag | line | file | source code |
oldest | 249 | fs/affs/bitmap.c | unsigned long oldest; |
oldest | 269 | fs/affs/bitmap.c | oldest = jiffies; |
oldest | 281 | fs/affs/bitmap.c | if (zone->z_bm && zone->z_lru_time < oldest) { |
oldest | 283 | fs/affs/bitmap.c | oldest = zone->z_lru_time; |
oldest | 122 | net/ax25/ax25_route.c | struct ax25_route *oldest; |
oldest | 126 | net/ax25/ax25_route.c | oldest = NULL; |
oldest | 129 | net/ax25/ax25_route.c | if (count == 0 || oldest->stamp.tv_sec == 0 || (ax25_rt->stamp.tv_sec != 0 && ax25_rt->stamp.tv_sec < oldest->stamp.tv_sec)) |
oldest | 130 | net/ax25/ax25_route.c | oldest = ax25_rt; |
oldest | 162 | net/ax25/ax25_route.c | if (oldest->stamp.tv_sec == 0) |
oldest | 164 | net/ax25/ax25_route.c | if (oldest->digipeat != NULL) |
oldest | 165 | net/ax25/ax25_route.c | kfree_s(oldest->digipeat, sizeof(ax25_digi)); |
oldest | 166 | net/ax25/ax25_route.c | ax25_rt = oldest; |
oldest | 190 | net/ax25/ax25_route.c | if (ax25_rt != oldest) { |
oldest | 391 | net/ipv4/icmp.c | unsigned long oldest = now; /* Find the oldest entry to replace */ |
oldest | 398 | net/ipv4/icmp.c | } else if (d->last_access < oldest) { |
oldest | 399 | net/ipv4/icmp.c | oldest = d->last_access; |