Home
last modified time | relevance | path

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

/linux/drivers/md/dm-pcache/
H A Dcache.c168 INIT_WORK(&cache->clean_work, clean_fn); in cache_init()
H A Dcache.h326 void clean_fn(struct work_struct *work);
H A Dcache_key.c637 * clean_fn - Cleanup function to remove invalid keys from the cache tree.
645 void clean_fn(struct work_struct *work) in clean_fn() function