Searched refs:cdw (Results 1 – 1 of 1) sorted by relevance
197 struct cache_destroy_work *cdw; in cache_destroy_workfn() local199 cdw = container_of(w, struct cache_destroy_work, work); in cache_destroy_workfn()200 kmem_cache_destroy(cdw->s); in cache_destroy_workfn()208 struct cache_destroy_work cdw; in test_kfree_rcu_wq_destroy() local217 INIT_WORK_ONSTACK(&cdw.work, cache_destroy_workfn); in test_kfree_rcu_wq_destroy()236 cdw.s = s; in test_kfree_rcu_wq_destroy()239 queue_work(wq, &cdw.work); in test_kfree_rcu_wq_destroy()240 flush_work(&cdw.work); in test_kfree_rcu_wq_destroy()