xref
: /
linux
/
tools
/
build
/
feature
/
test-numa_num_possible_cpus.c
(revision 2bb129ebb23d2dfec3cd9c22dc7defd681cfcd58)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
numa.h
>
2
3
int
main
(
void
)
4
{
5
return
numa_num_possible_cpus
();
6
}
7