Home
last modified time | relevance | path

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

/mm/
DKconfig371 of memory on which to store mappings, but it can only ask the system
468 of a "backing" store for a swap device. The data is stored into
564 It is designed to store up to two compressed pages per physical
574 zsmalloc is a slab-based memory allocator designed to store
Dfrontswap.c275 ret = ops->store(type, offset, page); in __frontswap_store()
Dslub.c4738 ssize_t (*store)(struct kmem_cache *s, const char *x, size_t count); member
5351 if (!attribute->store) in slab_attr_store()
5354 err = attribute->store(s, buf, len); in slab_attr_store()
5381 attribute->store(c, buf, len); in slab_attr_store()
5413 if (!attr || !attr->store || !attr->show) in memcg_propagate_slab_attrs()
5439 attr->store(s, buf, len); in memcg_propagate_slab_attrs()
5454 .store = slab_attr_store,
Dzswap.c1214 .store = zswap_frontswap_store,