OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zone_idx
(Results
1 - 1
of
1
) sorted by null
/external/kernel-headers/original/linux/
mmzone.h
367
*
zone_idx
() returns 0 for the ZONE_DMA zone, 1 for the ZONE_NORMAL zone, etc.
369
#define
zone_idx
(zone) ((zone) - (zone)->zone_pgdat->node_zones)
macro
Completed in 106 milliseconds