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;48 atomic_t nr_jobs;50 mempool_t *job_pool;52 struct workqueue_struct *kcopyd_wq;53 struct work_struct kcopyd_work;[all …]