Searched refs:kstriped (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/md/
H A Ddm-stripe.c47 static struct workqueue_struct *kstriped; variable in typeref:struct:workqueue_struct
214 flush_workqueue(kstriped);
370 queue_work(kstriped, &sc->kstriped_ws);
425 kstriped = create_singlethread_workqueue("kstriped");
426 if (!kstriped) {
427 DMERR("failed to create workqueue kstriped");
438 destroy_workqueue(kstriped);

Completed in 35 milliseconds