Home
last modified time | relevance | path

Searched refs:nfsd_export_wq (Results 1 – 1 of 1) sorted by relevance

/linux/fs/nfsd/
H A Dexport.c39 static struct workqueue_struct *nfsd_export_wq; variable
62 queue_rcu_work(nfsd_export_wq, &key->ek_rwork); in expkey_put()
386 queue_rcu_work(nfsd_export_wq, &exp->ex_rwork); in svc_export_put()
1507 nfsd_export_wq = alloc_workqueue("nfsd_export", WQ_UNBOUND, 0); in nfsd_export_wq_init()
1508 if (!nfsd_export_wq) in nfsd_export_wq_init()
1521 destroy_workqueue(nfsd_export_wq); in nfsd_export_wq_shutdown()
1587 flush_workqueue(nfsd_export_wq); in nfsd_export_shutdown()