Searched defs:dm_kcopyd_client (Results 1 – 1 of 1) sorted by relevance
39 struct dm_kcopyd_client { struct40 struct page_list *pages;41 unsigned nr_reserved_pages;42 unsigned nr_free_pages;44 struct dm_io_client *io_client;46 wait_queue_head_t destroyq;47 atomic_t nr_jobs;71 static void wake(struct dm_kcopyd_client *kc) in wake() argument