Searched refs:blocks_per_page (Results 1 - 5 of 5) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Ddmapool.c22 size_t blocks_per_page; member in struct:dma_pool
72 blocks, pages * pool->blocks_per_page,
140 retval->blocks_per_page = allocation / size;
172 mapsize = pool->blocks_per_page;
244 if (is_page_busy (pool->blocks_per_page, page->bitmap)) {
287 i < pool->blocks_per_page;
292 if ((i + block) < pool->blocks_per_page) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddirect-io.c802 const unsigned blocks_per_page = PAGE_SIZE >> blkbits; local
818 while (block_in_page < blocks_per_page) {
H A Dmpage.c182 const unsigned blocks_per_page = PAGE_CACHE_SIZE >> blkbits; local
189 unsigned first_hole = blocks_per_page;
200 last_block = block_in_file + nr_pages * blocks_per_page;
220 if (page_block == blocks_per_page)
234 while (page_block < blocks_per_page) {
247 if (first_hole == blocks_per_page)
266 if (first_hole != blocks_per_page)
277 } else if (page_block == blocks_per_page)
286 if (first_hole != blocks_per_page) {
320 if (buffer_boundary(map_bh) || (first_hole != blocks_per_page))
457 const unsigned blocks_per_page = PAGE_CACHE_SIZE >> blkbits; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_metapage.c489 unsigned int blocks_per_page = PAGE_CACHE_SIZE >> inode->i_blkbits; local
501 while (block_offset < blocks_per_page) {
502 xlen = blocks_per_page - block_offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dswapfile.c1059 unsigned blocks_per_page; local
1077 blocks_per_page = PAGE_SIZE >> blkbits;
1086 while ((probe_block + blocks_per_page) <= last_block &&
1098 if (first_block & (blocks_per_page - 1)) {
1103 for (block_in_page = 1; block_in_page < blocks_per_page;
1133 probe_block += blocks_per_page;

Completed in 111 milliseconds