Home
last modified time | relevance | path

Searched refs:osd_idle_ttl (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/ceph/
H A Dceph_common.c301 fsparam_u32 ("osd_idle_ttl", Opt_osd_idle_ttl),
333 opt->osd_idle_ttl = CEPH_OSD_IDLE_TTL_DEFAULT; in ceph_alloc_options()
521 opt->osd_idle_ttl = msecs_to_jiffies(result.uint_32 * 1000); in ceph_parse_param()
638 if (opt->osd_idle_ttl != CEPH_OSD_IDLE_TTL_DEFAULT) in ceph_print_client_options()
639 seq_printf(m, "osd_idle_ttl=%d,", in ceph_print_client_options()
640 jiffies_to_msecs(opt->osd_idle_ttl) / 1000); in ceph_print_client_options()
H A Dosd_client.c1260 osd->lru_ttl = jiffies + osdc->client->options->osd_idle_ttl; in __move_osd_to_lru()
3453 unsigned long delay = osdc->client->options->osd_idle_ttl / 4; in handle_osds_timeout()
5207 round_jiffies_relative(osdc->client->options->osd_idle_ttl)); in ceph_osdc_init()
/kernel/linux/linux-6.6/net/ceph/
H A Dceph_common.c294 fsparam_u32 ("osd_idle_ttl", Opt_osd_idle_ttl),
327 opt->osd_idle_ttl = CEPH_OSD_IDLE_TTL_DEFAULT; in ceph_alloc_options()
539 opt->osd_idle_ttl = msecs_to_jiffies(result.uint_32 * 1000); in ceph_parse_param()
674 if (opt->osd_idle_ttl != CEPH_OSD_IDLE_TTL_DEFAULT) in ceph_print_client_options()
675 seq_printf(m, "osd_idle_ttl=%d,", in ceph_print_client_options()
676 jiffies_to_msecs(opt->osd_idle_ttl) / 1000); in ceph_print_client_options()
H A Dosd_client.c1336 osd->lru_ttl = jiffies + osdc->client->options->osd_idle_ttl; in __move_osd_to_lru()
3540 unsigned long delay = osdc->client->options->osd_idle_ttl / 4; in handle_osds_timeout()
5299 round_jiffies_relative(osdc->client->options->osd_idle_ttl)); in ceph_osdc_init()
/kernel/linux/linux-5.10/include/linux/ceph/
H A Dlibceph.h52 unsigned long osd_idle_ttl; /* jiffies */ member
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dlibceph.h52 unsigned long osd_idle_ttl; /* jiffies */ member

Completed in 19 milliseconds