Home
last modified time | relevance | path

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

/mm/
Dzsmalloc.c244 struct zs_pool { struct
307 static int zs_register_migration(struct zs_pool *pool);
308 static void zs_unregister_migration(struct zs_pool *pool);
312 static void kick_deferred_free(struct zs_pool *pool);
313 static void init_deferred_free(struct zs_pool *pool);
314 static void SetZsPageMovable(struct zs_pool *pool, struct zspage *zspage);
318 static int zs_register_migration(struct zs_pool *pool) { return 0; } in zs_register_migration()
319 static void zs_unregister_migration(struct zs_pool *pool) {} in zs_unregister_migration()
323 static void kick_deferred_free(struct zs_pool *pool) {} in kick_deferred_free()
324 static void init_deferred_free(struct zs_pool *pool) {} in init_deferred_free()
[all …]