Home
last modified time | relevance | path

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

/linux/fs/isofs/
A Dcompress.c217 BUG_ON(!pages[full_page]); in zisofs_fill_pages()
224 start_off = page_offset(pages[full_page]); in zisofs_fill_pages()
267 full_page -= poffset >> PAGE_SHIFT; in zisofs_fill_pages()
276 if (full_page < 0) in zisofs_fill_pages()
304 int i, pcount, full_page; in zisofs_readpage() local
329 index -= full_page; in zisofs_readpage()
331 full_page = 0; in zisofs_readpage()
340 pages[full_page] = page; in zisofs_readpage()
343 if (i != full_page) in zisofs_readpage()
357 if (i == full_page && err) in zisofs_readpage()
[all …]
/linux/arch/arc/mm/
A Dcache.c32 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/include/xen/interface/
A Dgrant_table.h186 } full_page; member
/linux/fs/jfs/
A Djfs_logmgr.c196 uint full_page; /* # of full pages submitted */ member
787 INCREMENT(lmStat.full_page); in lmGCwrite()
2497 lmStat.full_page, in jfs_lmstats_proc_show()
/linux/drivers/net/ethernet/broadcom/bnx2x/
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()
994 pages = (frag_size + tpa_info->full_page - 1) / in bnx2x_rx_int()
995 tpa_info->full_page; in bnx2x_rx_int()
A Dbnx2x.h508 u16 full_page; member
/linux/drivers/xen/
A Dgrant-table.c256 gnttab_shared.v2[ref].full_page.frame = frame; in gnttab_update_entry_v2()
527 frame = gnttab_shared.v2[ref].full_page.frame; in gnttab_end_foreign_transfer_ref_v2()

Completed in 48 milliseconds