Searched refs:hook_ntcs (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsmtc.c1268 int hook_ntcs; local
1281 hook_ntcs = ((mvpconf0 & MVPCONF0_PTC) >> MVPCONF0_PTC_SHIFT) + 1;
1282 if (hook_ntcs > NR_CPUS)
1283 hook_ntcs = NR_CPUS;
1284 for (tc = 0; tc < hook_ntcs; tc++) {
1291 printk("Idle loop test hook initialized for %d TCs\n", hook_ntcs);

Completed in 67 milliseconds