Searched refs:of (Results 1 – 4 of 4) sorted by relevance
/mm/ |
D | Kconfig | 16 This option allows you to change some of the ways that 21 Some users of more advanced features like NUMA and 38 more efficient handling of these holes. However, the vast 39 majority of hardware has quite flat address spaces, and 81 # Both the NUMA code and DISCONTIGMEM use arrays of pg_data_t's 82 # to represent different areas of memory. This variable allows 98 # consume vast quantities of .bss, so be careful. 164 - When the system is booting, node full of hotpluggable memory can 168 memory of a node as movable memory so that the whole node can be 209 # that require the use of a sectionid in the page flags. [all …]
|
D | hugetlb_cgroup.c | 256 static ssize_t hugetlb_cgroup_write(struct kernfs_open_file *of, in hugetlb_cgroup_write() argument 261 struct hugetlb_cgroup *h_cg = hugetlb_cgroup_from_css(of_css(of)); in hugetlb_cgroup_write() 264 idx = MEMFILE_IDX(of_cft(of)->private); in hugetlb_cgroup_write() 265 name = MEMFILE_ATTR(of_cft(of)->private); in hugetlb_cgroup_write() 288 static ssize_t hugetlb_cgroup_reset(struct kernfs_open_file *of, in hugetlb_cgroup_reset() argument 292 struct hugetlb_cgroup *h_cg = hugetlb_cgroup_from_css(of_css(of)); in hugetlb_cgroup_reset() 294 idx = MEMFILE_IDX(of_cft(of)->private); in hugetlb_cgroup_reset() 295 name = MEMFILE_ATTR(of_cft(of)->private); in hugetlb_cgroup_reset()
|
D | Kconfig.debug | 11 of memory corruption. 17 that would result in incorrect warnings of memory corruption after
|
D | memcontrol.c | 3952 static ssize_t mem_cgroup_force_empty_write(struct kernfs_open_file *of, in mem_cgroup_force_empty_write() argument 3956 struct mem_cgroup *memcg = mem_cgroup_from_css(of_css(of)); in mem_cgroup_force_empty_write() 4186 static ssize_t mem_cgroup_write(struct kernfs_open_file *of, in mem_cgroup_write() argument 4189 struct mem_cgroup *memcg = mem_cgroup_from_css(of_css(of)); in mem_cgroup_write() 4196 type = MEMFILE_TYPE(of_cft(of)->private); in mem_cgroup_write() 4197 name = MEMFILE_ATTR(of_cft(of)->private); in mem_cgroup_write() 4263 static ssize_t mem_cgroup_reset(struct kernfs_open_file *of, char *buf, in mem_cgroup_reset() argument 4266 struct mem_cgroup *memcg = mem_cgroup_from_css(of_css(of)); in mem_cgroup_reset() 4270 type = MEMFILE_TYPE(of_cft(of)->private); in mem_cgroup_reset() 4271 name = MEMFILE_ATTR(of_cft(of)->private); in mem_cgroup_reset() [all …]
|