Searched refs:jostle_time (Results 1 – 5 of 5) sorted by relevance
191 size_t jostle_time; member
173 cfg->jostle_time = 200; in config_create()625 else S_SIZET_OR_ZERO("jostle-timeout:", jostle_time) in config_set_option()1093 else O_UNS(opt, "jostle-timeout", jostle_time) in config_get_option()
1674 else cfg_parser->cfg->jostle_time = atoi($2);
4713 else cfg_parser->cfg->jostle_time = atoi((yyvsp[0].str)); in yyparse()
220 mesh->jostle_max.tv_sec = (time_t)(env->cfg->jostle_time / 1000); in mesh_create()221 mesh->jostle_max.tv_usec = (time_t)((env->cfg->jostle_time % 1000) in mesh_create()