Searched refs:tst_ncpus_conf (Results 1 – 10 of 10) sorted by relevance
38 long tst_ncpus_conf(void) in tst_ncpus_conf() function72 ncpus_max = tst_ncpus_conf(); in tst_ncpus_max()
5 tst_ncpus_conf
306 printf("%li\n", tst_ncpus_conf()); in main()
9 long tst_ncpus_conf(void);
57 no_of_cpu=`tst_ncpus_conf`
54 no_of_cpu=`tst_ncpus_conf`
94 nthreads = tst_ncpus_conf() + 2; in setup()
26 thread_cnt = tst_ncpus_conf() * 3; in setup()
62 thread_cnt = tst_ncpus_conf() * 3; in setup()
246 long ncpus = tst_ncpus_conf(); in calculate_total_batch_size()