Searched refs:host_to_rmap (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dgmap.h36 * @host_to_rmap: radix tree with gmap_rmap lists
62 struct radix_tree_root host_to_rmap; member in struct:gmap
/linux-master/arch/s390/mm/
H A Dgmap.c78 INIT_RADIX_TREE(&gmap->host_to_rmap, GFP_ATOMIC | __GFP_ACCOUNT);
214 gmap_rmap_radix_tree_free(&gmap->host_to_rmap);
1189 * gmap_insert_rmap - add a rmap to the host_to_rmap radix tree
1203 slot = radix_tree_lookup_slot(&sg->host_to_rmap, vmaddr >> PAGE_SHIFT);
1213 radix_tree_replace_slot(&sg->host_to_rmap, slot, rmap);
1216 radix_tree_insert(&sg->host_to_rmap, vmaddr >> PAGE_SHIFT,
2231 head = radix_tree_delete(&sg->host_to_rmap, vmaddr >> PAGE_SHIFT);

Completed in 144 milliseconds