Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/fscache/
H A Doperation.c540 schedule_work(&cache->op_gc); in fscache_put_operation()
566 container_of(work, struct fscache_cache, op_gc); in fscache_operation_gc()
606 schedule_work(&cache->op_gc); in fscache_operation_gc()
H A Dcache.c193 INIT_WORK(&cache->op_gc, fscache_operation_gc); in fscache_init_cache()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache-cache.h64 struct work_struct op_gc; /* operation garbage collector */ member