HomeSort by relevance Sort by last modified time
    Searched refs:tst_ncpus_conf (Results 1 - 8 of 8) sorted by null

  /external/ltp/include/
tst_cpu.h 22 long tst_ncpus_conf(void);
  /external/ltp/lib/
tst_cpu.c 36 long tst_ncpus_conf(void) function
70 ncpus_max = tst_ncpus_conf();
  /external/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/
smt_smp_enabled.sh 54 no_of_cpu=`tst_ncpus_conf`
  /external/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
smt_smp_affinity.sh 57 no_of_cpu=`tst_ncpus_conf`
  /external/ltp/testcases/kernel/fs/fs_fill/
fs_fill.c 106 nthreads = tst_ncpus_conf() + 2;
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl34.c 41 thread_cnt = tst_ncpus_conf() * 3;
fcntl36.c 78 thread_cnt = tst_ncpus_conf() * 3;
  /external/ltp/tools/apicmds/
ltpapicmd.c 335 } else if (strcmp(cmd_name, "tst_ncpus_conf") == 0) {
336 printf("%li\n", tst_ncpus_conf());

Completed in 449 milliseconds