Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dfb.h211 struct fb_deferred_io { struct
213 unsigned long delay;
214 bool sort_pagereflist; /* sort pagelist by offset */
215 struct mutex lock; /* mutex that protects the pageref list */
216 struct list_head pagereflist; /* list of pagerefs for touched pages */
218 void (*first_io)(struct fb_info *info);
219 void (*deferred_io)(struct fb_info *info, struct list_head *pagelist);