Searched refs:next_page (Results 1 – 10 of 10) sorted by relevance
| /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/lib/ |
| H A D | alloc_tag.c | 439 struct page **next_page = vm_module_tags->pages + vm_module_tags->nr_pages; in vm_module_tags_populate() local 450 NUMA_NO_NODE, more_pages - nr, next_page + nr); in vm_module_tags_populate() 459 next_page, PAGE_SHIFT) < 0) { in vm_module_tags_populate() 460 release_pages_arg arg = { .pages = next_page }; in vm_module_tags_populate()
|
| /linux/fs/ntfs3/ |
| H A D | fslog.c | 1070 u32 next_page; member 1377 log->next_page = log->first_page; in log_create() 1582 log->next_page + log->page_size : in current_log_avail() 1583 log->next_page == log->first_page ? log->l_size : in current_log_avail() 1584 log->next_page; in current_log_avail() 1826 curpage_off = seq_base == log->seq_num ? min(log->next_page, page_off) : in last_log_lsn() 1827 log->next_page; in last_log_lsn() 1837 next_page: in last_log_lsn() 1906 log->next_page = curpage_off; in last_log_lsn() 1909 log->next_page = nextpage_off; in last_log_lsn() [all …]
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mac.c | 1993 goto next_page; in mt7996_rro_rx_process() 2006 goto next_page; in mt7996_rro_rx_process() 2017 goto next_page; in mt7996_rro_rx_process() 2029 goto next_page; in mt7996_rro_rx_process() 2033 goto next_page; in mt7996_rro_rx_process() 2037 goto next_page; in mt7996_rro_rx_process() 2045 goto next_page; in mt7996_rro_rx_process() 2050 goto next_page; in mt7996_rro_rx_process() 2058 next_page: in mt7996_rro_rx_process()
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_fw.c | 1678 goto next_page; in fbnic_mbx_process_rx_msgs() 1685 goto next_page; in fbnic_mbx_process_rx_msgs() 1702 next_page: in fbnic_mbx_process_rx_msgs()
|
| /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/fs/btrfs/ |
| H A D | extent_io.c | 2946 goto next_page; in extent_write_locked_range() 2953 next_page: in extent_write_locked_range()
|
| /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
|