Searched defs:dm_kcopyd_client (Results 1 – 1 of 1) sorted by relevance
158 struct dm_kcopyd_client { struct159 struct page_list *pages;160 unsigned nr_reserved_pages;161 unsigned nr_free_pages;162 unsigned sub_job_size;164 struct dm_io_client *io_client;166 wait_queue_head_t destroyq;168 mempool_t job_pool;170 struct workqueue_struct *kcopyd_wq;171 struct work_struct kcopyd_work;[all …]