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

/net/ceph/
H A Dceph_common.c342 int token, intval, ret; local
357 ret = match_int(&argstr[0], &intval);
363 dout("got int token %d val %d\n", token, intval);
417 opt->osd_keepalive_timeout = intval;
420 opt->osd_idle_ttl = intval;
423 opt->mount_timeout = intval;

Completed in 3 milliseconds