Searched defs:disk_events (Results 1 – 1 of 1) sorted by relevance
61873 struct disk_events { struct61874 struct list_head node;61875 struct gendisk *disk;61876 spinlock_t lock;61877 struct mutex block_mutex;61878 int block;61879 unsigned int pending;61880 unsigned int clearing;61881 long int poll_msecs;61882 struct delayed_work dwork;