Searched refs:pgtable_list (Results 1 – 3 of 3) sorted by relevance
12 struct list_head pgtable_list; member25 .context.pgtable_list = LIST_HEAD_INIT(name.context.pgtable_list), \
128 INIT_LIST_HEAD(&mm->context.pgtable_list); in pgd_alloc()
1036 if (!list_empty(&mm->context.pgtable_list)) { in page_table_alloc()1037 page = list_first_entry(&mm->context.pgtable_list, in page_table_alloc()1056 list_add(&page->lru, &mm->context.pgtable_list); in page_table_alloc()1083 list_add(&page->lru, &mm->context.pgtable_list); in page_table_free()1128 list_add_tail(&page->lru, &mm->context.pgtable_list); in page_table_free_rcu()