Searched refs:_wait_for_wakeup (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd.c1531 _wait_for_wakeup(struct dasd_ccw_req *cqr) function
1569 wait_event(wait_q, _wait_for_wakeup(cqr));
1602 rc = wait_event_interruptible(wait_q, _wait_for_wakeup(cqr));
1618 wait_event(wait_q, _wait_for_wakeup(cqr));
1682 wait_event(wait_q, _wait_for_wakeup(cqr));

Completed in 396 milliseconds