Searched refs:zspage (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/mm/ |
| D | zsmalloc.c | 279 struct zspage { struct 304 static void migrate_lock_init(struct zspage *zspage); argument 305 static void migrate_read_lock(struct zspage *zspage); 306 static void migrate_read_unlock(struct zspage *zspage); 309 static void SetZsPageMovable(struct zs_pool *pool, struct zspage *zspage); 315 static void migrate_lock_init(struct zspage *zspage) {} in migrate_lock_init() argument 316 static void migrate_read_lock(struct zspage *zspage) {} in migrate_read_lock() argument 317 static void migrate_read_unlock(struct zspage *zspage) {} in migrate_read_unlock() argument 320 static void SetZsPageMovable(struct zs_pool *pool, struct zspage *zspage) {} in SetZsPageMovable() argument 330 pool->zspage_cachep = kmem_cache_create("zspage", sizeof(struct zspage), in create_cache() [all …]
|
| /kernel/linux/linux-5.10/Documentation/vm/ |
| D | zsmalloc.rst | 19 called zspage. 58 object size zspage stores 70 the number of 0-order pages to make a zspage 72 We assign a zspage to ZS_ALMOST_EMPTY fullness group when n <= N / f, where 75 * N = total number of objects zspage can store 78 Similarly, we assign zspage to:
|
| D | slub.rst | 102 slub_debug=FZ;-,zs_handle,zspage
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | page-flags.h | 468 PAGEFLAG(Zspage, zspage, PF_ANY) in TESTPAGEFLAG()
|