Searched refs:zoneref (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mmzone.h | 685 struct zoneref { struct 705 struct zoneref _zonerefs[MAX_ZONES_PER_ZONELIST + 1]; 1058 static inline struct zone *zonelist_zone(struct zoneref *zoneref) in zonelist_zone() argument 1060 return zoneref->zone; in zonelist_zone() 1063 static inline int zonelist_zone_idx(struct zoneref *zoneref) in zonelist_zone_idx() argument 1065 return zoneref->zone_idx; in zonelist_zone_idx() 1068 static inline int zonelist_node_idx(struct zoneref *zoneref) in zonelist_node_idx() argument 1070 return zone_to_nid(zoneref->zone); in zonelist_node_idx() 1073 struct zoneref *__next_zones_zonelist(struct zoneref *z, 1089 static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, in next_zones_zonelist() [all …]
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | oom.h | 34 TP_PROTO(struct zoneref *zoneref, 42 TP_ARGS(zoneref, order, reclaimable, available, min_wmark, no_progress_loops, wmark_check), 56 __entry->node = zone_to_nid(zoneref->zone); 57 __entry->zone_idx = zoneref->zone_idx;
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | mmzone.c | 47 static inline int zref_in_nodemask(struct zoneref *zref, nodemask_t *nodes) in zref_in_nodemask() 57 struct zoneref *__next_zones_zonelist(struct zoneref *z, in __next_zones_zonelist()
|
| H A D | mm_init.c | 37 struct zoneref *z; in mminit_verify_zonelist()
|
| H A D | page_alloc.c | 2795 struct zoneref *z; in unreserve_highatomic_pageblock() 3966 struct zoneref *z; in get_page_from_freelist() 4419 struct zoneref *z; in should_compact_retry() 4583 struct zoneref *z; in wake_all_kswapds() 4696 struct zoneref *z; in should_reclaim_retry() 5489 struct zoneref *z; in nr_free_zone_pages() 5874 static void zoneref_set_zone(struct zone *zone, struct zoneref *zoneref) in zoneref_set_zone() argument 5876 zoneref->zone = zone; in zoneref_set_zone() 5877 zoneref->zone_idx = zone_idx(zone); in zoneref_set_zone() 5885 static int build_zonerefs_node(pg_data_t *pgdat, struct zoneref *zonerefs) in build_zonerefs_node() [all …]
|
| H A D | internal.h | 159 struct zoneref *preferred_zoneref;
|
| H A D | oom_kill.c | 258 struct zoneref *z; in constrained_alloc()
|
| H A D | vmscan.c | 2996 struct zoneref *z; in shrink_zones() 3113 struct zoneref *z; in do_try_to_free_pages() 3248 struct zoneref *z; in throttle_direct_reclaim()
|
| H A D | compaction.c | 2204 struct zoneref *z; in compaction_zonelist_suitable() 2512 struct zoneref *z; in try_to_compact_pages()
|
| H A D | mempolicy.c | 1950 struct zoneref *z; in mempolicy_slab_node() 2476 struct zoneref *z; in mpol_misplaced()
|
| H A D | slab.c | 3098 struct zoneref *z; in fallback_alloc()
|
| H A D | hugetlb.c | 1105 struct zoneref *z; in dequeue_huge_page_nodemask()
|
| H A D | slub.c | 2061 struct zoneref *z; in get_any_partial()
|