Lines Matching refs:clearing
18 unsigned int clearing; /* events being cleared */
159 ev->clearing |= mask;
188 unsigned int clearing = *clearing_ptr;
193 events = disk->fops->check_events(disk, clearing);
200 *clearing_ptr &= ~clearing;
231 unsigned int clearing = mask;
239 * store the union of mask and ev->clearing on the stack so that the
240 * race with disk_flush_events does not cause ambiguity (ev->clearing
244 clearing |= ev->clearing;
245 ev->clearing = 0;
248 disk_check_events(ev, &clearing);
250 * if ev->clearing is not 0, the disk_flush_events got called in the
253 __disk_unblock_events(disk, ev->clearing ? true : false);
260 WARN_ON_ONCE(clearing & mask);
316 disk_check_events(ev, &ev->clearing);