Searched refs:alloc (Results 1 - 25 of 247) sorted by relevance

12345678910

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dinit.h7 #define __INIT .section ".text.init",#alloc,#execinstr
9 #define __INITDATA .section ".data.init",#alloc,#write
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dpiggy.S1 .section .piggydata,#alloc
H A Dbig-endian.S8 .section ".start", #alloc, #execinstr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_mem.c34 void snd_gf1_mem_lock(struct snd_gf1_mem * alloc, int xup) argument
37 mutex_lock(&alloc->memory_mutex);
39 mutex_unlock(&alloc->memory_mutex);
43 static struct snd_gf1_mem_block *snd_gf1_mem_xalloc(struct snd_gf1_mem * alloc, argument
52 pblock = alloc->first;
58 if (pblock == alloc->first)
59 alloc->first = nblock;
62 mutex_unlock(&alloc->memory_mutex);
68 if (alloc->last == NULL) {
70 alloc
79 snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) argument
109 snd_gf1_mem_look(struct snd_gf1_mem * alloc, unsigned int address) argument
122 snd_gf1_mem_share(struct snd_gf1_mem * alloc, unsigned int *share_id) argument
136 snd_gf1_mem_find(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block, unsigned int size, int w_16, int align) argument
188 snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner, char *name, int size, int w_16, int align, unsigned int *share_id) argument
222 snd_gf1_mem_free(struct snd_gf1_mem * alloc, unsigned int address) argument
239 struct snd_gf1_mem *alloc; local
274 struct snd_gf1_mem *alloc; local
292 struct snd_gf1_mem *alloc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Descape.c82 size_t alloc = (inlength?(size_t)inlength:strlen(string))+1; local
86 size_t newlen = alloc;
91 ns = malloc(alloc);
95 length = alloc-1;
105 if(newlen > alloc) {
106 alloc *= 2;
107 testing_ptr = realloc(ns, alloc);
143 int alloc = (length?length:(int)strlen(string))+1; local
144 char *ns = malloc(alloc);
153 while(--alloc >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_pd.c48 pd->pd_num = mthca_alloc(&dev->pd_table.alloc);
58 mthca_free(&dev->pd_table.alloc, pd->pd_num);
68 mthca_free(&dev->pd_table.alloc, pd->pd_num);
73 return mthca_alloc_init(&dev->pd_table.alloc,
81 mthca_alloc_cleanup(&dev->pd_table.alloc);
H A Dmthca_uar.c42 uar->index = mthca_alloc(&dev->uar_table.alloc);
53 mthca_free(&dev->uar_table.alloc, uar->index);
60 ret = mthca_alloc_init(&dev->uar_table.alloc,
69 mthca_alloc_cleanup(&dev->uar_table.alloc);
78 mthca_alloc_cleanup(&dev->uar_table.alloc);
H A Dmthca_allocator.c42 u32 mthca_alloc(struct mthca_alloc *alloc) argument
47 spin_lock_irqsave(&alloc->lock, flags);
49 obj = find_next_zero_bit(alloc->table, alloc->max, alloc->last);
50 if (obj >= alloc->max) {
51 alloc->top = (alloc->top + alloc->max) & alloc
66 mthca_free(struct mthca_alloc *alloc, u32 obj) argument
81 mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask, u32 reserved) argument
107 mthca_alloc_cleanup(struct mthca_alloc *alloc) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/mm/
H A Dintmem.c30 struct intmem_allocation* alloc = local
31 (struct intmem_allocation*)kmalloc(sizeof *alloc, GFP_KERNEL);
35 alloc->size = MEM_INTMEM_SIZE;
36 alloc->offset = 0;
37 alloc->status = STATUS_FREE;
38 list_add_tail(&alloc->entry, &intmem_allocations);
58 struct intmem_allocation* alloc = local
60 kmalloc(sizeof *alloc, GFP_ATOMIC);
61 alloc->status = STATUS_FREE;
62 alloc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/share/
H A DMakefile.am8 alloc.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/lzma_src/C/
H A DLzmaEnc.h48 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc);
49 void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig);
53 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
55 int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
70 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
H A DLzmaDec.h130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
131 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
134 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
221 ELzmaStatus *status, ISzAlloc *alloc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dpci-dma.c43 void *alloc; local
45 alloc = bus_to_virt((unsigned long)dma_handle);
46 free_pages((unsigned long)alloc, get_order(size));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dlocalalloc.c37 #include "alloc.h"
52 static u32 ocfs2_local_alloc_count_bits(struct ocfs2_dinode *alloc);
55 struct ocfs2_dinode *alloc,
58 static void ocfs2_clear_local_alloc(struct ocfs2_dinode *alloc);
62 struct ocfs2_dinode *alloc,
79 * Determine how large our local alloc window should be, in bits.
83 * through local alloc.
93 * Tell us whether a given allocation should use the local alloc
105 * allocations go through the local alloc, so allow an
116 struct ocfs2_dinode *alloc local
204 struct ocfs2_dinode *alloc = NULL; local
319 struct ocfs2_dinode *alloc; local
381 ocfs2_complete_local_alloc_recovery(struct ocfs2_super *osb, struct ocfs2_dinode *alloc) argument
454 struct ocfs2_dinode *alloc; local
535 struct ocfs2_dinode *alloc; local
586 ocfs2_local_alloc_count_bits(struct ocfs2_dinode *alloc) argument
603 ocfs2_local_alloc_find_clear_bits(struct ocfs2_super *osb, struct ocfs2_dinode *alloc, u32 numbits) argument
662 ocfs2_clear_local_alloc(struct ocfs2_dinode *alloc) argument
684 ocfs2_sync_local_to_main(struct ocfs2_super *osb, handle_t *handle, struct ocfs2_dinode *alloc, struct inode *main_bm_inode, struct buffer_head *main_bm_bh) argument
802 struct ocfs2_dinode *alloc = NULL; local
865 struct ocfs2_dinode *alloc; local
[all...]
H A Dlocalalloc.h38 struct ocfs2_dinode *alloc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/upgrade.3.3/
H A DMakefile3 BUILD= alloc.html bigfile.html conflict.html disk.html getswap.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A DMakefile7 hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dstrncpy_from_user.S39 .section .fixup,#alloc,#execinstr
45 .section __ex_table,#alloc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/mm/
H A DMakefile9 mmu-context.o dma-alloc.o unaligned.o elf-fdpic.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A DMakefile3 mlx4_core-y := alloc.o catas.o cmd.o cq.o eq.o fw.o icm.o intf.o main.o mcg.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dtivo_utils.c33 int alloc = (int)strlen(string)+1; local
41 if( !(ns = malloc(alloc)) )
45 while(--alloc > 0)
63 memmove(string+1, string+3, alloc-2);
69 alloc-=2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dtivo_utils.c33 int alloc = (int)strlen(string)+1; local
41 if( !(ns = malloc(alloc)) )
45 while(--alloc > 0)
63 memmove(string+1, string+3, alloc-2);
69 alloc-=2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dtivo_utils.c33 int alloc = (int)strlen(string)+1; local
41 if( !(ns = malloc(alloc)) )
45 while(--alloc > 0)
63 memmove(string+1, string+3, alloc-2);
69 alloc-=2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/boot/boot-elf/
H A DMakefile27 --set-section-flags image=contents,alloc,load,load,data \
37 --set-section-flags .initrd=contents,alloc,load,load,data \
41 --set-section-flags image=contents,alloc,load,load,data \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dbuffer.h34 unsigned long alloc; member in struct:buffer

Completed in 163 milliseconds

12345678910