Home
last modified time | relevance | path

Searched defs:memory_group (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/include/linux/
Dmemory.h52 struct memory_group { struct
53 int nid;
54 struct list_head memory_blocks;
55 unsigned long present_kernel_pages;
56 unsigned long present_movable_pages;
57 bool is_dynamic;
58 union {