OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numa_memnodes
(Results
1 - 3
of
3
) sorted by null
/external/fio/
thread_options.h
165
char *
numa_memnodes
;
member in struct:thread_options
backend.c
1370
if (o->
numa_memnodes
)
1371
mask = numa_parse_nodestring(o->
numa_memnodes
);
[
all
...]
options.c
673
td->o.
numa_memnodes
= strdup(nodelist);
[
all
...]
Completed in 247 milliseconds