Searched refs:pt_list (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/dma-buf/ |
| H A D | sw_sync.c | 113 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 D | sync_debug.c | 77 list_for_each(pos, &obj->pt_list) { in sync_print_obj()
|
| /linux/mm/ |
| H A D | pgtable-generic.c | 435 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 D | pgtable.c | 62 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 D | mm_types.h | 577 struct list_head pt_list; member 612 TABLE_MATCH(compound_head, pt_list);
|