/linux-3.4.99/arch/m68k/sun3/ |
D | sun3dvma.c | 39 struct hole { struct 48 static struct hole initholes[64]; argument 87 struct hole *hole; in print_holes() local 91 hole = list_entry(cur, struct hole, list); in print_holes() 93 if((hole->start == 0) && (hole->end == 0) && (hole->size == 0)) in print_holes() 96 printk("hole: start %08lx end %08lx size %08lx\n", hole->start, hole->end, hole->size); in print_holes() 107 struct hole *hole; in refill() local 108 struct hole *prev = NULL; in refill() 113 hole = list_entry(cur, struct hole, list); in refill() 116 prev = hole; in refill() [all …]
|
/linux-3.4.99/Documentation/x86/x86_64/ |
D | mm.txt | 7 hole caused by [48:63] sign extension 8 ffff800000000000 - ffff80ffffffffff (=40 bits) guard hole 10 ffffc80000000000 - ffffc8ffffffffff (=40 bits) hole 12 ffffe90000000000 - ffffe9ffffffffff (=40 bits) hole 14 ... unused hole ...
|
/linux-3.4.99/drivers/block/drbd/ |
D | drbd_proc.c | 197 int i, hole = 0; in drbd_seq_show() local 233 hole = 1; in drbd_seq_show() 236 if (hole) { in drbd_seq_show() 237 hole = 0; in drbd_seq_show()
|
/linux-3.4.99/arch/arm/mm/ |
D | init.c | 219 static void __init arm_adjust_dma_zone(unsigned long *size, unsigned long *hole, in arm_adjust_dma_zone() argument 227 hole[ZONE_NORMAL] = hole[0]; in arm_adjust_dma_zone() 228 hole[ZONE_DMA] = 0; in arm_adjust_dma_zone()
|
/linux-3.4.99/drivers/pcmcia/ |
D | rsrc_nonstatic.c | 192 u_char *b, hole, most; in do_io_probe() local 209 hole = inb(i); in do_io_probe() 211 if (inb(i+j) != hole) in do_io_probe() 214 if ((j == 8) && (++b[hole] > b[most])) in do_io_probe() 215 most = hole; in do_io_probe()
|
/linux-3.4.99/fs/ubifs/ |
D | file.c | 611 int i = 0, nn = *n, offs = bu->zbranch[0].offs, hole = 0, read = 0; in populate_page() local 625 hole = 1; in populate_page() 635 hole = 1; in populate_page() 665 hole = 1; in populate_page() 682 if (hole) { in populate_page()
|
/linux-3.4.99/fs/nfs/blocklayout/ |
D | blocklayout.c | 246 int i, hole; in bl_read_pagelist() local 287 hole = is_hole(be, isect); in bl_read_pagelist() 288 if (hole && !cow_read) { in bl_read_pagelist() 298 be_read = (hole && cow_read) ? cow_read : be; in bl_read_pagelist()
|
/linux-3.4.99/fs/xfs/ |
D | xfs_mount.c | 127 int hole, i; in xfs_uuid_mount() local 138 for (i = 0, hole = -1; i < xfs_uuid_table_size; i++) { in xfs_uuid_mount() 140 hole = i; in xfs_uuid_mount() 147 if (hole < 0) { in xfs_uuid_mount() 152 hole = xfs_uuid_table_size++; in xfs_uuid_mount() 154 xfs_uuid_table[hole] = *uuid; in xfs_uuid_mount()
|
/linux-3.4.99/net/ipv4/ |
D | tcp_output.c | 2250 struct sk_buff *hole = NULL; in tcp_xmit_retransmit_queue() local 2277 if (hole == NULL) in tcp_xmit_retransmit_queue() 2301 if (hole != NULL) { in tcp_xmit_retransmit_queue() 2302 skb = hole; in tcp_xmit_retransmit_queue() 2303 hole = NULL; in tcp_xmit_retransmit_queue() 2309 if (hole == NULL && !(sacked & (TCPCB_SACKED_RETRANS|TCPCB_SACKED_ACKED))) in tcp_xmit_retransmit_queue() 2310 hole = skb; in tcp_xmit_retransmit_queue()
|
/linux-3.4.99/arch/mn10300/kernel/ |
D | mn10300-serial-low.S | 152 and __UART_XMIT_SIZE-1,d2 # see if we just made a hole
|
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/ |
D | ampdu.c | 919 u8 hole[AMPDU_MAX_MPDU]; in brcms_c_ampdu_dotxstatus_complete() local 920 memset(hole, 0, sizeof(hole)); in brcms_c_ampdu_dotxstatus_complete()
|
/linux-3.4.99/Documentation/filesystems/ |
D | porting | 395 filesystem does not support hole punching (deallocating space in the middle of a 398 so the i_size should not change when hole punching, even when puching the end of 421 data and there is a virtual hole at the end of the file. So if the provided
|
/linux-3.4.99/Documentation/arm/ |
D | Porting | 101 Offset normally incorporated into VMALLOC_START to provide a hole
|
/linux-3.4.99/arch/powerpc/boot/dts/ |
D | taishan.dts | 391 enable-msi-hole;
|
D | icon.dts | 294 enable-msi-hole;
|
D | katmai.dts | 284 enable-msi-hole;
|
D | canyonlands.dts | 430 enable-msi-hole;
|
D | glacier.dts | 467 enable-msi-hole;
|
/linux-3.4.99/Documentation/ia64/ |
D | aliasing.txt | 203 0x00000-0xFFFFF WB only (no VGA MMIO hole)
|
/linux-3.4.99/Documentation/s390/ |
D | monreader.txt | 37 You can use the CP command DEF STOR CONFIG to define a "memory hole" in your
|
/linux-3.4.99/Documentation/ |
D | crc32.txt | 55 Also, to add the CRC to a message, we need a 32-bit-long hole for it at
|
D | dma-buf-sharing.txt | 324 potential security hole. It could give the newly exec'd application
|
D | memory-hotplug.txt | 140 range. Currently there is no way to determine if there is a memory hole, but
|
/linux-3.4.99/fs/ocfs2/ |
D | dir.c | 1202 unsigned int hole; in ocfs2_figure_dirent_hole() local 1205 hole = le16_to_cpu(de->rec_len); in ocfs2_figure_dirent_hole() 1207 hole = le16_to_cpu(de->rec_len) - in ocfs2_figure_dirent_hole() 1210 return hole; in ocfs2_figure_dirent_hole()
|
/linux-3.4.99/arch/ia64/ |
D | Kconfig | 485 This code also only takes effect if a memory hole of greater than
|