Home
last modified time | relevance | path

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

/linux/fs/erofs/
A Dzdata.c24 static struct z_erofs_pcluster_slab pcluster_pool[] __read_mostly = { variable
33 for (i = 0; i < ARRAY_SIZE(pcluster_pool); ++i) { in z_erofs_destroy_pcluster_pool()
34 if (!pcluster_pool[i].slab) in z_erofs_destroy_pcluster_pool()
36 kmem_cache_destroy(pcluster_pool[i].slab); in z_erofs_destroy_pcluster_pool()
37 pcluster_pool[i].slab = NULL; in z_erofs_destroy_pcluster_pool()
47 for (pcs = pcluster_pool; in z_erofs_create_pcluster_pool()
48 pcs < pcluster_pool + ARRAY_SIZE(pcluster_pool); ++pcs) { in z_erofs_create_pcluster_pool()
67 for (i = 0; i < ARRAY_SIZE(pcluster_pool); ++i) { in z_erofs_alloc_pcluster()
68 struct z_erofs_pcluster_slab *pcs = pcluster_pool + i; in z_erofs_alloc_pcluster()
87 for (i = 0; i < ARRAY_SIZE(pcluster_pool); ++i) { in z_erofs_free_pcluster()
[all …]

Completed in 8 milliseconds