Home
last modified time | relevance | path

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

/linux/drivers/md/dm-pcache/
H A Dcache.c167 INIT_WORK(&cache->clean_work, clean_fn); in cache_init()
420 flush_work(&cache->clean_work); in pcache_cache_stop()
H A Dcache_segment.c301 queue_work(cache_get_wq(cache), &cache->clean_work); in cache_seg_invalidate()
H A Dcache.h172 struct work_struct clean_work; member
/linux/drivers/infiniband/hw/mlx4/
H A Dmcg.c1123 struct clean_work { struct
1131 struct clean_work *cw = container_of(work, struct clean_work, work); in mcg_clean_task() argument
1140 struct clean_work *work; in mlx4_ib_mcg_port_cleanup()