Searched defs:disk_events (Results 1 – 1 of 1) sorted by relevance
57666 struct disk_events { struct57667 struct list_head node;57668 struct gendisk *disk;57669 spinlock_t lock;57670 struct mutex block_mutex;57671 int block;57672 unsigned int pending;57673 unsigned int clearing;57674 long int poll_msecs;57675 struct delayed_work dwork;