Searched refs:chp_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/drivers/s390/cio/
H A Dchp.c51 static struct workqueue_struct *chp_wq; variable in typeref:struct:workqueue_struct
663 queue_work(chp_wq, &cfg_work);
681 queue_work(chp_wq, &cfg_work);
715 chp_wq = create_singlethread_workqueue("cio_chp");
716 if (!chp_wq) {

Completed in 92 milliseconds