Home
last modified time | relevance | path

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

/linux/mm/
H A Dzswap.c196 struct zswap_entry { struct
692 static inline struct mem_cgroup *mem_cgroup_from_entry(struct zswap_entry *entry) in mem_cgroup_from_entry()
697 static inline struct mem_cgroup *mem_cgroup_from_entry(struct zswap_entry *entry) in mem_cgroup_from_entry()
703 static inline int entry_to_nid(struct zswap_entry *entry) in entry_to_nid()
708 static void zswap_lru_add(struct list_lru *list_lru, struct zswap_entry *entry) in zswap_lru_add()
731 static void zswap_lru_del(struct list_lru *list_lru, struct zswap_entry *entry) in zswap_lru_del()
785 static struct zswap_entry *zswap_entry_cache_alloc(gfp_t gfp, int nid) in zswap_entry_cache_alloc()
787 struct zswap_entry *entry; in zswap_entry_cache_alloc()
794 static void zswap_entry_cache_free(struct zswap_entry *entry) in zswap_entry_cache_free()
803 static void zswap_entry_free(struct zswap_entry *entry) in zswap_entry_free()
[all …]