Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfb.h220 struct fb_deferred_io { struct
222 unsigned long delay;
223 bool sort_pagereflist; /* sort pagelist by offset */
224 int open_count; /* number of opened files; protected by fb_info lock */
225 struct mutex lock; /* mutex that protects the pageref list */
226 struct list_head pagereflist; /* list of pagerefs for touched pages */
228 void (*deferred_io)(struct fb_info *info, struct list_head *pagelist);