Home
last modified time | relevance | path

Searched refs:single_cpu (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/kern/
HDsched_4bsd.c1284 int single_cpu = 0; in sched_add() local
1338 single_cpu = 1; in sched_add()
1357 if (single_cpu && cpu != cpuid) { in sched_add()
1360 if (!single_cpu) { in sched_add()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDAttrDocs.td339 // Declares and defines the ivybridge version of single_cpu.
341 void single_cpu(void){}
343 // Declares and defines the atom version of single_cpu.
345 void single_cpu(void){}
360 // Creates a resolver for single_cpu above.
362 void single_cpu(void){}