Home
last modified time | relevance | path

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

/linux/drivers/dma-buf/
H A Dsw_sync.c113 INIT_LIST_HEAD(&obj->pt_list); in sync_timeline_create()
220 list_for_each_entry_safe(pt, next, &obj->pt_list, link) { in sync_timeline_signal()
295 parent ? &rb_entry(parent, typeof(*pt), node)->link : &obj->pt_list); in sync_pt_create()
333 list_for_each_entry_safe(pt, next, &obj->pt_list, link) { in sw_sync_debugfs_release()
H A Dsync_debug.c77 list_for_each(pos, &obj->pt_list) { in sync_print_obj()
/linux/mm/
H A Dpgtable-generic.c435 list_for_each_entry_safe(pt, next, &page_list, pt_list) in kernel_pgtable_work_func()
442 list_add(&pt->pt_list, &kernel_pgtable_work.list); in pagetable_free_kernel()
/linux/arch/x86/mm/
H A Dpgtable.c62 list_add(&ptdesc->pt_list, &pgd_list); in pgd_list_add()
69 list_del(&ptdesc->pt_list); in pgd_list_del()
/linux/include/linux/
H A Dmm_types.h577 struct list_head pt_list; member
612 TABLE_MATCH(compound_head, pt_list);