Searched defs:dm_kcopyd_client (Results 1 – 1 of 1) sorted by relevance
40 struct dm_kcopyd_client { struct41 struct page_list *pages;42 unsigned nr_reserved_pages;43 unsigned nr_free_pages;45 struct dm_io_client *io_client;47 wait_queue_head_t destroyq;49 mempool_t job_pool;51 struct workqueue_struct *kcopyd_wq;52 struct work_struct kcopyd_work;54 struct dm_kcopyd_throttle *throttle;[all …]