Home
last modified time | relevance | path

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

/linux/include/linux/
A Dfb.h204 struct fb_deferred_io { struct
206 unsigned long delay;
207 struct mutex lock; /* mutex that protects the page list */
208 struct list_head pagelist; /* list of touched pages */
210 void (*first_io)(struct fb_info *info);
211 void (*deferred_io)(struct fb_info *info, struct list_head *pagelist);

Completed in 7 milliseconds