Home
last modified time | relevance | path

Searched refs:hole (Results 1 – 25 of 32) sorted by relevance

12

/linux-3.4.99/arch/m68k/sun3/
Dsun3dvma.c39 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/
Dmm.txt7 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/
Ddrbd_proc.c197 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/
Dinit.c219 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/
Drsrc_nonstatic.c192 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/
Dfile.c611 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/
Dblocklayout.c246 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/
Dxfs_mount.c127 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/
Dtcp_output.c2250 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/
Dmn10300-serial-low.S152 and __UART_XMIT_SIZE-1,d2 # see if we just made a hole
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmsmac/
Dampdu.c919 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/
Dporting395 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/
DPorting101 Offset normally incorporated into VMALLOC_START to provide a hole
/linux-3.4.99/arch/powerpc/boot/dts/
Dtaishan.dts391 enable-msi-hole;
Dicon.dts294 enable-msi-hole;
Dkatmai.dts284 enable-msi-hole;
Dcanyonlands.dts430 enable-msi-hole;
Dglacier.dts467 enable-msi-hole;
/linux-3.4.99/Documentation/ia64/
Daliasing.txt203 0x00000-0xFFFFF WB only (no VGA MMIO hole)
/linux-3.4.99/Documentation/s390/
Dmonreader.txt37 You can use the CP command DEF STOR CONFIG to define a "memory hole" in your
/linux-3.4.99/Documentation/
Dcrc32.txt55 Also, to add the CRC to a message, we need a 32-bit-long hole for it at
Ddma-buf-sharing.txt324 potential security hole. It could give the newly exec'd application
Dmemory-hotplug.txt140 range. Currently there is no way to determine if there is a memory hole, but
/linux-3.4.99/fs/ocfs2/
Ddir.c1202 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/
DKconfig485 This code also only takes effect if a memory hole of greater than

12