Searched defs:zpdesc (Results 1 – 1 of 1) sorted by relevance
32 struct zpdesc { struct37 struct zpdesc *next; argument52 static_assert(offsetof(struct page, pg) == offsetof(struct zpdesc, zp)) argument110 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 …]