Searched refs:zlcache_ptr (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
H A Dmmzone.h631 * struct. This optional stuff is found by a 'zlcache_ptr' pointer in
634 * MPOL_BIND zonelists, (which will just set the zlcache_ptr to NULL)
640 * The custom MPOL_BIND zonelists have a NULL zlcache_ptr and no zlcache.
674 * If zlcache_ptr is not NULL, then it is just the address of zlcache,
675 * as explained above. If zlcache_ptr is NULL, there is no zlcache.
686 struct zonelist_cache *zlcache_ptr; // NULL or &zlcache member in struct:zonelist
/linux-4.1.27/mm/
H A Dpage_alloc.c1959 zlc = zonelist->zlcache_ptr; zlc_setup()
2003 zlc = zonelist->zlcache_ptr; zlc_zone_worth_trying()
2024 zlc = zonelist->zlcache_ptr; zlc_mark_zone_full()
2041 zlc = zonelist->zlcache_ptr; zlc_clear_zones_full()
3803 zonelist->zlcache_ptr = zlc = &zonelist->zlcache; build_zonelist_cache()
3869 /* non-NUMA variant of zonelist performance cache - just NULL zlcache_ptr */ build_zonelist_cache()
3872 pgdat->node_zonelists[0].zlcache_ptr = NULL; build_zonelist_cache()

Completed in 138 milliseconds