Searched refs:reserve (Results 126 - 150 of 166) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dnetpoll.c254 static struct sk_buff *find_skb(struct netpoll *np, int len, int reserve) argument
276 skb_reserve(skb, reserve);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dresource.c223 * request_resource_conflict - request and reserve an I/O or memory resource
240 * request_resource - request and reserve an I/O or memory resource
884 * Called from init/main.c to reserve IO ports.
890 static struct resource reserve[MAXRESERVE]; local
901 struct resource *res = reserve + x;
914 __setup("reserve=", reserve_setup);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage_alloc.c3192 * the reserve will tend to store contiguous free pages. Setting min_free_kbytes
3193 * higher will lead to a bigger reserve which will get freed as contiguous
3201 int reserve; local
3203 /* Get the start pfn, end pfn and the number of blocks to reserve */
3206 reserve = roundup(min_wmark_pages(zone), pageblock_nr_pages) >>
3212 * would result in more than 2 reserve blocks for atomic allocations
3216 reserve = min(2, reserve);
3234 if (reserve > 0 && block_migratetype == MIGRATE_RESERVE) {
3235 reserve
[all...]
H A Dhugetlb.c277 * the reserve counters are updated with the hugetlb_lock held. It is safe
387 /* Returns true if the VMA has associated reserve pages */
1041 * if no reserve mapping overlaps.
2045 unsigned long reserve; local
2053 reserve = (end - start) -
2058 if (reserve) {
2059 hugetlb_acct_memory(h, -reserve);
2060 hugetlb_put_quota(vma->vm_file->f_mapping, reserve);
2258 * mappping it owns the reserve page for. The intention is to unmap the page
2337 * page is used to determine if the reserve a
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Ddcache.c2461 unsigned long reserve; local
2463 /* Base hash sizes on available memory, with a reserve equal to
2466 reserve = min((mempages - nr_free_pages()) * 3/2, mempages - 1);
2467 mempages -= reserve;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dwinpars.cpp596 text2.reserve(text.length());
H A Dhtmlpars.cpp505 output.reserve(input.length());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Decp.cpp376 exponents.reserve(expCount);
H A Dnbtheory.cpp31 primeTable.reserve(maxPrimeTableSize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dhost.h826 __le16 reserve; member in struct:host_wol_rule
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dboard-cm-t35.c815 .reserve = omap_reserve,
H A Dboard-devkit8000.c807 .reserve = omap_reserve,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DDownloadListCtrl.cpp616 filesVector.reserve(GetSelectedItemCount());
784 files.reserve(nrItems);
H A DDownloadQueue.cpp189 out_list.reserve(m_filelist.size() + includeCompleted ? m_completedDownloads.size() : 0);
1534 list.reserve( m_filelist.size() );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U.h610 u8 reserve:4; member in struct:rx_drvinfo_819x_usb
888 u16 reserve; member in struct:_rate_adaptive
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Di2lib.c1757 // Adjusts count, leaves reserve for next time around bypass cmds
1760 i2Write2Fifo(i2eBordStrPtr pB, unsigned char *source, int count,int reserve) argument
1766 if (pB->i2eFifoRemains > (count+reserve)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dintl.cpp1044 searchPath.reserve(4*pathPrefix.length());
1057 paths.reserve(gs_searchPrefixes.size() + 1);
1100 searchPath.reserve(500);
H A Dcmdline.cpp1183 arg.reserve(1024);
H A Dutilscmn.cpp1049 out.reserve(len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstring.h424 void reserve(size_t sz) { Alloc(sz); } function in class:wxStringBase
1215 bool Alloc(size_t nLen) { reserve(nLen); /*return capacity() >= nLen;*/ return true; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xml/
H A Dxml.cpp797 escaped.reserve( len );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E.h698 u16 reserve; member in struct:_rate_adaptive
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U.h762 u16 reserve; member in struct:_rate_adaptive
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dutil.S307 movel #0,-(%a7) |reserve a word on the stack
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex426 RTAP> reserve ff 3ffe:2400::1/FL0xA1234 <Flowspec>

Completed in 216 milliseconds

1234567