Home
last modified time | relevance | path

Searched refs:full_page (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/isofs/
H A Dcompress.c206 static int zisofs_fill_pages(struct inode *inode, int full_page, int pcount, in zisofs_fill_pages() argument
222 BUG_ON(!pages[full_page]); in zisofs_fill_pages()
229 start_off = page_offset(pages[full_page]); in zisofs_fill_pages()
236 WARN_ON(start_off - (full_page << PAGE_SHIFT) != 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
330 full_page = index & (zisofs_pages_per_cblock - 1); in zisofs_read_folio()
333 index -= full_page; in zisofs_read_folio()
335 full_page = 0; in zisofs_read_folio()
[all …]
/openbmc/linux/arch/arc/mm/
H A Dcache.c36 unsigned long sz, const int op, const int full_page);
190 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v3() argument
209 if (!full_page) { in __cache_line_loop_v3()
220 if (full_page) in __cache_line_loop_v3()
234 if (!full_page) { in __cache_line_loop_v3()
250 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4() argument
268 if (!full_page) { in __cache_line_loop_v4()
304 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4() argument
317 if (!full_page) { in __cache_line_loop_v4()
464 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE; in __dc_line_op() local
[all …]
/openbmc/linux/include/xen/interface/
H A Dgrant_table.h205 } full_page; member
/openbmc/qemu/include/hw/xen/interface/
H A Dgrant_table.h234 } full_page; member
/openbmc/linux/fs/jfs/
H A Djfs_logmgr.c196 uint full_page; /* # of full pages submitted */ member
779 INCREMENT(lmStat.full_page); in lmGCwrite()
2487 lmStat.full_page, in jfs_lmstats_proc_show()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c483 tpa_info->full_page = SGE_PAGES / gro_size * gro_size; in bnx2x_tpa_start()
597 u16 full_page = 0, gro_size = 0; in bnx2x_fill_frag_skb() local
603 full_page = tpa_info->full_page; in bnx2x_fill_frag_skb()
629 frag_len = min_t(u32, frag_size, (u32)full_page); in bnx2x_fill_frag_skb()
1007 pages = (frag_size + tpa_info->full_page - 1) / in bnx2x_rx_int()
1008 tpa_info->full_page; in bnx2x_rx_int()
H A Dbnx2x.h508 u16 full_page; member
/openbmc/linux/drivers/xen/
H A Dgrant-table.c397 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()