Searched refs:store (Results 1 – 4 of 4) sorted by relevance
/mm/ |
D | Kconfig | 371 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
|
D | frontswap.c | 275 ret = ops->store(type, offset, page); in __frontswap_store()
|
D | slub.c | 4738 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,
|
D | zswap.c | 1214 .store = zswap_frontswap_store,
|