Searched refs:reserve (Results 26 - 50 of 166) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dkvm.h53 __u8 reserve:7; member in struct:kvm_ioapic_state::__anon9239::__anon9240
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dboard-rx51.c157 .reserve = omap_reserve,
H A Dboard-zoom3.c130 .reserve = omap_reserve,
H A Dboard-n8x0.c678 .reserve = omap_reserve,
689 .reserve = omap_reserve,
700 .reserve = omap_reserve,
H A Dboard-2430sdp.c260 .reserve = omap_reserve,
H A Dboard-3630sdp.c224 .reserve = omap_reserve,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Dfooter.tex20 the Ogg project (xiph.org) reserve the right to set the Ogg Vorbis
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DPrefs.cpp102 m_externPortIPs.reserve(EXTERNAL_PORT_ASKIPS);
103 m_externPorts.reserve(EXTERNAL_PORT_ASKIPS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhptiop.h65 __le32 reserve[10]; member in struct:hpt_iopmu_mv
160 __le32 reserve[6]; member in struct:hpt_iop_request_set_config
H A Dsg.c134 char res_used; /* 1 -> using reserve buffer, 0 -> not ... */
150 Sg_scatter_hold reserve; /* buffer held for this file descriptor */ member in struct:sg_fd
675 if (hp->dxfer_len > sfp->reserve.bufflen) {
677 return -ENOMEM; /* MMAP_IO size must fit in reserve buffer */
685 return -EBUSY; /* reserve buffer already being used */
846 val = (int) sfp->reserve.bufflen;
847 sg_remove_scat(&sfp->reserve);
920 if (val != sfp->reserve.bufflen) {
923 sg_remove_scat(&sfp->reserve);
928 val = min_t(int, sfp->reserve
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dbencode.h179 tr_benc * tr_bencDictAddList( tr_benc *, const char * key, size_t reserve );
181 tr_benc * tr_bencDictAddDict( tr_benc *, const char * key, size_t reserve );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mm/
H A Dsram-alloc.c68 unsigned long reserve; local
71 reserve = 0;
73 reserve = sizeof(struct l1_scratch_task_info);
84 per_cpu(free_l1_ssram_head, cpu).next->paddr = (void *)get_l1_scratch_start_cpu(cpu) + reserve;
85 per_cpu(free_l1_ssram_head, cpu).next->size = L1_SCRATCH_LENGTH - reserve;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dbfin_gpio.c154 #define reserve(m, i) (map_entry(m, i) |= gpio_bit(i)) macro
529 reserve(wakeup, gpio);
738 reserve(peri, ident);
870 reserve(gpio, gpio);
944 reserve(special_gpio, gpio);
945 reserve(peri, gpio);
1001 reserve(gpio_irq, gpio);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Dsnprintf.c73 int (*reserve)(struct state *, size_t); member in struct:state
583 state.reserve = as_reserve;
622 state.reserve = sn_reserve;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/missing/
H A Dsnprintf.c73 int (*reserve)(struct state *, size_t); member in struct:state
583 state.reserve = as_reserve;
622 state.reserve = sn_reserve;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dutilsexc.cpp567 ddeServer.reserve(256);
568 ddeTopic.reserve(256);
569 ddeCommand.reserve(256);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dregex.cpp489 result.reserve(5 * textlen / 4);
521 textNew.reserve(replacement.length());
582 result.reserve(2 * result.length());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DIPFilter.cpp137 m_rangeIPs.reserve(size + 1000);
138 m_rangeLengths.reserve(size + 1000);
140 m_rangeNames.reserve(size + 1000);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Drmm.c96 u32 align, u32 *dsp_address, bool reserve)
107 DBC_REQUIRE(reserve || (target->num_segs > 0));
110 if (!reserve) {
95 rmm_alloc(struct rmm_target_obj *target, u32 segid, u32 size, u32 align, u32 *dsp_address, bool reserve) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Ddirmgl.cpp131 path.reserve(path.length() + 255); // speed up string concatenation
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvector.h104 void reserve(size_type n)
108 wxFAIL_MSG( wxT("out of memory in wxVector::reserve()") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Ddir.cpp124 path.reserve(path.length() + 255);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dregistry.h214 void ReserveMemoryForName(size_t bytes) { m_strKey.reserve(bytes); }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dpalmt5.c209 .reserve = palmt5_reserve,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2440/
H A Dmach-rx3715.c195 /* H1940 and RX3715 need to reserve this for suspend */
225 .reserve = rx3715_reserve,

Completed in 207 milliseconds

1234567