Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dzswap.c196 struct zswap_entry { struct
683 static inline struct mem_cgroup *mem_cgroup_from_entry(struct zswap_entry *entry) in mem_cgroup_from_entry()
688 static inline struct mem_cgroup *mem_cgroup_from_entry(struct zswap_entry *entry) in mem_cgroup_from_entry()
694 static inline int entry_to_nid(struct zswap_entry *entry) in entry_to_nid()
699 static void zswap_lru_add(struct list_lru *list_lru, struct zswap_entry *entry) in zswap_lru_add()
723 static void zswap_lru_del(struct list_lru *list_lru, struct zswap_entry *entry) in zswap_lru_del()
777 static struct zswap_entry *zswap_entry_cache_alloc(gfp_t gfp, int nid) in zswap_entry_cache_alloc()
779 struct zswap_entry *entry; in zswap_entry_cache_alloc()
786 static void zswap_entry_cache_free(struct zswap_entry *entry) in zswap_entry_cache_free()
795 static void zswap_entry_free(struct zswap_entry *entry) in zswap_entry_free()
[all …]