Searched defs:zonelist (Results 1 - 3 of 3) sorted by relevance

/include/linux/
H A Dcompaction.h23 extern unsigned long try_to_compact_pages(struct zonelist *zonelist,
65 static inline unsigned long try_to_compact_pages(struct zonelist *zonelist, argument
H A Dgfp.h277 * one containing just zones from the node the zonelist belongs to.
282 static inline struct zonelist *node_zonelist(int nid, gfp_t flags)
296 struct zonelist *zonelist, nodemask_t *nodemask);
300 struct zonelist *zonelist)
302 return __alloc_pages_nodemask(gfp_mask, order, zonelist, NULL);
299 __alloc_pages(gfp_t gfp_mask, unsigned int order, struct zonelist *zonelist) argument
H A Dmmzone.h451 ZONE_OOM_LOCKED, /* zone is in OOM killer zonelist */
494 /* Maximum number of zones on a zonelist */
510 * We cache key information from each zonelist for smaller cache
513 * 1) The BITMAP fullzones tracks which zones in a zonelist have come
516 * 2) The array z_to_n[] maps each zone in the zonelist to its node
520 * Both fullzones and z_to_n[] are one-to-one with the zonelist,
521 * indexed by a zones offset in the zonelist zones[] array.
538 * zonelist. However, the mempolicy zonelists constructed for
546 * at the front of the zonelist struct, ending in a variable length
549 * Then we put the optional zonelist cach
604 struct zonelist { struct
910 first_zones_zonelist(struct zonelist *zonelist, enum zone_type highest_zoneidx, nodemask_t *nodes, struct zone **zone) argument
[all...]

Completed in 61 milliseconds