Home
last modified time | relevance | path

Searched refs:tst_ncpus_conf (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/lib/
Dtst_cpu.c38 long tst_ncpus_conf(void) in tst_ncpus_conf() function
72 ncpus_max = tst_ncpus_conf(); in tst_ncpus_max()
/third_party/ltp/tools/apicmds/
D.gitignore5 tst_ncpus_conf
Dltpapicmd.c306 printf("%li\n", tst_ncpus_conf()); in main()
/third_party/ltp/include/
Dtst_cpu.h9 long tst_ncpus_conf(void);
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
Dsmt_smp_affinity.sh57 no_of_cpu=`tst_ncpus_conf`
/third_party/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/
Dsmt_smp_enabled.sh54 no_of_cpu=`tst_ncpus_conf`
/third_party/ltp/testcases/kernel/fs/fs_fill/
Dfs_fill.c94 nthreads = tst_ncpus_conf() + 2; in setup()
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl34.c26 thread_cnt = tst_ncpus_conf() * 3; in setup()
Dfcntl36.c62 thread_cnt = tst_ncpus_conf() * 3; in setup()
/third_party/ltp/testcases/kernel/mem/tunable/
Dovercommit_memory.c246 long ncpus = tst_ncpus_conf(); in calculate_total_batch_size()