Lines Matching refs:clearing
1904 unsigned int clearing; /* events being cleared */
2045 ev->clearing |= mask;
2067 unsigned int clearing = mask;
2075 * store the union of mask and ev->clearing on the stack so that the
2076 * race with disk_flush_events does not cause ambiguity (ev->clearing
2080 clearing |= ev->clearing;
2081 ev->clearing = 0;
2084 disk_check_events(ev, &clearing);
2086 * if ev->clearing is not 0, the disk_flush_events got called in the
2089 __disk_unblock_events(disk, ev->clearing ? true : false);
2096 WARN_ON_ONCE(clearing & mask);
2137 disk_check_events(ev, &ev->clearing);
2145 unsigned int clearing = *clearing_ptr;
2151 events = disk->fops->check_events(disk, clearing);
2158 *clearing_ptr &= ~clearing;