Home
last modified time | relevance | path

Searched refs:tst_ncpus_max (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/lib/
Dtst_cpu.c51 long tst_ncpus_max(void) in tst_ncpus_max() function
80 long ncpus = tst_ncpus_max(); in tst_ncpus_available()
/third_party/ltp/tools/apicmds/
D.gitignore6 tst_ncpus_max
Dltpapicmd.c308 printf("%li\n", tst_ncpus_max()); in main()
/third_party/ltp/include/
Dtst_cpu.h10 long tst_ncpus_max(void);
/third_party/ltp/testcases/kernel/syscalls/sched_setaffinity/
Dsched_setaffinity01.c93 ncpus = tst_ncpus_max(); in setup()