Searched defs:dm_kcopyd_client (Results 1 – 1 of 1) sorted by relevance
57 struct dm_kcopyd_client { struct58 struct page_list *pages;59 unsigned nr_reserved_pages;60 unsigned nr_free_pages;61 unsigned sub_job_size;63 struct dm_io_client *io_client;65 wait_queue_head_t destroyq;67 mempool_t job_pool;69 struct workqueue_struct *kcopyd_wq;70 struct work_struct kcopyd_work;[all …]