OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpulist_parse
(Results
26 - 27
of
27
) sorted by null
1
2
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
cpumask.h
55
#define
cpulist_parse
(buf, dst) __cpulist_parse((buf), &(dst), NR_CPUS)
macro
/external/kernel-headers/original/linux/
cpumask.h
13
* For details of cpulist_scnprintf() and
cpulist_parse
(), see
54
* int
cpulist_parse
(buf, map) Parse ascii string as cpulist
292
#define
cpulist_parse
(buf, dst) __cpulist_parse((buf), &(dst), NR_CPUS)
macro
Completed in 17 milliseconds
1
2