Searched refs:get_config_bool (Results 1 – 1 of 1) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | parser.c | 544 uint8_t get_config_bool(config_options_t * config, char *name) in get_config_bool() function 838 tg->read_random = get_config_bool(config, "read_random"); in init_threadgroup() 840 tg->read_skip = get_config_bool(config, "read_skip"); in init_threadgroup() 843 tg->write_random = get_config_bool(config, "write_random"); in init_threadgroup() 845 tg->fsync_file = get_config_bool(config, "fsync_file"); in init_threadgroup() 898 if (get_config_bool(config, "reuse")) in init_filesys() 901 if (get_config_bool(profile_conf->global, "directio")) in init_filesys() 904 if (get_config_bool(profile_conf->global, "bufferio")) in init_filesys() 907 if (get_config_bool(profile_conf->global, "alignio")) in init_filesys() 910 if (get_config_bool(config, "agefs")) { in init_filesys() [all …]
|