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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dcfq-iosched.c65 static struct completion *ioc_gone; variable in typeref:struct:completion
2591 if (ioc_gone) {
2595 * complete ioc_gone and set it back to NULL
2598 if (ioc_gone && !elv_ioc_count_read(cfq_ioc_count)) {
2599 complete(ioc_gone);
2600 ioc_gone = NULL;
4132 ioc_gone = &all_gone;
4133 /* ioc_gone's update must be visible before reading ioc_count */

Completed in 119 milliseconds