Searched refs:holes (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ixp4xx/
H A Dmemory.h19 void ixp4xx_adjust_zones(int node, unsigned long *size, unsigned long *holes);
21 #define arch_adjust_zones(node, size, holes) \
22 ixp4xx_adjust_zones(node, size, holes)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-sa1100/
H A Dmemory.h20 void sa1111_adjust_zones(int node, unsigned long *size, unsigned long *holes);
22 #define arch_adjust_zones(node, size, holes) \
23 sa1111_adjust_zones(node, size, holes)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-davinci/
H A Dmemory.h35 __arch_adjust_zones(int node, unsigned long *size, unsigned long *holes) argument
46 #define arch_adjust_zones(node, zone_size, holes) \
47 if ((meminfo.bank[0].size >> 20) > 128) __arch_adjust_zones(node, zone_size, holes)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/mm/
H A Ddiscontig.c31 unsigned long holes; member in struct:__anon3565
38 unsigned long start_pfn, holes, free_pfn; local
47 mp->holes = 0;
53 holes = 0;
60 holes = free_pfn - start_pfn;
64 mp->pages = PFN_DOWN(CONFIG_IRAM_SIZE) + holes;
65 mp->holes = holes;
134 unsigned long holes = 0; local
147 zholes_size[ZONE_DMA] = mp->holes;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-shark/
H A Dmemory.h32 #define arch_adjust_zones(node, size, holes) \
33 __arch_adjust_zones(node, size, holes)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/sun3/
H A Dsun3dvma.c82 static void print_holes(struct list_head *holes) argument
88 printk("listing dvma holes\n");
89 list_for_each(cur, holes) {
157 printk("out of dvma holes! (printing hole cache)\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dmemory.h149 #define arch_adjust_zones(node,size,holes) do { } while (0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_attr_leaf.h85 __u8 holes; /* != 0 if blk needs compaction */ member in struct:xfs_attr_leaf_hdr
H A Dxfs_attr_leaf.c1082 * If there are no holes in the address space of the block,
1086 if (!hdr->holes && (sum < entsize))
1263 hdr_d->holes = 0;
1830 hdr->holes = 1; /* mark as needing compaction */
1878 * Note that we don't check "leaf" for holes because we will
1881 if (save_hdr->holes == 0) {
1883 * dest leaf has no holes, so we add there. May need
1896 * Destination has holes, so we make a temporary copy
2260 hdr_s->holes = 1; /* leaf may not be compact */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_input.c1630 * holes, caused by lost packets.
1693 u32 holes; local
1695 holes = max(tp->lost_out, 1U);
1696 holes = min(holes, tp->packets_out);
1698 if ((tp->sacked_out + holes) > tp->packets_out) {
1699 tp->sacked_out = tp->packets_out - holes;
3094 * space. Not before when we get holes.
4168 * turn it off (when there are holes in the receive
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S298 # a whole bunch of different types, and allows memory holes and
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/common/
H A Dsa1111.c132 void __init sa1111_adjust_zones(int node, unsigned long *size, unsigned long *holes) argument

Completed in 192 milliseconds