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

  /external/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/
ht_utils.c 22 int smp_num_siblings = -1; local
27 smp_num_siblings = (ebx & 0xff0000) >> 16;
30 if (ht == 1 && smp_num_siblings >= 2) {
  /external/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/
ht_utils.c 25 int smp_num_siblings = -1; local
30 smp_num_siblings = (ebx & 0xff0000) >> 16;
33 if (ht == 1 && smp_num_siblings >= 2) {
  /external/ltp/testcases/kernel/sched/hyperthreading/ht_interrupt/
ht_utils.c 65 int smp_num_siblings = -1; local
70 smp_num_siblings = (ebx & 0xff0000) >> 16;
73 if (ht == 1 && smp_num_siblings == 2) {

Completed in 715 milliseconds