Searched refs:gmap_list (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dmmu.h14 struct list_head gmap_list; member in struct:__anon4
41 .context.gmap_list = LIST_HEAD_INIT(name.context.gmap_list),
H A Dmmu_context.h25 INIT_LIST_HEAD(&mm->context.gmap_list);
/linux-master/arch/s390/mm/
H A Dgmap.c118 list_add_rcu(&gmap->list, &mm->context.gmap_list);
119 if (list_is_singular(&mm->context.gmap_list))
269 if (list_empty(&gmap->mm->context.gmap_list))
271 else if (list_is_singular(&gmap->mm->context.gmap_list))
272 gmap_asce = list_first_entry(&gmap->mm->context.gmap_list,
530 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) {
2277 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) {
2342 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) {
2395 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, list) {
2430 list_for_each_entry_rcu(gmap, &mm->context.gmap_list, lis
[all...]

Completed in 188 milliseconds