OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zonelist
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/
mempolicy.h
56
* When policy is MPOL_BIND v.
zonelist
is kmalloc'ed and must be kfree'd.
60
* For MPOL_BIND the
zonelist
must be always duplicated. mpol_clone() does this.
66
struct
zonelist
*
zonelist
; /* bind */
member in union:mempolicy::__anon3015
161
extern struct
zonelist
*huge_zonelist(struct vm_area_struct *vma,
258
static inline struct
zonelist
*huge_zonelist(struct vm_area_struct *vma,
mmzone.h
119
*
zonelist
would be four allowing us to allocate only five zonelists.
278
* One allocation request operates on a
zonelist
. A
zonelist
283
* Right now a
zonelist
takes up less than a cacheline. We never
285
* so despite the
zonelist
table being relatively big, the cache
288
struct
zonelist
{
struct
307
struct
zonelist
node_zonelists[GFP_ZONETYPES];
Completed in 102 milliseconds