Home
last modified time | relevance | path

Searched refs:pt_list (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/arch/s390/mm/
H A Dpgalloc.c255 struct ptdesc, pt_list); in page_table_alloc()
274 list_del_init(&ptdesc->pt_list); in page_table_alloc()
294 INIT_LIST_HEAD(&ptdesc->pt_list); in page_table_alloc()
303 list_add(&ptdesc->pt_list, &mm->context.pgtable_list); in page_table_alloc()
355 list_add(&ptdesc->pt_list, &mm->context.pgtable_list); in page_table_free()
358 list_del_init(&ptdesc->pt_list); in page_table_free()
409 list_add_tail(&ptdesc->pt_list, &mm->context.pgtable_list); in page_table_free_rcu()
412 list_del_init(&ptdesc->pt_list); in page_table_free_rcu()
H A Dgmap.c75 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()
/kernel/linux/linux-5.10/drivers/dma-buf/
H A Dsw_sync.c91 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 Dsync_debug.h28 * @lock: lock protecting @pt_list and @value
30 * @pt_list: list of active (unsignaled/errored) sync_pts
42 struct list_head pt_list; member
H A Dsync_debug.c114 list_for_each(pos, &obj->pt_list) { in sync_print_obj()
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Dsw_sync.c91 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 Dsync_debug.h28 * @lock: lock protecting @pt_list and @value
30 * @pt_list: list of active (unsignaled/errored) sync_pts
42 struct list_head pt_list; member
H A Dsync_debug.c114 list_for_each(pos, &obj->pt_list) { in sync_print_obj()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dgmap.h38 * @pt_list: list of all page tables used in the shadow guest address space
64 struct list_head pt_list; member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dgmap.h38 * @pt_list: list of all page tables used in the shadow guest address space
64 struct list_head pt_list; member
/kernel/linux/linux-6.6/include/linux/
H A Dmm_types.h397 * @pt_list: List of used page tables. Used for s390 and x86.
417 struct list_head pt_list; member
448 TABLE_MATCH(compound_head, pt_list);
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dpgtable.c97 list_add(&ptdesc->pt_list, &pgd_list); in pgd_list_add()
104 list_del(&ptdesc->pt_list); in pgd_list_del()
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dgmap.c64 INIT_LIST_HEAD(&gmap->pt_list); in gmap_alloc()
199 list_for_each_entry_safe(page, next, &gmap->pt_list, lru) in gmap_free()
2061 list_add(&page->lru, &sg->pt_list); in gmap_shadow_pgt()

Completed in 14 milliseconds