/linux-4.1.27/arch/m68k/sun3/ |
D | sun3dvma.c | 41 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/ |
D | radeon_sa.c | 61 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 …]
|
D | radeon.h | 543 struct list_head *hole; member
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | mm.txt | 7 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/ |
D | init.c | 111 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/ |
D | drm_mm.c | 181 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/ |
D | dax.c | 110 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/ |
D | xfs_mount.c | 59 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/ |
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-4.1.27/fs/ubifs/ |
D | file.c | 613 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/ |
D | core.c | 139 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/ |
D | ampdu.c | 860 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/ |
D | mn10300-serial-low.S | 152 and __UART_XMIT_SIZE-1,d2 # see if we just made a hole
|
/linux-4.1.27/drivers/net/ |
D | virtio_net.c | 619 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/ |
D | aops.c | 1600 goto hole; in ntfs_bmap() 1621 goto hole; in ntfs_bmap() 1637 hole: in ntfs_bmap()
|
/linux-4.1.27/net/ipv4/ |
D | tcp_output.c | 2726 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/ |
D | Porting | 101 Offset normally incorporated into VMALLOC_START to provide a hole
|
/linux-4.1.27/Documentation/filesystems/ |
D | porting | 390 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
|
D | f2fs.txt | 520 child - child [hole] - child 522 child - child - child [hole] - [hole] - child
|
D | vfs.txt | 708 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/ |
D | taishan.dts | 391 enable-msi-hole;
|
D | icon.dts | 294 enable-msi-hole;
|
D | katmai.dts | 284 enable-msi-hole;
|
D | glacier.dts | 467 enable-msi-hole;
|
D | canyonlands.dts | 430 enable-msi-hole;
|
/linux-4.1.27/Documentation/ia64/ |
D | aliasing.txt | 203 0x00000-0xFFFFF WB only (no VGA MMIO hole)
|
/linux-4.1.27/Documentation/s390/ |
D | monreader.txt | 37 You can use the CP command DEF STOR CONFIG to define a "memory hole" in your
|
/linux-4.1.27/Documentation/ |
D | crc32.txt | 55 Also, to add the CRC to a message, we need a 32-bit-long hole for it at
|
D | memory-hotplug.txt | 143 range. Currently there is no way to determine if there is a memory hole, but
|
D | dma-buf-sharing.txt | 433 potential security hole. It could give the newly exec'd application
|
D | kernel-parameters.txt | 3238 Reserves a hole at the top of the kernel virtual
|
/linux-4.1.27/fs/ocfs2/ |
D | dir.c | 1201 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/ |
D | proc_usb_info.txt | 61 descriptor data than indicated by wTotalLength there will be a hole in
|
/linux-4.1.27/arch/ia64/ |
D | Kconfig | 459 This code also only takes effect if a memory hole of greater than
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 120 | I/O memory hole |
|
/linux-4.1.27/Documentation/networking/ |
D | ip-sysctl.txt | 388 1 - Disabled by default, enabled when an ICMP black hole detected
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 956 that there is no memory covering the IO hole between 2Gb and
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1434 exploitable as a security hole. However, it does allow anyone to cre-
|