Searched defs:zpdesc (Results 1 – 2 of 2) sorted by relevance
29 struct zpdesc { struct34 struct zpdesc *next; argument49 static_assert(offsetof(struct page, pg) == offsetof(struct zpdesc, zp)) argument107 static inline void zpdesc_lock(struct zpdesc *zpdesc) in zpdesc_lock()112 static inline bool zpdesc_trylock(struct zpdesc *zpdesc) in zpdesc_trylock()117 static inline void zpdesc_unlock(struct zpdesc *zpdesc) in zpdesc_unlock()122 static inline void zpdesc_wait_locked(struct zpdesc *zpdesc) in zpdesc_wait_locked()127 static inline void zpdesc_get(struct zpdesc *zpdesc) in zpdesc_get()132 static inline void zpdesc_put(struct zpdesc *zpdesc) in zpdesc_put()137 static inline void *kmap_local_zpdesc(struct zpdesc *zpdesc) in kmap_local_zpdesc()[all …]
885 static void reset_zpdesc(struct zpdesc *zpdesc) in reset_zpdesc()920 struct zpdesc *zpdesc, *next; in __free_zspage() local1013 struct zpdesc *zpdesc; in create_page_chain() local1062 struct zpdesc *zpdesc; in alloc_zspage() local1152 struct zpdesc *zpdesc; in zs_obj_read_begin() local1202 struct zpdesc *zpdesc; in zs_obj_read_end() local1228 struct zpdesc *zpdesc; in zs_obj_write() local1540 struct zpdesc *zpdesc, int *obj_idx) in find_alloced_obj()1658 struct zpdesc *curr_zpdesc, *zpdesc; in lock_zspage() local1702 struct zpdesc *zpdesc; in replace_sub_page() local[all …]