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

/linux-master/fs/isofs/
H A Dcompress.c203 * Uncompress data so that pages[full_page] is fully uptodate and possibly
206 static int zisofs_fill_pages(struct inode *inode, int full_page, int pcount, argument
222 BUG_ON(!pages[full_page]);
225 * We want to read at least 'full_page' page. Because we have to
229 start_off = page_offset(pages[full_page]);
236 WARN_ON(start_off - (full_page << PAGE_SHIFT) !=
272 full_page -= poffset >> PAGE_SHIFT;
281 if (full_page < 0)
308 int i, pcount, full_page; local
330 full_page
[all...]
/linux-master/arch/arc/mm/
H A Dcache.c36 unsigned long sz, const int op, const int full_page);
189 unsigned long sz, const int op, const int full_page)
208 if (!full_page) {
219 if (full_page)
233 if (!full_page) {
249 unsigned long sz, const int op, const int full_page)
267 if (!full_page) {
303 unsigned long sz, const int op, const int full_page)
316 if (!full_page) {
463 const int full_page local
188 __cache_line_loop_v3(phys_addr_t paddr, unsigned long vaddr, unsigned long sz, const int op, const int full_page) argument
248 __cache_line_loop_v4(phys_addr_t paddr, unsigned long vaddr, unsigned long sz, const int op, const int full_page) argument
302 __cache_line_loop_v4(phys_addr_t paddr, unsigned long vaddr, unsigned long sz, const int op, const int full_page) argument
499 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE; local
[all...]
/linux-master/include/xen/interface/
H A Dgrant_table.h205 } full_page; member in union:grant_entry_v2
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c483 tpa_info->full_page = SGE_PAGES / gro_size * gro_size;
597 u16 full_page = 0, gro_size = 0; local
603 full_page = tpa_info->full_page;
629 frag_len = min_t(u32, frag_size, (u32)full_page);
1007 pages = (frag_size + tpa_info->full_page - 1) /
1008 tpa_info->full_page;
H A Dbnx2x.h508 u16 full_page; member in struct:bnx2x_agg_info
/linux-master/fs/jfs/
H A Djfs_logmgr.c196 uint full_page; /* # of full pages submitted */ member in struct:lmStat
779 INCREMENT(lmStat.full_page);
2487 lmStat.full_page,
/linux-master/drivers/xen/
H A Dgrant-table.c397 gnttab_shared.v2[ref].full_page.frame = frame;
486 return gnttab_shared.v2[ref].full_page.frame;

Completed in 162 milliseconds