Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dslub_kunit.c197 struct cache_destroy_work *cdw; in cache_destroy_workfn() local
199 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() local
217 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()