Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/ceph/
Dosd_client.h40 unsigned long lru_ttl; member
/linux-2.6.39/net/ceph/
Dosd_client.c693 osd->lru_ttl = jiffies + osdc->client->options->osd_idle_ttl * HZ; in __move_osd_to_lru()
710 if (!remove_all && time_before(jiffies, osd->lru_ttl)) in remove_old_osds()