Home
last modified time | relevance | path

Searched refs:next_page (Results 1 – 11 of 11) sorted by relevance

/linux/fs/squashfs/
H A Dpage_actor.c26 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 Dpage_actor.h22 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/drivers/md/
H A Ddm-io.c171 void (*next_page)(struct dpages *dp); member
208 dp->next_page = list_next_page; in list_dp_init()
241 dp->next_page = bio_next_page; in bio_dp_init()
271 dp->next_page = vm_next_page; in vm_dp_init()
296 dp->next_page = km_next_page; in km_dp_init()
376 dp->next_page(dp); in do_region()
/linux/kernel/trace/
H A Dring_buffer.c1430 struct buffer_page *next_page) in rb_tail_page_update() argument
1444 old_write = local_add_return(RB_WRITE_INTCNT, &next_page->write); in rb_tail_page_update()
1445 old_entries = local_add_return(RB_WRITE_INTCNT, &next_page->entries); in rb_tail_page_update()
1473 (void)local_cmpxchg(&next_page->write, old_write, val); in rb_tail_page_update()
1474 (void)local_cmpxchg(&next_page->entries, old_entries, eval); in rb_tail_page_update()
1481 local_set(&next_page->page->commit, 0); in rb_tail_page_update()
1484 if (try_cmpxchg(&cpu_buffer->tail_page, &tail_page, next_page)) in rb_tail_page_update()
2795 struct list_head *tail_page, *to_remove, *next_page; in rb_remove_pages() local
2836 next_page = rb_list_head(to_remove)->next; in rb_remove_pages()
2843 tail_page->next = (struct list_head *)((unsigned long)next_page | in rb_remove_pages()
[all …]
/linux/arch/x86/mm/pat/
H A Dset_memory.c1468 unsigned long next_page = (start + PMD_SIZE) & PMD_MASK; in unmap_pmd_range() local
1469 unsigned long pre_end = min_t(unsigned long, end, next_page); in unmap_pmd_range()
1512 unsigned long next_page = (start + PUD_SIZE) & PUD_MASK; in unmap_pud_range() local
1513 unsigned long pre_end = min_t(unsigned long, end, next_page); in unmap_pud_range()
1603 unsigned long next_page = (start + PMD_SIZE) & PMD_MASK; in populate_pmd() local
1605 pre_end = min_t(unsigned long, pre_end, next_page); in populate_pmd()
1680 unsigned long next_page = (start + PUD_SIZE) & PUD_MASK; in populate_pud() local
1682 pre_end = min_t(unsigned long, end, next_page); in populate_pud()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c1928 goto next_page; in mt7996_rro_rx_process()
1941 goto next_page; in mt7996_rro_rx_process()
1952 goto next_page; in mt7996_rro_rx_process()
1964 goto next_page; in mt7996_rro_rx_process()
1968 goto next_page; in mt7996_rro_rx_process()
1972 goto next_page; in mt7996_rro_rx_process()
1980 goto next_page; in mt7996_rro_rx_process()
1985 goto next_page; in mt7996_rro_rx_process()
1993 next_page: in mt7996_rro_rx_process()
/linux/Documentation/trace/
H A Dring-buffer-design.rst711 next_page = temp_page->next
712 cmpxchg(tail_page, temp_page, next_page)
/linux/fs/btrfs/
H A Dextent_io.c2655 goto next_page; in extent_write_locked_range()
2662 next_page: in extent_write_locked_range()
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c13842 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 Dbnx2x_hsi.h5332 struct event_ring_next next_page; member
H A Dbnx2x_main.c6148 elem->next_page.addr.hi = in bnx2x_init_eq_ring()
6151 elem->next_page.addr.lo = in bnx2x_init_eq_ring()