Home
last modified time | relevance | path

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

/mm/
DKconfig366 of memory on which to store mappings, but it can only ask the system
475 of a "backing" store for a swap device. The data is stored into
692 It is designed to store up to two compressed pages per physical
702 It is designed to store up to three compressed pages per physical
710 zsmalloc is a slab-based memory allocator designed to store
Dfrontswap.c272 ret = ops->store(type, offset, page); in __frontswap_store()
Dzswap.c1253 .store = zswap_frontswap_store,
Dslub.c5019 ssize_t (*store)(struct kmem_cache *s, const char *x, size_t count); member
5510 if (!attribute->store) in slab_attr_store()
5513 err = attribute->store(s, buf, len); in slab_attr_store()
5524 .store = slab_attr_store,