Searched refs:full_page (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/isofs/ |
A D | compress.c | 222 BUG_ON(!pages[full_page]); in zisofs_fill_pages() 229 start_off = page_offset(pages[full_page]); in zisofs_fill_pages() 272 full_page -= poffset >> PAGE_SHIFT; in zisofs_fill_pages() 281 if (full_page < 0) in zisofs_fill_pages() 308 int i, pcount, full_page; in zisofs_read_folio() local 333 index -= full_page; in zisofs_read_folio() 335 full_page = 0; in zisofs_read_folio() 344 pages[full_page] = page; in zisofs_read_folio() 347 if (i != full_page) in zisofs_read_folio() 359 if (i == full_page && err) in zisofs_read_folio() [all …]
|
/linux-6.3-rc2/arch/arc/mm/ |
A D | cache.c | 32 unsigned long sz, const int op, const int full_page); 227 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v3() argument 246 if (!full_page) { in __cache_line_loop_v3() 257 if (full_page) in __cache_line_loop_v3() 271 if (!full_page) { in __cache_line_loop_v3() 287 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4() argument 305 if (!full_page) { in __cache_line_loop_v4() 341 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4() argument 354 if (!full_page) { in __cache_line_loop_v4() 501 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE; in __dc_line_op() local [all …]
|
/linux-6.3-rc2/include/xen/interface/ |
A D | grant_table.h | 205 } full_page; member
|
/linux-6.3-rc2/fs/jfs/ |
A D | jfs_logmgr.c | 196 uint full_page; /* # of full pages submitted */ member 779 INCREMENT(lmStat.full_page); in lmGCwrite() 2482 lmStat.full_page, in jfs_lmstats_proc_show()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x_cmn.c | 482 tpa_info->full_page = SGE_PAGES / gro_size * gro_size; in bnx2x_tpa_start() 596 u16 full_page = 0, gro_size = 0; in bnx2x_fill_frag_skb() local 602 full_page = tpa_info->full_page; in bnx2x_fill_frag_skb() 628 frag_len = min_t(u32, frag_size, (u32)full_page); in bnx2x_fill_frag_skb() 994 pages = (frag_size + tpa_info->full_page - 1) / in bnx2x_rx_int() 995 tpa_info->full_page; in bnx2x_rx_int()
|
A D | bnx2x.h | 508 u16 full_page; member
|
/linux-6.3-rc2/drivers/xen/ |
A D | grant-table.c | 397 gnttab_shared.v2[ref].full_page.frame = frame; in gnttab_update_entry_v2() 488 return gnttab_shared.v2[ref].full_page.frame; in gnttab_read_frame_v2()
|
Completed in 36 milliseconds