Searched refs:commit_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/reiserfs/
H A Djournal.c68 static struct workqueue_struct *commit_wq; variable in typeref:struct:workqueue_struct
2006 flush_workqueue(commit_wq);
2009 destroy_workqueue(commit_wq);
2010 commit_wq = NULL;
2953 commit_wq = create_workqueue("reiserfs");
4304 queue_delayed_work(commit_wq, &journal->j_work, HZ / 10);

Completed in 103 milliseconds