Home
last modified time | relevance | path

Searched refs:zspage (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/mm/
H A Dzsmalloc.c1021 struct zspage *zspage; in find_get_zspage() local
1195 struct zspage *zspage; in zs_map_object() local
1256 struct zspage *zspage; in zs_unmap_object() local
1365 struct zspage *zspage; in zs_malloc() local
1421 struct zspage *zspage; in obj_free() local
1447 struct zspage *zspage; in zs_free() local
1616 struct zspage *zspage; in isolate_src_zspage() local
1633 struct zspage *zspage; in isolate_dst_zspage() local
1781 struct zspage *zspage; in zs_page_isolate() local
1803 struct zspage *zspage; in zs_page_migrate() local
[all …]
H A DKconfig210 int "Maximum number of physical pages per-zspage"
216 that a zmalloc page (zspage) can consist of. The optimal zspage
221 such as the number of pages per zspage and the number of objects
222 per zspage. This can also result in different configurations of
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dzsmalloc.rst20 页面的边界。代码将这些链接的页面作为一个实体,称为zspage
54 zspage存储对象大小
56 ZS_ALMOST_EMPTY zspage的数量(见下文)。
58 ZS_ALMOST_FULL zspage的数量(见下图)
66 组成一个zspage的0-order页面的数量
68 当n <= N / f时,我们将一个zspage分配给ZS_ALMOST_EMPTYfullness组,其中
71 * N = zspage可以存储的对象总数
74 同样地,我们将zspage分配给:
/openbmc/linux/Documentation/mm/
H A Dzsmalloc.rst17 called zspage.
55 object size zspage stores
85 the number of 0-order pages to make a zspage
89 Each zspage maintains inuse counter which keeps track of the number of
90 objects stored in the zspage. The inuse counter determines the zspage's
92 the total number of objects the zspage can hold (objs_per_zspage). The
105 of objects that each zspage can store.
130 pages per zspage wasted bytes used%
143 such as pages per-zspage and objects per-zspage also change. This leads to
165 For zspage chain size of 8, huge class watermark becomes 3632 bytes:::
[all …]
H A Dslub.rst100 slub_debug=FZ;-,zs_handle,zspage