Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/sun3/
Dsun3dvma.c41 struct hole { struct
50 static struct hole initholes[64]; argument
89 struct hole *hole; in print_holes() local
93 hole = list_entry(cur, struct hole, list); in print_holes()
95 if((hole->start == 0) && (hole->end == 0) && (hole->size == 0)) in print_holes()
98 printk("hole: start %08lx end %08lx size %08lx\n", hole->start, hole->end, hole->size); in print_holes()
109 struct hole *hole; in refill() local
110 struct hole *prev = NULL; in refill()
115 hole = list_entry(cur, struct hole, list); in refill()
118 prev = hole; in refill()
[all …]
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_sa.c61 sa_manager->hole = &sa_manager->olist; in radeon_sa_bo_manager_init()
83 sa_manager->hole = &sa_manager->olist, in radeon_sa_bo_manager_fini()
145 if (sa_manager->hole == &sa_bo->olist) { in radeon_sa_bo_remove_locked()
146 sa_manager->hole = sa_bo->olist.prev; in radeon_sa_bo_remove_locked()
158 if (sa_manager->hole->next == &sa_manager->olist) in radeon_sa_bo_try_free()
161 sa_bo = list_entry(sa_manager->hole->next, struct radeon_sa_bo, olist); in radeon_sa_bo_try_free()
172 struct list_head *hole = sa_manager->hole; in radeon_sa_bo_hole_soffset() local
174 if (hole != &sa_manager->olist) { in radeon_sa_bo_hole_soffset()
175 return list_entry(hole, struct radeon_sa_bo, olist)->eoffset; in radeon_sa_bo_hole_soffset()
182 struct list_head *hole = sa_manager->hole; in radeon_sa_bo_hole_eoffset() local
[all …]
Dradeon.h543 struct list_head *hole; member
/linux-4.1.27/Documentation/x86/x86_64/
Dmm.txt7 hole caused by [48:63] sign extension
8 ffff800000000000 - ffff87ffffffffff (=43 bits) guard hole, reserved for hypervisor
10 ffffc80000000000 - ffffc8ffffffffff (=40 bits) hole
12 ffffe90000000000 - ffffe9ffffffffff (=40 bits) hole
14 ... unused hole ...
16 ... unused hole ...
18 ... unused hole ...
22 ffffffffffe00000 - ffffffffffffffff (=2 MB) unused hole
/linux-4.1.27/arch/arm/mm/
Dinit.c111 static void __init arm_adjust_dma_zone(unsigned long *size, unsigned long *hole, in arm_adjust_dma_zone() argument
119 hole[ZONE_NORMAL] = hole[0]; in arm_adjust_dma_zone()
120 hole[ZONE_DMA] = 0; in arm_adjust_dma_zone()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_mm.c181 struct drm_mm_node *hole; in drm_mm_reserve_node() local
189 drm_mm_for_each_hole(hole, mm, hole_start, hole_end) { in drm_mm_reserve_node()
197 list_add(&node->node_list, &hole->node_list); in drm_mm_reserve_node()
200 hole->hole_follows = 0; in drm_mm_reserve_node()
201 list_del_init(&hole->hole_stack); in drm_mm_reserve_node()
/linux-4.1.27/fs/
Ddax.c110 bool hole = false; in dax_io() local
140 hole = iov_iter_rw(iter) != WRITE && !buffer_written(bh); in dax_io()
141 if (hole) { in dax_io()
159 else if (!hole) in dax_io()
/linux-4.1.27/fs/xfs/
Dxfs_mount.c59 int hole, i; in xfs_uuid_mount() local
70 for (i = 0, hole = -1; i < xfs_uuid_table_size; i++) { in xfs_uuid_mount()
72 hole = i; in xfs_uuid_mount()
79 if (hole < 0) { in xfs_uuid_mount()
84 hole = xfs_uuid_table_size++; in xfs_uuid_mount()
86 xfs_uuid_table[hole] = *uuid; in xfs_uuid_mount()
/linux-4.1.27/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-4.1.27/fs/ubifs/
Dfile.c613 int i = 0, nn = *n, offs = bu->zbranch[0].offs, hole = 0, read = 0; in populate_page() local
627 hole = 1; in populate_page()
637 hole = 1; in populate_page()
667 hole = 1; in populate_page()
684 if (hole) { in populate_page()
/linux-4.1.27/kernel/bpf/
Dcore.c139 unsigned int size, hole, start; in bpf_jit_binary_alloc() local
154 hole = min_t(unsigned int, size - (proglen + sizeof(*hdr)), in bpf_jit_binary_alloc()
156 start = (prandom_u32() % hole) & ~(alignment - 1); in bpf_jit_binary_alloc()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Dampdu.c860 u8 hole[AMPDU_MAX_MPDU]; in brcms_c_ampdu_dotxstatus_complete() local
861 memset(hole, 0, sizeof(hole)); in brcms_c_ampdu_dotxstatus_complete()
/linux-4.1.27/arch/mn10300/kernel/
Dmn10300-serial-low.S152 and __UART_XMIT_SIZE-1,d2 # see if we just made a hole
/linux-4.1.27/drivers/net/
Dvirtio_net.c619 unsigned int len, hole; in add_recvbuf_mergeable() local
629 hole = alloc_frag->size - alloc_frag->offset; in add_recvbuf_mergeable()
630 if (hole < len) { in add_recvbuf_mergeable()
636 len += hole; in add_recvbuf_mergeable()
637 alloc_frag->offset += hole; in add_recvbuf_mergeable()
/linux-4.1.27/fs/ntfs/
Daops.c1600 goto hole; in ntfs_bmap()
1621 goto hole; in ntfs_bmap()
1637 hole: in ntfs_bmap()
/linux-4.1.27/net/ipv4/
Dtcp_output.c2726 struct sk_buff *hole = NULL; in tcp_xmit_retransmit_queue() local
2753 if (!hole) in tcp_xmit_retransmit_queue()
2777 if (hole) { in tcp_xmit_retransmit_queue()
2778 skb = hole; in tcp_xmit_retransmit_queue()
2779 hole = NULL; in tcp_xmit_retransmit_queue()
2785 if (!hole && !(sacked & (TCPCB_SACKED_RETRANS|TCPCB_SACKED_ACKED))) in tcp_xmit_retransmit_queue()
2786 hole = skb; in tcp_xmit_retransmit_queue()
/linux-4.1.27/Documentation/arm/
DPorting101 Offset normally incorporated into VMALLOC_START to provide a hole
/linux-4.1.27/Documentation/filesystems/
Dporting390 filesystem does not support hole punching (deallocating space in the middle of a
393 so the i_size should not change when hole punching, even when puching the end of
416 data and there is a virtual hole at the end of the file. So if the provided
Df2fs.txt520 child - child [hole] - child
522 child - child - child [hole] - [hole] - child
Dvfs.txt708 truncation, punch hole or a complete invalidation of the address
896 fallocate: called by the VFS to preallocate blocks or punch a hole.
/linux-4.1.27/arch/powerpc/boot/dts/
Dtaishan.dts391 enable-msi-hole;
Dicon.dts294 enable-msi-hole;
Dkatmai.dts284 enable-msi-hole;
Dglacier.dts467 enable-msi-hole;
Dcanyonlands.dts430 enable-msi-hole;
/linux-4.1.27/Documentation/ia64/
Daliasing.txt203 0x00000-0xFFFFF WB only (no VGA MMIO hole)
/linux-4.1.27/Documentation/s390/
Dmonreader.txt37 You can use the CP command DEF STOR CONFIG to define a "memory hole" in your
/linux-4.1.27/Documentation/
Dcrc32.txt55 Also, to add the CRC to a message, we need a 32-bit-long hole for it at
Dmemory-hotplug.txt143 range. Currently there is no way to determine if there is a memory hole, but
Ddma-buf-sharing.txt433 potential security hole. It could give the newly exec'd application
Dkernel-parameters.txt3238 Reserves a hole at the top of the kernel virtual
/linux-4.1.27/fs/ocfs2/
Ddir.c1201 unsigned int hole; in ocfs2_figure_dirent_hole() local
1204 hole = le16_to_cpu(de->rec_len); in ocfs2_figure_dirent_hole()
1206 hole = le16_to_cpu(de->rec_len) - in ocfs2_figure_dirent_hole()
1209 return hole; in ocfs2_figure_dirent_hole()
/linux-4.1.27/Documentation/usb/
Dproc_usb_info.txt61 descriptor data than indicated by wTotalLength there will be a hole in
/linux-4.1.27/arch/ia64/
DKconfig459 This code also only takes effect if a memory hole of greater than
/linux-4.1.27/Documentation/x86/
Dboot.txt120 | I/O memory hole |
/linux-4.1.27/Documentation/networking/
Dip-sysctl.txt388 1 - Disabled by default, enabled when an ICMP black hole detected
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt956 that there is no memory covering the IO hole between 2Gb and
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1434 exploitable as a security hole. However, it does allow anyone to cre-