OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zonelist
(Results
1 - 4
of
4
) 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::__anon7967
161
extern struct
zonelist
*huge_zonelist(struct vm_area_struct *vma,
258
static inline struct
zonelist
*huge_zonelist(struct vm_area_struct *vma,
swap.h
158
extern void out_of_memory(struct
zonelist
*
zonelist
, gfp_t gfp_mask, int order);
gfp.h
106
FASTCALL(__alloc_pages(gfp_t, unsigned int, struct
zonelist
*));
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 356 milliseconds