Searched refs:reserve (Results 1 - 25 of 166) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbmove.c25 ext2fs_block_bitmap reserve; member in struct:process_block_struct
49 if (ext2fs_test_block_bitmap(pb->reserve, block)) {
57 } while (ext2fs_test_block_bitmap(pb->reserve, block) ||
89 ext2fs_block_bitmap reserve,
104 pb.reserve = reserve;
88 ext2fs_move_blocks(ext2_filsys fs, ext2fs_block_bitmap reserve, ext2fs_block_bitmap alloc_map, int flags) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/mach/
H A Darch.h41 void (*reserve)(void);/* reserve mem blocks */ member in struct:machine_desc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Drmm.h52 * rmm_alloc is used to remotely allocate or reserve memory on the DSP.
59 * dsp_address - If reserve is FALSE, the location to store allocated
61 * reserve.
62 * reserve - If TRUE, reserve the memory specified by dsp_address.
73 * reserve || target->num_segs > 0.
77 u32 align, u32 *dsp_address, bool reserve);
144 * reserve || [dsp_address, dsp_address + size] is a valid memory range.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkvm_types.h54 u8 reserve:7; member in struct:kvm_ioapic_redirect_entry::__anon17686
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-clps711x/
H A Dedb7211-arch.c65 .reserve = edb7211_reserve,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dboard-generic.c61 .reserve = omap_reserve,
H A Dboard-zoom2.c115 .reserve = omap_reserve,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dphysmem.c81 unsigned long reserve = reserve_end - start; local
83 int delta = (len - reserve) >> PAGE_SHIFT;
107 len - bootmap_size - reserve);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dsstream.cpp74 m_str.reserve(LEN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dboard-generic.c101 .reserve = omap_reserve,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-u300/
H A Du300.c67 .reserve = u300_reserve,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c33 int (*reserve)(void); member in struct:wd_ops
202 if (!wd_ops->reserve()) {
203 printk(KERN_ERR "NMI watchdog: cannot reserve perfctrs\n");
338 .reserve = single_msr_reserve,
411 .reserve = single_msr_reserve,
619 .reserve = p4_reserve,
690 .reserve = single_msr_reserve,
747 if (!wd_ops->reserve()) {
749 "NMI watchdog: cannot reserve perfctrs\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dcompr_rubin.c32 unsigned int reserve; member in struct:pushpull
47 unsigned reserve)
52 pp->reserve = reserve;
57 if (pp->ofs >= pp->buflen - (use_reserved?0:pp->reserve))
45 init_pushpull(struct pushpull *pp, char *buf, unsigned buflen, unsigned ofs, unsigned reserve) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dfrontend.c813 struct agp_region reserve; local
818 if (copy_from_user(&reserve, arg, sizeof(struct agp_region)))
821 if ((unsigned) reserve.seg_count >= ~0U/sizeof(struct agp_segment))
824 client = agp_find_client_by_pid(reserve.pid);
826 if (reserve.seg_count == 0) {
828 client_priv = agp_find_private(reserve.pid);
838 return agp_remove_client(reserve.pid);
842 if (reserve.seg_count >= 16384)
845 segment = kmalloc((sizeof(struct agp_segment) * reserve.seg_count),
851 if (copy_from_user(segment, (void __user *) reserve
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dvio.c87 * @reserve: pool of memory from which devices reserve entitlement, incl. spare
100 struct vio_cmo_pool reserve; member in struct:vio_cmo
160 /* Determine the amount of free entitlement available in reserve */
190 * the reserve pool is used to reduce device entitlement, the excess
191 * pool is used to increase the reserve pool toward the desired entitlement
217 /* Spare is a subset of the reserve pool, replenish it first. */
221 * Replenish the spare in the reserve pool from the excess pool.
222 * This moves entitlement into the reserve pool.
227 vio_cmo.reserve
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Deprecomp.cpp93 eb.reserve(m_bases.size());
104 eb.reserve(m_bases.size() + pc2.m_bases.size());
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpgtable.c342 * @reserve - size of hole to reserve
347 void __init reserve_top_address(unsigned long reserve) argument
352 (int)-reserve);
353 __FIXADDR_TOP = -reserve - PAGE_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lz/
H A Dlz_encoder.c201 // increases, we reserve more space when a large dictionary is
210 uint32_t reserve = lz_options->dict_size / 2; local
211 if (reserve > (UINT32_C(1) << 30))
212 reserve /= 2;
214 reserve += (lz_options->before_size + lz_options->match_len_max
218 mf->size = mf->keep_size_before + reserve + mf->keep_size_after;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lz/
H A Dlz_encoder.c201 // increases, we reserve more space when a large dictionary is
210 uint32_t reserve = lz_options->dict_size / 2; local
211 if (reserve > (UINT32_C(1) << 30))
212 reserve /= 2;
214 reserve += (lz_options->before_size + lz_options->match_len_max
218 mf->size = mf->keep_size_before + reserve + mf->keep_size_after;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_pre.cpp34 out.reserve(str.length()); // we'll certainly need at least that
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr819xE_cmdpkt.h64 u16 reserve; member in struct:tag_cmd_pkt_interrupt_status
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr819xU_cmdpkt.h66 u16 reserve; member in struct:tag_cmd_pkt_interrupt_status
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.h64 u16 reserve; member in struct:tag_cmd_pkt_interrupt_status
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/ibmvscsi/
H A Dviosrp.h191 struct mad_reserve_cap reserve; member in struct:capabilities
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dfixmap.h117 FIX_TEXT_POKE1, /* reserve 2 pages for text_poke() */
148 extern void reserve_top_address(unsigned long reserve);

Completed in 159 milliseconds

1234567