Home
last modified time | relevance | path

Searched refs:end_pg (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/huawei/hinic/
Dhinic_hw_wq.c745 int curr_pg, end_pg, num_wqebbs; in hinic_get_wqe() local
767 end_pg = WQE_PAGE_NUM(wq, end_prod_idx); in hinic_get_wqe()
774 if (curr_pg != end_pg || end_prod_idx < *prod_idx) { in hinic_get_wqe()
829 int curr_pg, end_pg; in hinic_read_wqe() local
840 end_pg = WQE_PAGE_NUM(wq, end_cons_idx); in hinic_read_wqe()
847 if (curr_pg != end_pg || end_cons_idx < curr_cons_idx) { in hinic_read_wqe()
/linux-5.19.10/mm/
Dmemblock.c1932 struct page *start_pg, *end_pg; in free_memmap() local
1939 end_pg = pfn_to_page(end_pfn - 1) + 1; in free_memmap()
1946 pgend = __pa(end_pg) & PAGE_MASK; in free_memmap()