| /linux/fs/squashfs/ |
| H A D | page_actor.c | 26 actor->next_page = 1; in cache_first_page() 32 if (actor->next_page == actor->pages) in cache_next_page() 35 return actor->buffer[actor->next_page++]; in cache_next_page() 54 actor->next_page = 0; in squashfs_page_actor_init() 65 return page_folio(actor->page[actor->next_page])->index; in page_next_index() 75 if ((actor->next_page == actor->pages) || in handle_next_page() 85 actor->last_page = actor->page[actor->next_page]; in handle_next_page() 86 return actor->pageaddr = kmap_local_page(actor->page[actor->next_page++]); in handle_next_page() 131 actor->next_page = 0; in squashfs_page_actor_init_special()
|
| H A D | page_actor.h | 22 int next_page; member 36 struct page *last_page = actor->next_page == actor->pages ? actor->last_page : ERR_PTR(-EIO); in squashfs_page_actor_free()
|
| /linux/kernel/trace/ |
| H A D | ring_buffer.c | 1458 struct buffer_page *next_page) in rb_tail_page_update() argument 1472 old_write = local_add_return(RB_WRITE_INTCNT, &next_page->write); in rb_tail_page_update() 1473 old_entries = local_add_return(RB_WRITE_INTCNT, &next_page->entries); in rb_tail_page_update() 1501 (void)local_cmpxchg(&next_page->write, old_write, val); in rb_tail_page_update() 1502 (void)local_cmpxchg(&next_page->entries, old_entries, eval); in rb_tail_page_update() 1509 local_set(&next_page->page->commit, 0); in rb_tail_page_update() 1512 if (try_cmpxchg(&cpu_buffer->tail_page, &tail_page, next_page)) in rb_tail_page_update() 2717 struct list_head *tail_page, *to_remove, *next_page; in rb_remove_pages() local 2758 next_page = rb_list_head(to_remove)->next; in rb_remove_pages() 2765 tail_page->next = (struct list_head *)((unsigned long)next_page | in rb_remove_pages() [all …]
|
| /linux/lib/ |
| H A D | alloc_tag.c | 423 struct page **next_page = vm_module_tags->pages + vm_module_tags->nr_pages; in vm_module_tags_populate() local 434 NUMA_NO_NODE, more_pages - nr, next_page + nr); in vm_module_tags_populate() 443 next_page, PAGE_SHIFT) < 0) { in vm_module_tags_populate() 444 release_pages_arg arg = { .pages = next_page }; in vm_module_tags_populate()
|
| /linux/arch/x86/mm/pat/ |
| H A D | set_memory.c | 1461 unsigned long next_page = (start + PMD_SIZE) & PMD_MASK; in unmap_pmd_range() local 1462 unsigned long pre_end = min_t(unsigned long, end, next_page); in unmap_pmd_range() 1505 unsigned long next_page = (start + PUD_SIZE) & PUD_MASK; in unmap_pud_range() local 1506 unsigned long pre_end = min_t(unsigned long, end, next_page); in unmap_pud_range() 1592 unsigned long next_page = (start + PMD_SIZE) & PMD_MASK; in populate_pmd() local 1594 pre_end = min_t(unsigned long, pre_end, next_page); in populate_pmd() 1669 unsigned long next_page = (start + PUD_SIZE) & PUD_MASK; in populate_pud() local 1671 pre_end = min_t(unsigned long, end, next_page); in populate_pud()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_panic.c | 180 static void drm_panic_write_pixel24_xpage(void *vaddr, struct page *next_page, in drm_panic_write_pixel24_xpage() argument 186 vaddr2 = kmap_local_page_try_from_panic(next_page); in drm_panic_write_pixel24_xpage()
|
| /linux/Documentation/trace/ |
| H A D | ring-buffer-design.rst | 711 next_page = temp_page->next 712 cmpxchg(tail_page, temp_page, next_page)
|
| /linux/mm/ |
| H A D | gup.c | 1404 goto next_page; in __get_user_pages() 1458 next_page: in __get_user_pages()
|
| H A D | ksm.c | 2695 goto next_page; in scan_get_next_rmap_item() 2706 next_page: in scan_get_next_rmap_item()
|
| /linux/drivers/infiniband/core/ |
| H A D | verbs.c | 2789 goto next_page; in ib_sg_to_pages() 2802 next_page: in ib_sg_to_pages()
|
| /linux/fs/btrfs/ |
| H A D | extent_io.c | 2656 goto next_page; in extent_write_locked_range() 2663 next_page: in extent_write_locked_range()
|
| /linux/fs/f2fs/ |
| H A D | data.c | 2423 goto next_page; in f2fs_mpage_readpages() 2437 next_page: in f2fs_mpage_readpages()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_link.c | 13842 u16 base_page, next_page, not_kr2_device, lane; in bnx2x_check_kr2_wa() local 13870 MDIO_AN_REG_LP_AUTO_NEG2, &next_page); in bnx2x_check_kr2_wa() 13888 ((next_page & 0xe0) == 0x20)))); in bnx2x_check_kr2_wa() 13894 next_page); in bnx2x_check_kr2_wa() 13902 DP(NETIF_MSG_LINK, "BP=0x%x, NP=0x%x\n", base_page, next_page); in bnx2x_check_kr2_wa()
|
| H A D | bnx2x_hsi.h | 5332 struct event_ring_next next_page; member
|