/linux-4.1.27/arch/arm/mach-omap2/ |
D | board-generic.c | 52 .reserve = omap_reserve, 69 .reserve = omap_reserve, 87 .reserve = omap_reserve, 105 .reserve = omap_reserve, 121 .reserve = omap_reserve, 138 .reserve = omap_reserve, 154 .reserve = omap_reserve, 173 .reserve = omap_reserve, 190 .reserve = omap_reserve, 208 .reserve = omap_reserve, [all …]
|
D | board-omap3logic.c | 229 .reserve = omap_reserve, 241 .reserve = omap_reserve,
|
D | board-rx51.c | 133 .reserve = rx51_reserve,
|
D | board-cm-t35.c | 749 .reserve = omap_reserve, 761 .reserve = omap_reserve,
|
D | board-ldp.c | 421 .reserve = omap_reserve,
|
D | board-overo.c | 563 .reserve = omap_reserve,
|
D | board-omap3beagle.c | 587 .reserve = omap_reserve,
|
D | board-omap3pandora.c | 625 .reserve = omap_reserve,
|
/linux-4.1.27/drivers/char/agp/ |
D | frontend.c | 801 struct agp_region reserve; in agpioc_reserve_wrap() local 806 if (copy_from_user(&reserve, arg, sizeof(struct agp_region))) in agpioc_reserve_wrap() 809 if ((unsigned) reserve.seg_count >= ~0U/sizeof(struct agp_segment)) in agpioc_reserve_wrap() 812 client = agp_find_client_by_pid(reserve.pid); in agpioc_reserve_wrap() 814 if (reserve.seg_count == 0) { in agpioc_reserve_wrap() 816 client_priv = agp_find_private(reserve.pid); in agpioc_reserve_wrap() 826 return agp_remove_client(reserve.pid); in agpioc_reserve_wrap() 830 if (reserve.seg_count >= 16384) in agpioc_reserve_wrap() 833 segment = kmalloc((sizeof(struct agp_segment) * reserve.seg_count), in agpioc_reserve_wrap() 839 if (copy_from_user(segment, (void __user *) reserve.seg_list, in agpioc_reserve_wrap() [all …]
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinconf-generic.c | 286 unsigned reserve, strings_count; in pinconf_generic_dt_subnode_to_map() local 323 reserve = 0; in pinconf_generic_dt_subnode_to_map() 325 reserve++; in pinconf_generic_dt_subnode_to_map() 327 reserve++; in pinconf_generic_dt_subnode_to_map() 329 reserve *= strings_count; in pinconf_generic_dt_subnode_to_map() 332 num_maps, reserve); in pinconf_generic_dt_subnode_to_map()
|
D | pinctrl-tz1090-pdc.c | 290 unsigned int reserve) in reserve_map() argument 293 unsigned int new_num = *num_maps + reserve; in reserve_map() 405 unsigned int reserve; in tz1090_pdc_pinctrl_dt_subnode_to_map() local 422 reserve = 0; in tz1090_pdc_pinctrl_dt_subnode_to_map() 424 reserve++; in tz1090_pdc_pinctrl_dt_subnode_to_map() 426 reserve++; in tz1090_pdc_pinctrl_dt_subnode_to_map() 432 reserve *= ret; in tz1090_pdc_pinctrl_dt_subnode_to_map() 434 ret = reserve_map(dev, map, reserved_maps, num_maps, reserve); in tz1090_pdc_pinctrl_dt_subnode_to_map()
|
D | pinctrl-utils.c | 33 unsigned *num_maps, unsigned reserve) in pinctrl_utils_reserve_map() argument 36 unsigned new_num = *num_maps + reserve; in pinctrl_utils_reserve_map()
|
D | pinctrl-tegra.c | 130 unsigned reserve; in tegra_pinctrl_dt_subnode_to_map() local 158 reserve = 0; in tegra_pinctrl_dt_subnode_to_map() 160 reserve++; in tegra_pinctrl_dt_subnode_to_map() 162 reserve++; in tegra_pinctrl_dt_subnode_to_map() 168 reserve *= ret; in tegra_pinctrl_dt_subnode_to_map() 171 num_maps, reserve); in tegra_pinctrl_dt_subnode_to_map()
|
D | pinctrl-utils.h | 27 unsigned *num_maps, unsigned reserve);
|
D | pinctrl-tz1090.c | 1034 unsigned int reserve) in reserve_map() argument 1037 unsigned int new_num = *num_maps + reserve; in reserve_map() 1122 unsigned int reserve; in tz1090_pinctrl_dt_subnode_to_map() local 1138 reserve = 0; in tz1090_pinctrl_dt_subnode_to_map() 1140 reserve++; in tz1090_pinctrl_dt_subnode_to_map() 1142 reserve++; in tz1090_pinctrl_dt_subnode_to_map() 1148 reserve *= ret; in tz1090_pinctrl_dt_subnode_to_map() 1150 ret = reserve_map(dev, map, reserved_maps, num_maps, reserve); in tz1090_pinctrl_dt_subnode_to_map()
|
D | pinctrl-tegra-xusb.c | 154 unsigned int i, reserve = 0, num_configs = 0; in tegra_xusb_padctl_parse_subnode() local 187 reserve++; in tegra_xusb_padctl_parse_subnode() 190 reserve++; in tegra_xusb_padctl_parse_subnode() 196 reserve *= err; in tegra_xusb_padctl_parse_subnode() 199 num_maps, reserve); in tegra_xusb_padctl_parse_subnode()
|
/linux-4.1.27/drivers/md/bcache/ |
D | alloc.c | 381 long bch_bucket_alloc(struct cache *ca, unsigned reserve, bool wait) in bch_bucket_alloc() argument 389 fifo_pop(&ca->free[reserve], r)) in bch_bucket_alloc() 393 trace_bcache_alloc_fail(ca, reserve); in bch_bucket_alloc() 405 !fifo_pop(&ca->free[reserve], r)); in bch_bucket_alloc() 411 trace_bcache_alloc(ca, reserve); in bch_bucket_alloc() 434 if (reserve <= RESERVE_PRIO) { in bch_bucket_alloc() 462 int __bch_bucket_alloc_set(struct cache_set *c, unsigned reserve, in __bch_bucket_alloc_set() argument 476 long b = bch_bucket_alloc(ca, reserve, wait); in __bch_bucket_alloc_set() 495 int bch_bucket_alloc_set(struct cache_set *c, unsigned reserve, in bch_bucket_alloc_set() argument 500 ret = __bch_bucket_alloc_set(c, reserve, k, n, wait); in bch_bucket_alloc_set()
|
D | btree.c | 1151 unsigned i, reserve = (c->root->level - b->level) * 2 + 1; in btree_check_reserve() local 1156 if (fifo_used(&ca->free[RESERVE_BTREE]) < reserve) { in btree_check_reserve()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | vio.c | 95 struct vio_cmo_pool reserve; member 222 vio_cmo.reserve.size += tmp; in vio_cmo_dealloc() 250 if (excess_freed && (vio_cmo.desired > vio_cmo.reserve.size)) { in vio_cmo_dealloc() 251 tmp = min(excess_freed, (vio_cmo.desired - vio_cmo.reserve.size)); in vio_cmo_dealloc() 254 vio_cmo.reserve.size += tmp; in vio_cmo_dealloc() 296 vio_cmo.reserve.size += tmp; in vio_cmo_entitlement_update() 462 cmo->reserve.size = cmo->min; in vio_cmo_balance() 470 cmo->reserve.size += (viodev->cmo.entitled - in vio_cmo_balance() 476 cmo->excess.size = cmo->entitled - cmo->reserve.size; in vio_cmo_balance() 682 vio_cmo.reserve.size -= viodev->cmo.entitled - desired; in vio_cmo_set_dev_desired() [all …]
|
/linux-4.1.27/arch/um/kernel/ |
D | physmem.c | 83 unsigned long reserve = reserve_end - start; in setup_physmem() local 85 unsigned long delta = (len - reserve) >> PAGE_SHIFT; in setup_physmem() 119 len - bootmap_size - reserve); in setup_physmem()
|
/linux-4.1.27/fs/jffs2/ |
D | compr_rubin.c | 34 unsigned int reserve; member 49 unsigned reserve) in init_pushpull() argument 54 pp->reserve = reserve; in init_pushpull() 59 if (pp->ofs >= pp->buflen - (use_reserved?0:pp->reserve)) in pushbit()
|
D | TODO | 3 let each outstanding write reserve the _maximum_ amount of physical
|
/linux-4.1.27/drivers/bluetooth/ |
D | btwilink.c | 131 .reserve = 8, 138 .reserve = 8, 145 .reserve = 8,
|
/linux-4.1.27/mm/ |
D | bootmem.c | 331 int reserve, int flags) in mark_bootmem_node() argument 336 bdata - bootmem_node_data, start, end, reserve, flags); in mark_bootmem_node() 344 if (reserve) in mark_bootmem_node() 352 int reserve, int flags) in mark_bootmem() argument 370 err = mark_bootmem_node(bdata, pos, max, reserve, flags); in mark_bootmem() 371 if (reserve && err) { in mark_bootmem()
|
D | page_alloc.c | 4107 int reserve; in setup_zone_migrate_reserve() local 4119 reserve = roundup(min_wmark_pages(zone), pageblock_nr_pages) >> in setup_zone_migrate_reserve() 4129 reserve = min(2, reserve); in setup_zone_migrate_reserve() 4133 if (reserve == old_reserve) in setup_zone_migrate_reserve() 4135 zone->nr_migrate_reserve_block = reserve; in setup_zone_migrate_reserve() 4149 if (reserve > 0) { in setup_zone_migrate_reserve() 4160 reserve--; in setup_zone_migrate_reserve() 4170 reserve--; in setup_zone_migrate_reserve()
|
D | nommu.c | 1921 long free, allowed, reserve; in __vm_enough_memory() local 1984 reserve = sysctl_user_reserve_kbytes >> (PAGE_SHIFT - 10); in __vm_enough_memory() 1985 allowed -= min_t(long, mm->total_vm / 32, reserve); in __vm_enough_memory()
|
D | hugetlb.c | 2562 unsigned long reserve, start, end; in hugetlb_vm_op_close() local 2571 reserve = (end - start) - region_count(resv, start, end); in hugetlb_vm_op_close() 2575 if (reserve) { in hugetlb_vm_op_close() 2580 gbl_reserve = hugepage_subpool_put_pages(spool, reserve); in hugetlb_vm_op_close()
|
D | mmap.c | 155 long free, allowed, reserve; in __vm_enough_memory() local 222 reserve = sysctl_user_reserve_kbytes >> (PAGE_SHIFT - 10); in __vm_enough_memory() 223 allowed -= min_t(long, mm->total_vm / 32, reserve); in __vm_enough_memory()
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | setup-r8a7794.c | 31 .reserve = rcar_gen2_reserve,
|
D | setup-r8a7791.c | 36 .reserve = rcar_gen2_reserve,
|
D | setup-r8a7790.c | 35 .reserve = rcar_gen2_reserve,
|
/linux-4.1.27/drivers/scsi/ |
D | sg.c | 158 Sg_scatter_hold reserve; /* buffer held for this file descriptor */ member 724 if (hp->dxfer_len > sfp->reserve.bufflen) { in sg_new_write() 897 val = (int) sfp->reserve.bufflen; in sg_ioctl() 898 sg_remove_scat(sfp, &sfp->reserve); in sg_ioctl() 971 if (val != sfp->reserve.bufflen) { in sg_ioctl() 974 sg_remove_scat(sfp, &sfp->reserve); in sg_ioctl() 979 val = min_t(int, sfp->reserve.bufflen, in sg_ioctl() 1200 rsv_schp = &sfp->reserve; in sg_vma_fault() 1246 rsv_schp = &sfp->reserve; in sg_mmap() 1668 Sg_scatter_hold *rsv_schp = &sfp->reserve; in sg_start_req() [all …]
|
D | hptiop.h | 65 __le32 reserve[10]; member 204 __le32 reserve[6]; member
|
D | mvumi.h | 109 u32 reserve; member
|
D | storvsc_drv.c | 171 u16 reserve; member
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | bfin_gpio.c | 146 #define reserve(m, i) (map_entry(m, i) |= gpio_bit(i)) macro 535 reserve(wakeup, gpio); in bfin_gpio_pm_wakeup_ctrl() 716 reserve(peri, ident); in peripheral_request() 845 reserve(gpio, gpio); in bfin_gpio_request() 919 reserve(special_gpio, gpio); in bfin_special_gpio_request() 920 reserve(peri, gpio); in bfin_special_gpio_request() 976 reserve(gpio_irq, gpio); in bfin_gpio_irq_request()
|
/linux-4.1.27/drivers/pinctrl/samsung/ |
D | pinctrl-samsung.c | 93 unsigned reserve) in reserve_map() argument 96 unsigned new_num = *num_maps + reserve; in reserve_map() 204 unsigned reserve; in samsung_dt_subnode_to_map() local 227 reserve = 0; in samsung_dt_subnode_to_map() 229 reserve++; in samsung_dt_subnode_to_map() 231 reserve++; in samsung_dt_subnode_to_map() 237 reserve *= ret; in samsung_dt_subnode_to_map() 239 ret = reserve_map(dev, map, reserved_maps, num_maps, reserve); in samsung_dt_subnode_to_map()
|
/linux-4.1.27/arch/blackfin/mm/ |
D | sram-alloc.c | 69 unsigned long reserve; in l1sram_init() local 72 reserve = 0; in l1sram_init() 74 reserve = sizeof(struct l1_scratch_task_info); in l1sram_init() 85 per_cpu(free_l1_ssram_head, cpu).next->paddr = (void *)get_l1_scratch_start_cpu(cpu) + reserve; in l1sram_init() 86 per_cpu(free_l1_ssram_head, cpu).next->size = L1_SCRATCH_LENGTH - reserve; in l1sram_init()
|
/linux-4.1.27/arch/arm/include/asm/mach/ |
D | arch.h | 55 void (*reserve)(void);/* reserve mem blocks */ member
|
/linux-4.1.27/arch/x86/mm/ |
D | pgtable.c | 535 void __init reserve_top_address(unsigned long reserve) in reserve_top_address() argument 539 __FIXADDR_TOP = round_down(-reserve, 1 << PMD_SHIFT) - PAGE_SIZE; in reserve_top_address() 541 -reserve, __FIXADDR_TOP + PAGE_SIZE); in reserve_top_address()
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | Kconfig | 46 To put it differently, if this value is 20, UBI will try to reserve 51 MTD partitions of the same size, UBI will reserve 40 eraseblocks when 76 into one PEB. UBI will reserve PEBs to hold two fastmaps.
|
/linux-4.1.27/fs/quota/ |
D | dquot.c | 1591 int reserve) in inode_incr_space() argument 1593 if (reserve) in inode_incr_space() 1599 static void inode_decr_space(struct inode *inode, qsize_t number, int reserve) in inode_decr_space() argument 1601 if (reserve) in inode_decr_space() 1624 int reserve = flags & DQUOT_SPACE_RESERVE; in __dquot_alloc_space() local 1628 inode_incr_space(inode, number, reserve); in __dquot_alloc_space() 1651 if (reserve) in __dquot_alloc_space() 1656 inode_incr_space(inode, number, reserve); in __dquot_alloc_space() 1659 if (reserve) in __dquot_alloc_space() 1779 int reserve = flags & DQUOT_SPACE_RESERVE, index; in __dquot_free_space() local [all …]
|
/linux-4.1.27/Documentation/arm/ |
D | memory.txt | 14 As the ARM architecture matures, it becomes necessary to reserve 16 this document may reserve more VM space over time.
|
/linux-4.1.27/arch/x86/include/asm/ |
D | fixmap.h | 138 extern void reserve_top_address(unsigned long reserve);
|
/linux-4.1.27/fs/logfs/ |
D | journal.c | 14 u64 reserve, no_segs = super->s_no_segs; in logfs_calc_free() local 40 reserve = super->s_bad_segments + super->s_bad_seg_reserve; in logfs_calc_free() 41 reserve *= super->s_segsize - LOGFS_SEGMENT_RESERVE; in logfs_calc_free() 42 reserve = max(reserve, super->s_speed_reserve); in logfs_calc_free() 43 free -= reserve; in logfs_calc_free()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | palmt5.c | 211 .reserve = palmt5_reserve,
|
D | palmtreo.c | 538 .reserve = treo_reserve, 552 .reserve = treo_reserve,
|
/linux-4.1.27/include/linux/ |
D | sdla.h | 211 char reserve[2]; member
|
D | ti_wilink_st.h | 83 unsigned char reserve; member
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | mach-rx3715.c | 214 .reserve = rx3715_reserve,
|
D | mach-h1940.c | 747 .reserve = h1940_reserve,
|
D | mach-rx1950.c | 812 .reserve = rx1950_reserve,
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-fs-xfs | 23 The current state of the log reserve grant head. It
|
D | sysfs-power | 182 will be used as the amount of memory to reserve for allocations
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
D | viosrp.h | 191 struct mad_reserve_cap reserve; member
|
D | ibmvscsi.c | 1240 if (hostdata->caps.reserve.common.server_support == in capabilities_rsp() 1298 hostdata->caps.reserve.common.cap_type = in send_mad_capabilities() 1300 hostdata->caps.reserve.common.length = in send_mad_capabilities() 1301 cpu_to_be16(sizeof(hostdata->caps.reserve)); in send_mad_capabilities() 1302 hostdata->caps.reserve.common.server_support = in send_mad_capabilities() 1304 hostdata->caps.reserve.type = in send_mad_capabilities() 1310 sizeof(hostdata->caps.reserve)); in send_mad_capabilities()
|
/linux-4.1.27/include/trace/events/ |
D | bcache.h | 445 TP_PROTO(struct cache *ca, unsigned reserve), 446 TP_ARGS(ca, reserve), 457 __entry->free = fifo_used(&ca->free[reserve]);
|
D | btrfs.h | 721 u64 bytes, int reserve), 723 TP_ARGS(fs_info, type, val, bytes, reserve), 730 __field( int, reserve ) 738 __entry->reserve = reserve; 742 __entry->val, __entry->reserve ? "reserve" : "release",
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_cmdpkt.h | 63 u16 reserve; member
|
/linux-4.1.27/arch/arm/mach-zynq/ |
D | common.c | 214 .reserve = zynq_memory_init,
|
/linux-4.1.27/arch/arm/mach-clps711x/ |
D | board-edb7211.c | 181 .reserve = edb7211_reserve,
|
/linux-4.1.27/arch/x86/kvm/ |
D | ioapic.h | 58 u8 reserve:7; member
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
D | Kconfig | 36 will always reserve at least 2 bytes to make IP header
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r819xU_cmdpkt.h | 62 u16 reserve; member
|
D | r8192U.h | 750 u16 reserve; member
|
/linux-4.1.27/arch/arm/mach-mvebu/ |
D | board-v7.c | 204 .reserve = mvebu_memblock_reserve,
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | dasd.h | 228 __u8 reserve:2; member
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | jz4780-dma.txt | 15 - ingenic,reserved-channels: Bitmask of channels to reserve for devices that
|
/linux-4.1.27/Documentation/ |
D | ramoops.txt | 51 For quick debugging, you can also reserve parts of memory during boot 89 specifying RAM, be sure to reserve the memory by issuing memblock_reserve()
|
D | Intel-IOMMU.txt | 64 The same is true for peer to peer transactions. Hence we reserve the
|
D | intel_txt.txt | 124 o Tboot adjusts the e820 table provided by the bootloader to reserve 125 its own location in memory as well as to reserve certain other
|
D | hwspinlock.txt | 47 be calling this function in order to reserve specific hwspinlock
|
D | ManagementStyle | 97 might be the wrong thing. You should always reserve the right to change
|
D | kernel-parameters.txt | 613 force such clocks to be always-on nor does it reserve 1269 multiple times interleaved with hugepages= to reserve 3234 reserve= [KNL,BUGS] Force the kernel to ignore some iomem area 3243 Set the amount of memory to reserve for BIOS at 3482 An administrator who wishes to reserve some of these
|
/linux-4.1.27/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 71 the early boot OS will reserve rest of the memory above 162 to specify size of the memory to reserve for boot memory dump 165 NOTE: If firmware-assisted dump fails to reserve memory then it will 266 The advantage of approach 1 over 2 is we don't need to reserve extra space.
|
D | pci_iov_resource_on_powernv.txt | 122 for the M32, it comes out of a different "reserve"). We configure it 206 effectively reserve the entire 256 segments (256 * VF BAR size) and
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | uc101.dts | 150 label = "reserve";
|
D | mucmc52.dts | 159 label = "reserve";
|
/linux-4.1.27/arch/arm/mach-exynos/ |
D | exynos.c | 307 .reserve = exynos_reserve,
|
/linux-4.1.27/drivers/net/ethernet/adi/ |
D | Kconfig | 41 buffers. Say N here if you want to reserve L1 memory for other uses.
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/ |
D | mac.h | 105 u8 reserve:4; member
|
D | trx.h | 96 u8 reserve:4; member
|
/linux-4.1.27/arch/arm/mm/ |
D | init.c | 268 if (mdesc->reserve) in arm_memblock_init() 269 mdesc->reserve(); in arm_memblock_init()
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | board-omapl138-hawk.c | 347 .reserve = da8xx_rproc_reserve_cma,
|
D | board-da850-evm.c | 1509 .reserve = da8xx_rproc_reserve_cma,
|
/linux-4.1.27/arch/arm/mach-integrator/ |
D | integrator_cp.c | 295 .reserve = integrator_reserve,
|
D | integrator_ap.c | 336 .reserve = integrator_reserve,
|
/linux-4.1.27/drivers/dma/ |
D | fsldma.h | 98 v32 reserve; member
|
/linux-4.1.27/net/packet/ |
D | af_packet.c | 2260 int err, reserve = 0; in tpacket_snd() local 2297 reserve = dev->hard_header_len; in tpacket_snd() 2301 if (size_max > dev->mtu + reserve + VLAN_HLEN) in tpacket_snd() 2302 size_max = dev->mtu + reserve + VLAN_HLEN; in tpacket_snd() 2329 tp_len > dev->mtu + reserve && in tpacket_snd() 2394 size_t reserve, size_t len, in packet_alloc_skb() argument 2409 skb_reserve(skb, reserve); in packet_alloc_skb() 2425 int err, reserve = 0; in packet_snd() local 2462 reserve = dev->hard_header_len; in packet_snd() 2522 if (!gso_type && (len > dev->mtu + reserve + VLAN_HLEN + extra_len)) in packet_snd() [all …]
|
/linux-4.1.27/Documentation/kdump/ |
D | kdump.txt | 278 1) if the RAM is smaller than 512M, then don't reserve anything 280 2) if the RAM size is between 512M and 2G (exclusive), then reserve 64M 281 3) if the RAM size is larger than 2G, then reserve 128M 292 where Y specifies how much memory to reserve for the dump-capture kernel 294 "crashkernel=64M@16M" tells the system kernel to reserve 64 MB of memory
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_memory.c | 476 uint64_t amount, bool reserve) in ttm_mem_global_reserve() argument 496 if (reserve) { in ttm_mem_global_reserve()
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | kvm.h | 97 __u8 reserve:7; member
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | fsl_qe_udc.h | 145 u8 reserve[2]; member
|
/linux-4.1.27/net/core/ |
D | netpoll.c | 280 static struct sk_buff *find_skb(struct netpoll *np, int len, int reserve) in find_skb() argument 302 skb_reserve(skb, reserve); in find_skb()
|
/linux-4.1.27/kernel/ |
D | audit.c | 1350 int reserve = 5; /* Allow atomic callers to go up to five in audit_log_start() local 1364 reserve = 0; in audit_log_start() 1368 && skb_queue_len(&audit_skb_queue) > audit_backlog_limit + reserve) { in audit_log_start() 1389 if (!reserve) in audit_log_start()
|
D | resource.c | 1389 static struct resource reserve[MAXRESERVE]; in reserve_setup() local 1400 struct resource *res = reserve + x; in reserve_setup()
|
/linux-4.1.27/drivers/pci/ |
D | Kconfig | 56 Say Y or M here if you want be able to reserve a PCI device
|
/linux-4.1.27/Documentation/networking/ |
D | netdevices.txt | 18 alloc_netdev_mqs()/alloc_netdev() reserve extra space for driver
|
D | baycom.txt | 148 # is the number of the interface. The baycom drivers do not reserve any
|
D | ip-sysctl.txt | 765 You can reserve ports which are not in the current
|
/linux-4.1.27/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.c | 398 unsigned reserve = 0; in mtk_pctrl_dt_subnode_to_map() local 425 reserve = num_pins * maps_per_pin; in mtk_pctrl_dt_subnode_to_map() 428 reserved_maps, num_maps, reserve); in mtk_pctrl_dt_subnode_to_map()
|
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe.h | 71 u32 reserve[2]; member
|
/linux-4.1.27/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.txt | 37 - Size in bytes of memory to reserve.
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | mach-mx35_3ds.c | 621 .reserve = mx35_3ds_reserve,
|
D | mach-imx27_visstrim_m10.c | 604 .reserve = visstrim_reserve,
|
D | mach-mx31moboard.c | 598 .reserve = mx31moboard_reserve,
|
D | mach-pcm037.c | 703 .reserve = pcm037_reserve,
|
D | mach-mx31_3ds.c | 781 .reserve = mx31_3ds_reserve,
|
/linux-4.1.27/Documentation/filesystems/ |
D | relay.txt | 410 give the client a chance to reserve space in it. In this case the 431 relay_reserve() is used to reserve a slot in a channel buffer which 438 a separate array. See the 'reserve' example in the relay-apps tarball 441 separated from the reserve, relay_reserve() doesn't protect the buffer
|
D | xfs-delayed-logging-design.txt | 483 still need to reserve the space in the log for the checkpoint. 518 be able to reserve the space without sleeping. For a 8MB checkpoint, we need a 690 2. Transaction reserve 735 2. Transaction reserve
|
/linux-4.1.27/drivers/nfc/ |
D | nfcwilink.c | 376 .reserve = 0,
|
/linux-4.1.27/drivers/scsi/mvsas/ |
D | mv_sas.h | 421 u8 reserve; member
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 351 u32 off_mem_rsvmap; /* offset to memory reserve map 394 the device-tree structure, strings, and the memory reserve map. 419 tables used for the iommu. Typically, the reserve map should 421 you are passing an initrd to the kernel, you should reserve it as 422 well. You do not need to reserve the kernel image itself. The map 483 | memory reserve map | 1060 kernel. The current generated block lacks a useful reserve map (it will 1158 time), export of reserve map address to the asm file, ability to 1159 specify reserve map content at compile time, etc...
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_p4.c | 1245 goto reserve; in p4_pmu_schedule_events() 1281 reserve: in p4_pmu_schedule_events()
|
/linux-4.1.27/Documentation/trace/ |
D | ring-buffer-design.txt | 222 Write reserve: 245 If a write happens after the first reserve: 713 been moved forward, the writer will just try again to reserve storage
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | host.h | 832 __le16 reserve; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/ |
D | def.h | 545 u8 reserve:4; member
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | backend-api.txt | 377 The cache may use the file size information to reserve space on the cache. 414 reserve a backing block if not. FS-Cache will have done as much checking 418 backend managed to reserve a backing block; -ENOBUFS or -ENOMEM if it
|
D | netfs-api.txt | 424 This doesn't automatically reserve any space in the cache, but permits the
|
/linux-4.1.27/drivers/misc/ti-st/ |
D | st_core.c | 375 st_gdata->list[type]->reserve); in st_int_recv()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | trx.h | 431 u8 reserve:4; member
|
/linux-4.1.27/drivers/net/usb/ |
D | cdc_ncm.c | 1014 …c_ncm_ndp16 *cdc_ncm_ndp(struct cdc_ncm_ctx *ctx, struct sk_buff *skb, __le32 sign, size_t reserve) in cdc_ncm_ndp() argument 1032 if ((ctx->tx_max - skb->len - reserve) < ctx->max_ndp_size) in cdc_ncm_ndp()
|
/linux-4.1.27/Documentation/vm/ |
D | hugetlbpage.txt | 257 Note that the number of overcommit and reserve pages remain global quantities, 291 to the filesystem and freed, the reserve count is adjusted so that the sum
|
/linux-4.1.27/fs/ |
D | dcache.c | 3444 unsigned long reserve; in vfs_caches_init() local 3449 reserve = min((mempages - nr_free_pages()) * 3/2, mempages - 1); in vfs_caches_init() 3450 mempages -= reserve; in vfs_caches_init()
|
/linux-4.1.27/drivers/xen/ |
D | Kconfig | 211 Allow kernel to install stub drivers, to reserve space for Xen drivers,
|
/linux-4.1.27/drivers/net/ethernet/renesas/ |
D | sh_eth.c | 938 uintptr_t reserve = (uintptr_t)skb->data & (SH_ETH_RX_ALIGN - 1); in sh_eth_set_receive_align() local 940 if (reserve) in sh_eth_set_receive_align() 941 skb_reserve(skb, SH_ETH_RX_ALIGN - reserve); in sh_eth_set_receive_align()
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | philips.txt | 65 buffers to reserve for mmap(), VIDIOCCGMBUF, VIDIOCMCAPTURE and friends.
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/ |
D | trx.h | 550 u8 reserve:4; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/ |
D | trx.h | 535 u8 reserve:4; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | trx.h | 567 u8 reserve:4; member
|
/linux-4.1.27/Documentation/cgroups/ |
D | unified-hierarchy.txt | 345 reserve. A cgroup enjoys reclaim protection when it and all its 347 subtrees possible. Secondly, new cgroups have no reserve per
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | trx.h | 606 u8 reserve:4; member
|
/linux-4.1.27/Documentation/x86/ |
D | intel_mpx.txt | 137 space, we would need to reserve 512TB+2GB, which is larger than the
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | trx.h | 663 u8 reserve:4; member
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | util.S | 307 movel #0,-(%a7) |reserve a word on the stack
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 79 How do you calculate a minimum useful reserve? 742 When overcommit_memory is set to 2, "never overcommit" mode, reserve
|
/linux-4.1.27/fs/btrfs/ |
D | extent-tree.c | 109 u64 num_bytes, int reserve, 5346 int reserve) in calc_csum_metadata_size() argument 5356 if (reserve) in calc_csum_metadata_size() 5366 if (reserve) in calc_csum_metadata_size() 5908 u64 num_bytes, int reserve, int delalloc) in btrfs_update_reserved_bytes() argument 5915 if (reserve != RESERVE_FREE) { in btrfs_update_reserved_bytes() 5921 if (reserve == RESERVE_ALLOC) { in btrfs_update_reserved_bytes()
|
D | relocation.c | 2560 struct backref_node *node, int reserve) argument 2568 BUG_ON(reserve && node->processed); 2573 if (next->processed && (reserve || next != node))
|
D | inode.c | 3183 int reserve = 0; in btrfs_orphan_add() local 3220 reserve = 1; in btrfs_orphan_add() 3224 if (reserve) { in btrfs_orphan_add() 3234 if (reserve) { in btrfs_orphan_add()
|
/linux-4.1.27/drivers/mmc/host/ |
D | via-sdmmc.c | 285 u8 reserve[2]; member
|
/linux-4.1.27/Documentation/usb/ |
D | proc_usb_info.txt | 148 are the only transfers that reserve bandwidth. Control and bulk
|
D | WUSB-Design-overview.txt | 282 We reserve UWB bandwidth for our Wireless USB Cluster, create a Cluster
|
/linux-4.1.27/drivers/net/can/ |
D | pch_can.c | 153 u32 reserve; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc | 134 // context size calculation, reserve first 256 bytes for use by fuc
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig | 395 of memory or you wish to reserve some memory at the beginning of 700 Select the resource to reserve for the Exception handler:
|
/linux-4.1.27/drivers/media/radio/wl128x/ |
D | fmdrv_common.c | 1512 fm_st_proto.reserve = 1; in fmc_prepare()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 1249 struct obd_capa *ocapa, int reserve, in osc_brw_prep_request() argument 1437 if (ocapa && reserve) in osc_brw_prep_request()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 334 Whatever IRQ and DMA channels you pick, be sure to reserve them for 368 Whatever IRQ and DMA channels you pick, be sure to reserve them for 2222 modules but that name. For example, "slots=!snd-pcsp" will reserve
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | hal.h | 789 u16 reserve; member
|
D | smd.c | 93 entry->reserve = 0; in put_cfg_tlv_u32()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib.h | 1920 u16 reserve; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | wifi.h | 1034 u16 reserve; member
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1475 int "Amount of low memory, in kilobytes, to reserve for the BIOS" 1479 Specify the amount of low memory to reserve for the BIOS. 1484 By default we reserve the first 64K of physical RAM, as a
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 591 subsystems like bio to maintain their own reserve memory pools for guaranteed 595 allocation logic draws from the preallocated emergency reserve in situations
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 450 message if we cannot reserve the port addresses. 453 message if we cannot reserve the port addresses.
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio-legacy.txt | 448 case where e.g. a GPIO controller need to reserve a pin or set the
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 373 The number of additional lines of video memory to reserve for
|
/linux-4.1.27/drivers/net/wireless/ |
D | airo.c | 950 u32 reserve[32]; member
|