/linux-4.4.14/arch/arm/mach-omap2/ |
D | board-generic.c | 45 .reserve = omap_reserve, 62 .reserve = omap_reserve, 80 .reserve = omap_reserve, 98 .reserve = omap_reserve, 115 .reserve = omap_reserve, 132 .reserve = omap_reserve, 148 .reserve = omap_reserve, 167 .reserve = omap_reserve, 184 .reserve = omap_reserve, 202 .reserve = omap_reserve, [all …]
|
D | board-rx51.c | 133 .reserve = rx51_reserve,
|
D | board-ldp.c | 421 .reserve = omap_reserve,
|
/linux-4.4.14/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.4.14/drivers/pinctrl/ |
D | pinconf-generic.c | 287 unsigned reserve, strings_count; in pinconf_generic_dt_subnode_to_map() local 324 reserve = 0; in pinconf_generic_dt_subnode_to_map() 326 reserve++; in pinconf_generic_dt_subnode_to_map() 328 reserve++; in pinconf_generic_dt_subnode_to_map() 330 reserve *= strings_count; in pinconf_generic_dt_subnode_to_map() 333 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 | 164 unsigned int i, reserve = 0, num_configs = 0; in tegra_xusb_padctl_parse_subnode() local 197 reserve++; in tegra_xusb_padctl_parse_subnode() 200 reserve++; in tegra_xusb_padctl_parse_subnode() 206 reserve *= err; in tegra_xusb_padctl_parse_subnode() 209 num_maps, reserve); in tegra_xusb_padctl_parse_subnode()
|
D | pinctrl-at91-pio4.c | 477 unsigned num_pins, num_configs, reserve; in atmel_pctl_dt_subnode_to_map() local 510 reserve = 1; in atmel_pctl_dt_subnode_to_map() 512 reserve++; in atmel_pctl_dt_subnode_to_map() 513 reserve *= num_pins; in atmel_pctl_dt_subnode_to_map() 515 reserve); in atmel_pctl_dt_subnode_to_map()
|
/linux-4.4.14/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.4.14/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.4.14/arch/um/kernel/ |
D | physmem.c | 82 unsigned long reserve = reserve_end - start; in setup_physmem() local 84 unsigned long delta = (len - reserve) >> PAGE_SHIFT; in setup_physmem() 118 len - bootmap_size - reserve); in setup_physmem()
|
/linux-4.4.14/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.4.14/drivers/bluetooth/ |
D | btwilink.c | 131 .reserve = 8, 138 .reserve = 8, 145 .reserve = 8,
|
/linux-4.4.14/mm/ |
D | bootmem.c | 338 int reserve, int flags) in mark_bootmem_node() argument 343 bdata - bootmem_node_data, start, end, reserve, flags); in mark_bootmem_node() 351 if (reserve) in mark_bootmem_node() 359 int reserve, int flags) in mark_bootmem() argument 377 err = mark_bootmem_node(bdata, pos, max, reserve, flags); in mark_bootmem() 378 if (reserve && err) { in mark_bootmem()
|
D | nommu.c | 1850 long free, allowed, reserve; in __vm_enough_memory() local 1913 reserve = sysctl_user_reserve_kbytes >> (PAGE_SHIFT - 10); in __vm_enough_memory() 1914 allowed -= min_t(long, mm->total_vm / 32, reserve); in __vm_enough_memory()
|
D | hugetlb.c | 2982 unsigned long reserve, start, end; in hugetlb_vm_op_close() local 2991 reserve = (end - start) - region_count(resv, start, end); in hugetlb_vm_op_close() 2995 if (reserve) { in hugetlb_vm_op_close() 3000 gbl_reserve = hugepage_subpool_put_pages(spool, reserve); in hugetlb_vm_op_close()
|
D | mmap.c | 156 long free, allowed, reserve; in __vm_enough_memory() local 223 reserve = sysctl_user_reserve_kbytes >> (PAGE_SHIFT - 10); in __vm_enough_memory() 224 allowed -= min_t(long, mm->total_vm / 32, reserve); in __vm_enough_memory()
|
/linux-4.4.14/arch/arm/mach-shmobile/ |
D | setup-r8a7794.c | 31 .reserve = rcar_gen2_reserve,
|
D | setup-r8a7793.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.4.14/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() 903 val = (int) sfp->reserve.bufflen; in sg_ioctl() 904 sg_remove_scat(sfp, &sfp->reserve); in sg_ioctl() 977 if (val != sfp->reserve.bufflen) { in sg_ioctl() 980 sg_remove_scat(sfp, &sfp->reserve); in sg_ioctl() 985 val = min_t(int, sfp->reserve.bufflen, in sg_ioctl() 1206 rsv_schp = &sfp->reserve; in sg_vma_fault() 1252 rsv_schp = &sfp->reserve; in sg_mmap() 1674 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.4.14/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.4.14/drivers/pinctrl/samsung/ |
D | pinctrl-samsung.c | 88 unsigned reserve) in reserve_map() argument 91 unsigned new_num = *num_maps + reserve; in reserve_map() 199 unsigned reserve; in samsung_dt_subnode_to_map() local 222 reserve = 0; in samsung_dt_subnode_to_map() 224 reserve++; in samsung_dt_subnode_to_map() 226 reserve++; in samsung_dt_subnode_to_map() 232 reserve *= ret; in samsung_dt_subnode_to_map() 234 ret = reserve_map(dev, map, reserved_maps, num_maps, reserve); in samsung_dt_subnode_to_map()
|
/linux-4.4.14/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.4.14/arch/arm/include/asm/mach/ |
D | arch.h | 55 void (*reserve)(void);/* reserve mem blocks */ member
|
/linux-4.4.14/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.4.14/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.4.14/fs/quota/ |
D | dquot.c | 1610 int reserve) in inode_incr_space() argument 1612 if (reserve) in inode_incr_space() 1618 static void inode_decr_space(struct inode *inode, qsize_t number, int reserve) in inode_decr_space() argument 1620 if (reserve) in inode_decr_space() 1643 int reserve = flags & DQUOT_SPACE_RESERVE; in __dquot_alloc_space() local 1647 inode_incr_space(inode, number, reserve); in __dquot_alloc_space() 1670 if (reserve) in __dquot_alloc_space() 1675 inode_incr_space(inode, number, reserve); in __dquot_alloc_space() 1678 if (reserve) in __dquot_alloc_space() 1798 int reserve = flags & DQUOT_SPACE_RESERVE, index; in __dquot_free_space() local [all …]
|
/linux-4.4.14/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.4.14/arch/x86/include/asm/ |
D | fixmap.h | 138 extern void reserve_top_address(unsigned long reserve);
|
/linux-4.4.14/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.4.14/arch/arm/mach-pxa/ |
D | palmt5.c | 211 .reserve = palmt5_reserve,
|
D | palmtreo.c | 538 .reserve = treo_reserve, 552 .reserve = treo_reserve,
|
/linux-4.4.14/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.4.14/arch/arm/mach-zynq/ |
D | common.c | 208 .reserve = zynq_memory_init,
|
/linux-4.4.14/include/linux/ |
D | sdla.h | 211 char reserve[2]; member
|
D | ti_wilink_st.h | 83 unsigned char reserve; member
|
/linux-4.4.14/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.4.14/arch/arm/mach-s3c24xx/ |
D | mach-rx3715.c | 214 .reserve = rx3715_reserve,
|
D | mach-h1940.c | 751 .reserve = h1940_reserve,
|
D | mach-rx1950.c | 816 .reserve = rx1950_reserve,
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/ibm/emac/ |
D | Kconfig | 36 will always reserve at least 2 bytes to make IP header
|
/linux-4.4.14/arch/arm/mach-mvebu/ |
D | board-v7.c | 168 .reserve = mvebu_memblock_reserve,
|
/linux-4.4.14/arch/x86/kvm/ |
D | ioapic.h | 59 u8 reserve:7; member
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r819xU_cmdpkt.h | 62 u16 reserve; member
|
D | r8192U.h | 717 u16 reserve; member
|
/linux-4.4.14/arch/arm/mach-clps711x/ |
D | board-edb7211.c | 181 .reserve = edb7211_reserve,
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | dasd.h | 228 __u8 reserve:2; member
|
/linux-4.4.14/drivers/staging/android/ |
D | TODO | 25 exposes existing cma regions and doesn't reserve unecessarily memory when
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | mac.h | 92 u8 reserve:4; member
|
D | trx.h | 96 u8 reserve:4; member
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | jz4780-dma.txt | 15 - ingenic,reserved-channels: Bitmask of channels to reserve for devices that
|
/linux-4.4.14/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 | 620 force such clocks to be always-on nor does it reserve 1329 multiple times interleaved with hugepages= to reserve 3354 reserve= [KNL,BUGS] Force the kernel to ignore some iomem area 3363 Set the amount of memory to reserve for BIOS at 3602 An administrator who wishes to reserve some of these
|
/linux-4.4.14/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.4.14/Documentation/DocBook/ |
D | networking.xml.db | 41 API-skb-reserve 42 API-skb-tailroom-reserve 194 API-xdr-reserve-space 207 API-svc-reserve 213 API-xprt-reserve-xprt
|
D | rapidio.xml.db | 75 API-rio-destid-reserve
|
D | kernel-api.xml.db | 245 API-set-dma-reserve
|
D | gpu.xml.db | 53 API-drm-mm-reserve-node
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | uc101.dts | 150 label = "reserve";
|
D | mucmc52.dts | 159 label = "reserve";
|
/linux-4.4.14/drivers/net/ethernet/adi/ |
D | Kconfig | 39 buffers. Say N here if you want to reserve L1 memory for other uses.
|
/linux-4.4.14/arch/arm/mach-exynos/ |
D | exynos.c | 331 .reserve = exynos_reserve,
|
/linux-4.4.14/arch/arm/mach-integrator/ |
D | integrator_cp.c | 295 .reserve = integrator_reserve,
|
D | integrator_ap.c | 335 .reserve = integrator_reserve,
|
/linux-4.4.14/drivers/dma/ |
D | fsldma.h | 98 v32 reserve; member
|
/linux-4.4.14/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.4.14/arch/arm/mm/ |
D | init.c | 269 if (mdesc->reserve) in arm_memblock_init() 270 mdesc->reserve(); in arm_memblock_init()
|
/linux-4.4.14/net/packet/ |
D | af_packet.c | 2469 int err, reserve = 0; in tpacket_snd() local 2506 reserve = dev->hard_header_len; in tpacket_snd() 2510 if (size_max > dev->mtu + reserve + VLAN_HLEN) in tpacket_snd() 2511 size_max = dev->mtu + reserve + VLAN_HLEN; in tpacket_snd() 2538 tp_len > dev->mtu + reserve && in tpacket_snd() 2603 size_t reserve, size_t len, in packet_alloc_skb() argument 2618 skb_reserve(skb, reserve); in packet_alloc_skb() 2634 int err, reserve = 0; in packet_snd() local 2679 reserve = dev->hard_header_len; in packet_snd() 2739 if (!gso_type && (len > dev->mtu + reserve + VLAN_HLEN + extra_len)) in packet_snd() [all …]
|
/linux-4.4.14/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.4.14/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.4.14/drivers/md/ |
D | raid5-cache.c | 428 int reserve; in r5l_write_stripe() local 477 reserve = (1 + write_disks) << (PAGE_SHIFT - 9); in r5l_write_stripe() 478 if (r5l_has_free_space(log, reserve)) in r5l_write_stripe() 485 r5l_wake_reclaim(log, reserve); in r5l_write_stripe()
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | kvm.h | 97 __u8 reserve:7; member
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | fsl_qe_udc.h | 145 u8 reserve[2]; member
|
/linux-4.4.14/net/core/ |
D | netpoll.c | 285 static struct sk_buff *find_skb(struct netpoll *np, int len, int reserve) in find_skb() argument 307 skb_reserve(skb, reserve); in find_skb()
|
/linux-4.4.14/kernel/ |
D | audit.c | 1364 int reserve = 5; /* Allow atomic callers to go up to five in audit_log_start() local 1378 reserve = 0; in audit_log_start() 1382 && skb_queue_len(&audit_skb_queue) > audit_backlog_limit + reserve) { in audit_log_start() 1403 if (!reserve) in audit_log_start()
|
D | resource.c | 1400 static struct resource reserve[MAXRESERVE]; in reserve_setup() local 1411 struct resource *res = reserve + x; in reserve_setup()
|
/linux-4.4.14/drivers/pci/ |
D | Kconfig | 56 Say Y or M here if you want be able to reserve a PCI device
|
/linux-4.4.14/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 | 273 from RFC3168, section 6.1.1.1., but we reserve that in future, 808 You can reserve ports which are not in the current
|
/linux-4.4.14/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.txt | 37 - Size in bytes of memory to reserve.
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | mach-imx27_visstrim_m10.c | 604 .reserve = visstrim_reserve,
|
D | mach-mx35_3ds.c | 621 .reserve = mx35_3ds_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.4.14/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | pch_gbe.h | 71 u32 reserve[2]; member
|
/linux-4.4.14/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.4.14/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common.c | 499 unsigned reserve = 0; in mtk_pctrl_dt_subnode_to_map() local 526 reserve = num_pins * maps_per_pin; in mtk_pctrl_dt_subnode_to_map() 529 reserved_maps, num_maps, reserve); in mtk_pctrl_dt_subnode_to_map()
|
/linux-4.4.14/drivers/nfc/ |
D | nfcwilink.c | 376 .reserve = 0,
|
/linux-4.4.14/drivers/scsi/mvsas/ |
D | mv_sas.h | 421 u8 reserve; member
|
/linux-4.4.14/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 | 1064 kernel. The current generated block lacks a useful reserve map (it will 1162 time), export of reserve map address to the asm file, ability to 1163 specify reserve map content at compile time, etc...
|
/linux-4.4.14/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.4.14/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.4.14/drivers/net/wireless/libertas/ |
D | host.h | 832 __le16 reserve; member
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
D | def.h | 545 u8 reserve:4; member
|
/linux-4.4.14/drivers/net/ethernet/renesas/ |
D | ravb_main.c | 100 u32 reserve = (unsigned long)skb->data & (RAVB_ALIGN - 1); in ravb_set_buffer_align() local 102 if (reserve) in ravb_set_buffer_align() 103 skb_reserve(skb, RAVB_ALIGN - reserve); in ravb_set_buffer_align()
|
D | sh_eth.c | 962 uintptr_t reserve = (uintptr_t)skb->data & (SH_ETH_RX_ALIGN - 1); in sh_eth_set_receive_align() local 964 if (reserve) in sh_eth_set_receive_align() 965 skb_reserve(skb, SH_ETH_RX_ALIGN - reserve); in sh_eth_set_receive_align()
|
/linux-4.4.14/drivers/misc/ti-st/ |
D | st_core.c | 375 st_gdata->list[type]->reserve); in st_int_recv()
|
/linux-4.4.14/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.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | trx.h | 431 u8 reserve:4; member
|
/linux-4.4.14/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.4.14/drivers/xen/ |
D | Kconfig | 211 Allow kernel to install stub drivers, to reserve space for Xen drivers,
|
/linux-4.4.14/drivers/net/usb/ |
D | cdc_ncm.c | 983 …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 1018 if ((ctx->tx_max - skb->len - reserve) < ctx->max_ndp_size) in cdc_ncm_ndp()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | trx.h | 567 u8 reserve:4; member
|
/linux-4.4.14/drivers/media/usb/pwc/ |
D | philips.txt | 65 buffers to reserve for mmap(), VIDIOCCGMBUF, VIDIOCMCAPTURE and friends.
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | trx.h | 535 u8 reserve:4; member
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
D | trx.h | 550 u8 reserve:4; member
|
/linux-4.4.14/fs/btrfs/ |
D | inode.c | 3215 int reserve = 0; in btrfs_orphan_add() local 3252 reserve = 1; in btrfs_orphan_add() 3256 if (reserve) { in btrfs_orphan_add() 3266 if (reserve) { in btrfs_orphan_add() 7497 u64 reserve; member 7681 WARN_ON(dio_data->reserve < len); in btrfs_get_blocks_direct() 7682 dio_data->reserve -= len; in btrfs_get_blocks_direct() 8493 dio_data.reserve = round_up(count, root->sectorsize); in btrfs_direct_IO() 8509 if (dio_data.reserve) in btrfs_direct_IO() 8511 dio_data.reserve); in btrfs_direct_IO()
|
D | extent-tree.c | 107 u64 num_bytes, int reserve, 5570 int reserve) in calc_csum_metadata_size() argument 5580 if (reserve) in calc_csum_metadata_size() 5590 if (reserve) in calc_csum_metadata_size() 6143 u64 num_bytes, int reserve, int delalloc) in btrfs_update_reserved_bytes() argument 6150 if (reserve != RESERVE_FREE) { in btrfs_update_reserved_bytes() 6156 if (reserve == RESERVE_ALLOC) { in btrfs_update_reserved_bytes()
|
D | relocation.c | 2561 struct backref_node *node, int reserve) argument 2569 BUG_ON(reserve && node->processed); 2574 if (next->processed && (reserve || next != node))
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | trx.h | 606 u8 reserve:4; member
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | trx.h | 663 u8 reserve:4; member
|
/linux-4.4.14/Documentation/x86/ |
D | intel_mpx.txt | 137 space, we would need to reserve 512TB+2GB, which is larger than the
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | util.S | 307 movel #0,-(%a7) |reserve a word on the stack
|
/linux-4.4.14/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.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 531 reserve. A cgroup enjoys reclaim protection when it and all its 533 subtrees possible. Secondly, new cgroups have no reserve per
|
/linux-4.4.14/drivers/net/can/ |
D | pch_can.c | 153 u32 reserve; member
|
/linux-4.4.14/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.4.14/drivers/mmc/host/ |
D | via-sdmmc.c | 285 u8 reserve[2]; member
|
/linux-4.4.14/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.4.14/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.4.14/drivers/media/radio/wl128x/ |
D | fmdrv_common.c | 1509 fm_st_proto.reserve = 1; in fmc_prepare()
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib.h | 1418 u16 reserve; member
|
/linux-4.4.14/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.4.14/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.4.14/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 1053 u16 reserve; member
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 95 accessible via BLK. When that occurs a LABEL is needed to reserve DPA
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1498 int "Amount of low memory, in kilobytes, to reserve for the BIOS" 1502 Specify the amount of low memory to reserve for the BIOS. 1507 By default we reserve the first 64K of physical RAM, as a
|
/linux-4.4.14/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.4.14/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.4.14/drivers/scsi/lpfc/ |
D | lpfc_hw4.h | 2642 uint8_t reserve:1; member
|
/linux-4.4.14/Documentation/gpio/ |
D | gpio-legacy.txt | 448 case where e.g. a GPIO controller need to reserve a pin or set the
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 373 The number of additional lines of video memory to reserve for
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 1219 int reserve, in osc_brw_prep_request() argument
|
/linux-4.4.14/drivers/net/wireless/ |
D | airo.c | 950 u32 reserve[32]; member
|