Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-omap2/
Dboard-generic.c45 .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 …]
Dboard-rx51.c133 .reserve = rx51_reserve,
Dboard-ldp.c421 .reserve = omap_reserve,
/linux-4.4.14/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.4.14/drivers/pinctrl/
Dpinconf-generic.c287 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()
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.c164 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()
Dpinctrl-at91-pio4.c477 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/
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.4.14/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.4.14/arch/um/kernel/
Dphysmem.c82 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/
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.4.14/drivers/bluetooth/
Dbtwilink.c131 .reserve = 8,
138 .reserve = 8,
145 .reserve = 8,
/linux-4.4.14/mm/
Dbootmem.c338 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()
Dnommu.c1850 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()
Dhugetlb.c2982 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()
Dmmap.c156 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/
Dsetup-r8a7794.c31 .reserve = rcar_gen2_reserve,
Dsetup-r8a7793.c31 .reserve = rcar_gen2_reserve,
Dsetup-r8a7791.c36 .reserve = rcar_gen2_reserve,
Dsetup-r8a7790.c35 .reserve = rcar_gen2_reserve,
/linux-4.4.14/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()
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 …]
Dhptiop.h65 __le32 reserve[10]; member
204 __le32 reserve[6]; member
Dmvumi.h109 u32 reserve; member
Dstorvsc_drv.c171 u16 reserve; member
/linux-4.4.14/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.4.14/drivers/pinctrl/samsung/
Dpinctrl-samsung.c88 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/
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.4.14/arch/arm/include/asm/mach/
Darch.h55 void (*reserve)(void);/* reserve mem blocks */ member
/linux-4.4.14/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.4.14/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.4.14/fs/quota/
Ddquot.c1610 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/
Dmemory.txt14 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/
Dfixmap.h138 extern void reserve_top_address(unsigned long reserve);
/linux-4.4.14/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.4.14/arch/arm/mach-pxa/
Dpalmt5.c211 .reserve = palmt5_reserve,
Dpalmtreo.c538 .reserve = treo_reserve,
552 .reserve = treo_reserve,
/linux-4.4.14/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.4.14/arch/arm/mach-zynq/
Dcommon.c208 .reserve = zynq_memory_init,
/linux-4.4.14/include/linux/
Dsdla.h211 char reserve[2]; member
Dti_wilink_st.h83 unsigned char reserve; member
/linux-4.4.14/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.4.14/arch/arm/mach-s3c24xx/
Dmach-rx3715.c214 .reserve = rx3715_reserve,
Dmach-h1940.c751 .reserve = h1940_reserve,
Dmach-rx1950.c816 .reserve = rx1950_reserve,
/linux-4.4.14/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.4.14/drivers/net/ethernet/ibm/emac/
DKconfig36 will always reserve at least 2 bytes to make IP header
/linux-4.4.14/arch/arm/mach-mvebu/
Dboard-v7.c168 .reserve = mvebu_memblock_reserve,
/linux-4.4.14/arch/x86/kvm/
Dioapic.h59 u8 reserve:7; member
/linux-4.4.14/drivers/staging/rtl8192u/
Dr819xU_cmdpkt.h62 u16 reserve; member
Dr8192U.h717 u16 reserve; member
/linux-4.4.14/arch/arm/mach-clps711x/
Dboard-edb7211.c181 .reserve = edb7211_reserve,
/linux-4.4.14/arch/s390/include/uapi/asm/
Ddasd.h228 __u8 reserve:2; member
/linux-4.4.14/drivers/staging/android/
DTODO25 exposes existing cma regions and doesn't reserve unecessarily memory when
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
Dmac.h92 u8 reserve:4; member
Dtrx.h96 u8 reserve:4; member
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Djz4780-dma.txt15 - ingenic,reserved-channels: Bitmask of channels to reserve for devices that
/linux-4.4.14/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.txt620 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/
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.4.14/Documentation/DocBook/
Dnetworking.xml.db41 API-skb-reserve
42 API-skb-tailroom-reserve
194 API-xdr-reserve-space
207 API-svc-reserve
213 API-xprt-reserve-xprt
Drapidio.xml.db75 API-rio-destid-reserve
Dkernel-api.xml.db245 API-set-dma-reserve
Dgpu.xml.db53 API-drm-mm-reserve-node
/linux-4.4.14/arch/powerpc/boot/dts/
Duc101.dts150 label = "reserve";
Dmucmc52.dts159 label = "reserve";
/linux-4.4.14/drivers/net/ethernet/adi/
DKconfig39 buffers. Say N here if you want to reserve L1 memory for other uses.
/linux-4.4.14/arch/arm/mach-exynos/
Dexynos.c331 .reserve = exynos_reserve,
/linux-4.4.14/arch/arm/mach-integrator/
Dintegrator_cp.c295 .reserve = integrator_reserve,
Dintegrator_ap.c335 .reserve = integrator_reserve,
/linux-4.4.14/drivers/dma/
Dfsldma.h98 v32 reserve; member
/linux-4.4.14/arch/arm/mach-davinci/
Dboard-omapl138-hawk.c347 .reserve = da8xx_rproc_reserve_cma,
Dboard-da850-evm.c1509 .reserve = da8xx_rproc_reserve_cma,
/linux-4.4.14/arch/arm/mm/
Dinit.c269 if (mdesc->reserve) in arm_memblock_init()
270 mdesc->reserve(); in arm_memblock_init()
/linux-4.4.14/net/packet/
Daf_packet.c2469 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/
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.4.14/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.4.14/drivers/md/
Draid5-cache.c428 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/
Dkvm.h97 __u8 reserve:7; member
/linux-4.4.14/drivers/usb/gadget/udc/
Dfsl_qe_udc.h145 u8 reserve[2]; member
/linux-4.4.14/net/core/
Dnetpoll.c285 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/
Daudit.c1364 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()
Dresource.c1400 static struct resource reserve[MAXRESERVE]; in reserve_setup() local
1411 struct resource *res = reserve + x; in reserve_setup()
/linux-4.4.14/drivers/pci/
DKconfig56 Say Y or M here if you want be able to reserve a PCI device
/linux-4.4.14/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.txt273 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/
Dreserved-memory.txt37 - Size in bytes of memory to reserve.
/linux-4.4.14/arch/arm/mach-imx/
Dmach-imx27_visstrim_m10.c604 .reserve = visstrim_reserve,
Dmach-mx35_3ds.c621 .reserve = mx35_3ds_reserve,
Dmach-mx31moboard.c598 .reserve = mx31moboard_reserve,
Dmach-pcm037.c703 .reserve = pcm037_reserve,
Dmach-mx31_3ds.c781 .reserve = mx31_3ds_reserve,
/linux-4.4.14/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe.h71 u32 reserve[2]; member
/linux-4.4.14/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.4.14/drivers/pinctrl/mediatek/
Dpinctrl-mtk-common.c499 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/
Dnfcwilink.c376 .reserve = 0,
/linux-4.4.14/drivers/scsi/mvsas/
Dmv_sas.h421 u8 reserve; member
/linux-4.4.14/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 |
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/
Dperf_event_p4.c1245 goto reserve; in p4_pmu_schedule_events()
1281 reserve: in p4_pmu_schedule_events()
/linux-4.4.14/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.4.14/drivers/net/wireless/libertas/
Dhost.h832 __le16 reserve; member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Ddef.h545 u8 reserve:4; member
/linux-4.4.14/drivers/net/ethernet/renesas/
Dravb_main.c100 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()
Dsh_eth.c962 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/
Dst_core.c375 st_gdata->list[type]->reserve); in st_int_recv()
/linux-4.4.14/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.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dtrx.h431 u8 reserve:4; member
/linux-4.4.14/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.4.14/drivers/xen/
DKconfig211 Allow kernel to install stub drivers, to reserve space for Xen drivers,
/linux-4.4.14/drivers/net/usb/
Dcdc_ncm.c983 …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/
Dtrx.h567 u8 reserve:4; member
/linux-4.4.14/drivers/media/usb/pwc/
Dphilips.txt65 buffers to reserve for mmap(), VIDIOCCGMBUF, VIDIOCMCAPTURE and friends.
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dtrx.h535 u8 reserve:4; member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
Dtrx.h550 u8 reserve:4; member
/linux-4.4.14/fs/btrfs/
Dinode.c3215 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()
Dextent-tree.c107 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()
Drelocation.c2561 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/
Dtrx.h606 u8 reserve:4; member
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dtrx.h663 u8 reserve:4; member
/linux-4.4.14/Documentation/x86/
Dintel_mpx.txt137 space, we would need to reserve 512TB+2GB, which is larger than the
/linux-4.4.14/arch/m68k/fpsp040/
Dutil.S307 movel #0,-(%a7) |reserve a word on the stack
/linux-4.4.14/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.4.14/Documentation/cgroups/
Dunified-hierarchy.txt531 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/
Dpch_can.c153 u32 reserve; member
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dhub.fuc134 // context size calculation, reserve first 256 bytes for use by fuc
/linux-4.4.14/drivers/mmc/host/
Dvia-sdmmc.c285 u8 reserve[2]; member
/linux-4.4.14/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.4.14/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.4.14/drivers/media/radio/wl128x/
Dfmdrv_common.c1509 fm_st_proto.reserve = 1; in fmc_prepare()
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib.h1418 u16 reserve; member
/linux-4.4.14/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.4.14/drivers/net/wireless/ath/wcn36xx/
Dhal.h789 u16 reserve; member
Dsmd.c93 entry->reserve = 0; in put_cfg_tlv_u32()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h1053 u16 reserve; member
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt95 accessible via BLK. When that occurs a LABEL is needed to reserve DPA
/linux-4.4.14/arch/x86/
DKconfig1498 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/
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.4.14/Documentation/scsi/
DChangeLog.1992-1997450 message if we cannot reserve the port addresses.
453 message if we cannot reserve the port addresses.
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_hw4.h2642 uint8_t reserve:1; member
/linux-4.4.14/Documentation/gpio/
Dgpio-legacy.txt448 case where e.g. a GPIO controller need to reserve a pin or set the
/linux-4.4.14/Documentation/m68k/
Dkernel-options.txt373 The number of additional lines of video memory to reserve for
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1219 int reserve, in osc_brw_prep_request() argument
/linux-4.4.14/drivers/net/wireless/
Dairo.c950 u32 reserve[32]; member