Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dfb.h221 struct fb_deferred_io { struct
223 unsigned long delay;
224 bool sort_pagereflist; /* sort pagelist by offset */
225 int open_count; /* number of opened files; protected by fb_info lock */
226 struct mutex lock; /* mutex that protects the pageref list */
227 struct list_head pagereflist; /* list of pagerefs for touched pages */
229 struct page *(*get_page)(struct fb_info *info, unsigned long offset);
230 void (*deferred_io)(struct fb_info *info, struct list_head *pagelist);