Home
last modified time | relevance | path

Searched refs:reserve (Results 1 – 158 of 158) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
Dboard-generic.c52 .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 …]
Dboard-omap3logic.c229 .reserve = omap_reserve,
241 .reserve = omap_reserve,
Dboard-rx51.c133 .reserve = rx51_reserve,
Dboard-cm-t35.c749 .reserve = omap_reserve,
761 .reserve = omap_reserve,
Dboard-ldp.c421 .reserve = omap_reserve,
Dboard-overo.c563 .reserve = omap_reserve,
Dboard-omap3beagle.c587 .reserve = omap_reserve,
Dboard-omap3pandora.c625 .reserve = omap_reserve,
/linux-4.1.27/drivers/char/agp/
Dfrontend.c801 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/
Dpinconf-generic.c286 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()
Dpinctrl-tz1090-pdc.c290 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()
Dpinctrl-utils.c33 unsigned *num_maps, unsigned reserve) in pinctrl_utils_reserve_map() argument
36 unsigned new_num = *num_maps + reserve; in pinctrl_utils_reserve_map()
Dpinctrl-tegra.c130 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()
Dpinctrl-utils.h27 unsigned *num_maps, unsigned reserve);
Dpinctrl-tz1090.c1034 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()
Dpinctrl-tegra-xusb.c154 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/
Dalloc.c381 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()
Dbtree.c1151 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/
Dvio.c95 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/
Dphysmem.c83 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/
Dcompr_rubin.c34 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()
DTODO3 let each outstanding write reserve the _maximum_ amount of physical
/linux-4.1.27/drivers/bluetooth/
Dbtwilink.c131 .reserve = 8,
138 .reserve = 8,
145 .reserve = 8,
/linux-4.1.27/mm/
Dbootmem.c331 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()
Dpage_alloc.c4107 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()
Dnommu.c1921 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()
Dhugetlb.c2562 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()
Dmmap.c155 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/
Dsetup-r8a7794.c31 .reserve = rcar_gen2_reserve,
Dsetup-r8a7791.c36 .reserve = rcar_gen2_reserve,
Dsetup-r8a7790.c35 .reserve = rcar_gen2_reserve,
/linux-4.1.27/drivers/scsi/
Dsg.c158 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 …]
Dhptiop.h65 __le32 reserve[10]; member
204 __le32 reserve[6]; member
Dmvumi.h109 u32 reserve; member
Dstorvsc_drv.c171 u16 reserve; member
/linux-4.1.27/arch/blackfin/kernel/
Dbfin_gpio.c146 #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/
Dpinctrl-samsung.c93 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/
Dsram-alloc.c69 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/
Darch.h55 void (*reserve)(void);/* reserve mem blocks */ member
/linux-4.1.27/arch/x86/mm/
Dpgtable.c535 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/
DKconfig46 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/
Ddquot.c1591 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/
Dmemory.txt14 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/
Dfixmap.h138 extern void reserve_top_address(unsigned long reserve);
/linux-4.1.27/fs/logfs/
Djournal.c14 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/
Dpalmt5.c211 .reserve = palmt5_reserve,
Dpalmtreo.c538 .reserve = treo_reserve,
552 .reserve = treo_reserve,
/linux-4.1.27/include/linux/
Dsdla.h211 char reserve[2]; member
Dti_wilink_st.h83 unsigned char reserve; member
/linux-4.1.27/arch/arm/mach-s3c24xx/
Dmach-rx3715.c214 .reserve = rx3715_reserve,
Dmach-h1940.c747 .reserve = h1940_reserve,
Dmach-rx1950.c812 .reserve = rx1950_reserve,
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-fs-xfs23 The current state of the log reserve grant head. It
Dsysfs-power182 will be used as the amount of memory to reserve for allocations
/linux-4.1.27/drivers/scsi/ibmvscsi/
Dviosrp.h191 struct mad_reserve_cap reserve; member
Dibmvscsi.c1240 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/
Dbcache.h445 TP_PROTO(struct cache *ca, unsigned reserve),
446 TP_ARGS(ca, reserve),
457 __entry->free = fifo_used(&ca->free[reserve]);
Dbtrfs.h721 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/
Dr8192E_cmdpkt.h63 u16 reserve; member
/linux-4.1.27/arch/arm/mach-zynq/
Dcommon.c214 .reserve = zynq_memory_init,
/linux-4.1.27/arch/arm/mach-clps711x/
Dboard-edb7211.c181 .reserve = edb7211_reserve,
/linux-4.1.27/arch/x86/kvm/
Dioapic.h58 u8 reserve:7; member
/linux-4.1.27/drivers/net/ethernet/ibm/emac/
DKconfig36 will always reserve at least 2 bytes to make IP header
/linux-4.1.27/drivers/staging/rtl8192u/
Dr819xU_cmdpkt.h62 u16 reserve; member
Dr8192U.h750 u16 reserve; member
/linux-4.1.27/arch/arm/mach-mvebu/
Dboard-v7.c204 .reserve = mvebu_memblock_reserve,
/linux-4.1.27/arch/s390/include/uapi/asm/
Ddasd.h228 __u8 reserve:2; member
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Djz4780-dma.txt15 - ingenic,reserved-channels: Bitmask of channels to reserve for devices that
/linux-4.1.27/Documentation/
Dramoops.txt51 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()
DIntel-IOMMU.txt64 The same is true for peer to peer transactions. Hence we reserve the
Dintel_txt.txt124 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
Dhwspinlock.txt47 be calling this function in order to reserve specific hwspinlock
DManagementStyle97 might be the wrong thing. You should always reserve the right to change
Dkernel-parameters.txt613 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/
Dfirmware-assisted-dump.txt71 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.
Dpci_iov_resource_on_powernv.txt122 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/
Duc101.dts150 label = "reserve";
Dmucmc52.dts159 label = "reserve";
/linux-4.1.27/arch/arm/mach-exynos/
Dexynos.c307 .reserve = exynos_reserve,
/linux-4.1.27/drivers/net/ethernet/adi/
DKconfig41 buffers. Say N here if you want to reserve L1 memory for other uses.
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/
Dmac.h105 u8 reserve:4; member
Dtrx.h96 u8 reserve:4; member
/linux-4.1.27/arch/arm/mm/
Dinit.c268 if (mdesc->reserve) in arm_memblock_init()
269 mdesc->reserve(); in arm_memblock_init()
/linux-4.1.27/arch/arm/mach-davinci/
Dboard-omapl138-hawk.c347 .reserve = da8xx_rproc_reserve_cma,
Dboard-da850-evm.c1509 .reserve = da8xx_rproc_reserve_cma,
/linux-4.1.27/arch/arm/mach-integrator/
Dintegrator_cp.c295 .reserve = integrator_reserve,
Dintegrator_ap.c336 .reserve = integrator_reserve,
/linux-4.1.27/drivers/dma/
Dfsldma.h98 v32 reserve; member
/linux-4.1.27/net/packet/
Daf_packet.c2260 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/
Dkdump.txt278 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/
Dttm_memory.c476 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/
Dkvm.h97 __u8 reserve:7; member
/linux-4.1.27/drivers/usb/gadget/udc/
Dfsl_qe_udc.h145 u8 reserve[2]; member
/linux-4.1.27/net/core/
Dnetpoll.c280 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/
Daudit.c1350 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()
Dresource.c1389 static struct resource reserve[MAXRESERVE]; in reserve_setup() local
1400 struct resource *res = reserve + x; in reserve_setup()
/linux-4.1.27/drivers/pci/
DKconfig56 Say Y or M here if you want be able to reserve a PCI device
/linux-4.1.27/Documentation/networking/
Dnetdevices.txt18 alloc_netdev_mqs()/alloc_netdev() reserve extra space for driver
Dbaycom.txt148 # is the number of the interface. The baycom drivers do not reserve any
Dip-sysctl.txt765 You can reserve ports which are not in the current
/linux-4.1.27/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.c398 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/
Dpch_gbe.h71 u32 reserve[2]; member
/linux-4.1.27/Documentation/devicetree/bindings/reserved-memory/
Dreserved-memory.txt37 - Size in bytes of memory to reserve.
/linux-4.1.27/arch/arm/mach-imx/
Dmach-mx35_3ds.c621 .reserve = mx35_3ds_reserve,
Dmach-imx27_visstrim_m10.c604 .reserve = visstrim_reserve,
Dmach-mx31moboard.c598 .reserve = mx31moboard_reserve,
Dmach-pcm037.c703 .reserve = pcm037_reserve,
Dmach-mx31_3ds.c781 .reserve = mx31_3ds_reserve,
/linux-4.1.27/Documentation/filesystems/
Drelay.txt410 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
Dxfs-delayed-logging-design.txt483 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/
Dnfcwilink.c376 .reserve = 0,
/linux-4.1.27/drivers/scsi/mvsas/
Dmv_sas.h421 u8 reserve; member
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt351 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/
Dperf_event_p4.c1245 goto reserve; in p4_pmu_schedule_events()
1281 reserve: in p4_pmu_schedule_events()
/linux-4.1.27/Documentation/trace/
Dring-buffer-design.txt222 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/
Dhost.h832 __le16 reserve; member
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192se/
Ddef.h545 u8 reserve:4; member
/linux-4.1.27/Documentation/filesystems/caching/
Dbackend-api.txt377 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
Dnetfs-api.txt424 This doesn't automatically reserve any space in the cache, but permits the
/linux-4.1.27/drivers/misc/ti-st/
Dst_core.c375 st_gdata->list[type]->reserve); in st_int_recv()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
Dtrx.h431 u8 reserve:4; member
/linux-4.1.27/drivers/net/usb/
Dcdc_ncm.c1014 …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/
Dhugetlbpage.txt257 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/
Ddcache.c3444 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/
DKconfig211 Allow kernel to install stub drivers, to reserve space for Xen drivers,
/linux-4.1.27/drivers/net/ethernet/renesas/
Dsh_eth.c938 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/
Dphilips.txt65 buffers to reserve for mmap(), VIDIOCCGMBUF, VIDIOCMCAPTURE and friends.
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ce/
Dtrx.h550 u8 reserve:4; member
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/
Dtrx.h535 u8 reserve:4; member
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/
Dtrx.h567 u8 reserve:4; member
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt345 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/
Dtrx.h606 u8 reserve:4; member
/linux-4.1.27/Documentation/x86/
Dintel_mpx.txt137 space, we would need to reserve 512TB+2GB, which is larger than the
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/
Dtrx.h663 u8 reserve:4; member
/linux-4.1.27/arch/m68k/fpsp040/
Dutil.S307 movel #0,-(%a7) |reserve a word on the stack
/linux-4.1.27/Documentation/sysctl/
Dvm.txt79 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/
Dextent-tree.c109 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()
Drelocation.c2560 struct backref_node *node, int reserve) argument
2568 BUG_ON(reserve && node->processed);
2573 if (next->processed && (reserve || next != node))
Dinode.c3183 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/
Dvia-sdmmc.c285 u8 reserve[2]; member
/linux-4.1.27/Documentation/usb/
Dproc_usb_info.txt148 are the only transfers that reserve bandwidth. Control and bulk
DWUSB-Design-overview.txt282 We reserve UWB bandwidth for our Wireless USB Cluster, create a Cluster
/linux-4.1.27/drivers/net/can/
Dpch_can.c153 u32 reserve; member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhub.fuc134 // context size calculation, reserve first 256 bytes for use by fuc
/linux-4.1.27/arch/blackfin/
DKconfig395 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/
Dfmdrv_common.c1512 fm_st_proto.reserve = 1; in fmc_prepare()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c1249 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/
DALSA-Configuration.txt334 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/
Dhal.h789 u16 reserve; member
Dsmd.c93 entry->reserve = 0; in put_cfg_tlv_u32()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib.h1920 u16 reserve; member
/linux-4.1.27/drivers/net/wireless/rtlwifi/
Dwifi.h1034 u16 reserve; member
/linux-4.1.27/arch/x86/
DKconfig1475 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/
Dbiodoc.txt591 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/
DChangeLog.1992-1997450 message if we cannot reserve the port addresses.
453 message if we cannot reserve the port addresses.
/linux-4.1.27/Documentation/gpio/
Dgpio-legacy.txt448 case where e.g. a GPIO controller need to reserve a pin or set the
/linux-4.1.27/Documentation/m68k/
Dkernel-options.txt373 The number of additional lines of video memory to reserve for
/linux-4.1.27/drivers/net/wireless/
Dairo.c950 u32 reserve[32]; member