Searched refs:lru_ttl (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dosd_client.h38 unsigned long lru_ttl; member in struct:ceph_osd
H A Dosd_client.c392 osd->lru_ttl = jiffies + osdc->client->mount_args->osd_idle_ttl * HZ;
409 if (!remove_all && time_before(jiffies, osd->lru_ttl))

Completed in 60 milliseconds