Home
last modified time | relevance | path

Searched refs:tg_container (Results 1 – 2 of 2) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
Dparser.c578 profile_conf->tg_container = NULL; in parse()
597 if (profile_conf->tg_container == NULL) in parse()
598 profile_conf->tg_container = in parse()
602 tg_container, in parse()
733 return get_num_containers(profile_conf->tg_container); in get_num_threadgroups()
744 container_t *tg = profile_conf->tg_container; in get_num_totalthreads()
797 tmp_cont = get_container(fc->profile_conf->tg_container, pos); in get_tg_config()
806 return get_container(fc->profile_conf->tg_container, pos); in get_tg_container()
Dffsb.h58 struct container *tg_container; member