Searched refs:pt_list (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/s390/mm/ |
H A D | pgalloc.c | 257 struct ptdesc, pt_list); in page_table_alloc() 276 list_del_init(&ptdesc->pt_list); in page_table_alloc() 296 INIT_LIST_HEAD(&ptdesc->pt_list); in page_table_alloc() 305 list_add(&ptdesc->pt_list, &mm->context.pgtable_list); in page_table_alloc() 357 list_add(&ptdesc->pt_list, &mm->context.pgtable_list); in page_table_free() 360 list_del_init(&ptdesc->pt_list); in page_table_free() 411 list_add_tail(&ptdesc->pt_list, &mm->context.pgtable_list); in page_table_free_rcu() 414 list_del_init(&ptdesc->pt_list); in page_table_free_rcu()
|
H A D | gmap.c | 75 INIT_LIST_HEAD(&gmap->pt_list); in gmap_alloc() 210 list_for_each_entry_safe(page, next, &gmap->pt_list, lru) in gmap_free() 2091 list_add(&page->lru, &sg->pt_list); in gmap_shadow_pgt()
|
/openbmc/linux/drivers/dma-buf/ |
H A D | sw_sync.c | 91 INIT_LIST_HEAD(&obj->pt_list); in sync_timeline_create() 203 list_for_each_entry_safe(pt, next, &obj->pt_list, link) { in sync_timeline_signal() 278 parent ? &rb_entry(parent, typeof(*pt), node)->link : &obj->pt_list); in sync_pt_create() 316 list_for_each_entry_safe(pt, next, &obj->pt_list, link) { in sw_sync_debugfs_release()
|
H A D | sync_debug.h | 42 struct list_head pt_list; member
|
H A D | sync_debug.c | 114 list_for_each(pos, &obj->pt_list) { in sync_print_obj()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | gmap.h | 64 struct list_head pt_list; member
|
/openbmc/linux/include/linux/ |
H A D | mm_types.h | 417 struct list_head pt_list; member 451 TABLE_MATCH(compound_head, pt_list);
|
/openbmc/linux/arch/x86/mm/ |
H A D | pgtable.c | 97 list_add(&ptdesc->pt_list, &pgd_list); in pgd_list_add() 104 list_del(&ptdesc->pt_list); in pgd_list_del()
|