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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Daio.c59 static struct workqueue_struct *aio_wq; variable in typeref:struct:workqueue_struct
88 aio_wq = create_workqueue("aio");
420 * Ensure we don't leave the ctx on the aio_wq
572 queue_work(aio_wq, &fput_work);
798 queue_delayed_work(aio_wq, &ctx->wq, timeout);
861 queue_delayed_work(aio_wq, &ctx->wq, 0);

Completed in 44 milliseconds