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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/cio/
H A Dcrw.c19 static atomic_t crw_nr_req = ATOMIC_INIT(0); variable
68 atomic_read(&crw_nr_req) > 0);
70 atomic_inc(&crw_nr_req);
128 if (atomic_dec_and_test(&crw_nr_req))
136 atomic_inc(&crw_nr_req);
143 wait_event(crw_handler_wait_q, atomic_read(&crw_nr_req) == 0);

Completed in 32 milliseconds