Home
last modified time | relevance | path

Searched defs:zpdesc (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dzpdesc.h32 struct zpdesc { struct
37 struct zpdesc *next; argument
52 static_assert(offsetof(struct page, pg) == offsetof(struct zpdesc, zp)) argument
110 static inline void zpdesc_lock(struct zpdesc *zpdesc) in zpdesc_lock()
115 static inline bool zpdesc_trylock(struct zpdesc *zpdesc) in zpdesc_trylock()
120 static inline void zpdesc_unlock(struct zpdesc *zpdesc) in zpdesc_unlock()
125 static inline void zpdesc_wait_locked(struct zpdesc *zpdesc) in zpdesc_wait_locked()
130 static inline void zpdesc_get(struct zpdesc *zpdesc) in zpdesc_get()
135 static inline void zpdesc_put(struct zpdesc *zpdesc) in zpdesc_put()
140 static inline void *kmap_local_zpdesc(struct zpdesc *zpdesc) in kmap_local_zpdesc()
[all …]