OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_present
(Results
26 - 26
of
26
) sorted by null
1
2
/external/kernel-headers/original/linux/
cpumask.h
66
* int
cpu_present
(cpu) Is some cpu present (can schedule)?
390
#define
cpu_present
(cpu) cpu_isset((cpu), cpu_present_map)
macro
397
#define
cpu_present
(cpu) ((cpu) == 0)
macro
Completed in 105 milliseconds
1
2