Home
last modified time | relevance | path

Searched refs:pt_list (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/dma-buf/
H A Dsw_sync.c112 INIT_LIST_HEAD(&obj->pt_list); in sync_timeline_create()
241 list_for_each_entry_safe(pt, next, &obj->pt_list, link) { in sync_timeline_signal()
316 parent ? &rb_entry(parent, typeof(*pt), node)->link : &obj->pt_list); in sync_pt_create()
354 list_for_each_entry_safe(pt, next, &obj->pt_list, link) { in sw_sync_debugfs_release()
H A Dsync_debug.h42 struct list_head pt_list; member
H A Dsync_debug.c114 list_for_each(pos, &obj->pt_list) { in sync_print_obj()
/linux/arch/s390/include/asm/
H A Dgmap.h64 struct list_head pt_list; member
/linux/arch/x86/mm/
H A Dpgtable.c100 list_add(&ptdesc->pt_list, &pgd_list); in pgd_list_add()
107 list_del(&ptdesc->pt_list); in pgd_list_del()
/linux/include/linux/
H A Dmm_types.h446 struct list_head pt_list; member
478 TABLE_MATCH(compound_head, pt_list);
/linux/arch/s390/mm/
H A Dgmap.c75 INIT_LIST_HEAD(&gmap->pt_list); in gmap_alloc()
212 list_for_each_entry_safe(ptdesc, n, &gmap->pt_list, pt_list) in gmap_free()
1367 list_del(&ptdesc->pt_list); in gmap_unshadow_pgt()
1395 list_del(&ptdesc->pt_list); in __gmap_unshadow_sgt()
2093 list_add(&ptdesc->pt_list, &sg->pt_list); in gmap_shadow_pgt()
H A Dpgalloc.c175 INIT_LIST_HEAD(&ptdesc->pt_list); in page_table_alloc()