Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-cache-policy.h78 int (*get_background_work)(struct dm_cache_policy *p, bool idle, member
H A Ddm-cache-policy-internal.h38 return p->get_background_work(p, idle, result); in policy_get_background_work()
H A Ddm-cache-policy-smq.c1693 mq->policy.get_background_work = smq_get_background_work; in init_policy_functions()