Home
last modified time | relevance | path

Searched refs:osd_idle_ttl (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/ceph/
Dceph_common.c363 opt->osd_idle_ttl = CEPH_OSD_IDLE_TTL_DEFAULT; in ceph_parse_options()
466 opt->osd_idle_ttl = msecs_to_jiffies(intval * 1000); in ceph_parse_options()
555 if (opt->osd_idle_ttl != CEPH_OSD_IDLE_TTL_DEFAULT) in ceph_print_client_options()
557 jiffies_to_msecs(opt->osd_idle_ttl) / 1000); in ceph_print_client_options()
Dosd_client.c1107 osd->lru_ttl = jiffies + osdc->client->options->osd_idle_ttl; in __move_osd_to_lru()
1632 unsigned long delay = osdc->client->options->osd_idle_ttl / 4; in handle_osds_timeout()
2636 round_jiffies_relative(osdc->client->options->osd_idle_ttl)); in ceph_osdc_init()
/linux-4.4.14/include/linux/ceph/
Dlibceph.h48 unsigned long osd_idle_ttl; /* jiffies */ member