Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dfb.h212 struct fb_deferred_io { struct
214 unsigned long delay;
215 bool sort_pagereflist; /* sort pagelist by offset */
216 int open_count; /* number of opened files; protected by fb_info lock */
217 struct mutex lock; /* mutex that protects the pageref list */
218 struct list_head pagereflist; /* list of pagerefs for touched pages */
220 void (*deferred_io)(struct fb_info *info, struct list_head *pagelist);
/kernel/linux/linux-5.10/include/linux/
Dfb.h203 struct fb_deferred_io { struct
205 unsigned long delay;
206 struct mutex lock; /* mutex that protects the page list */
207 struct list_head pagelist; /* list of touched pages */
209 void (*first_io)(struct fb_info *info);
210 void (*deferred_io)(struct fb_info *info, struct list_head *pagelist);