/linux-3.3/sound/isa/gus/ |
D | gus_mem.c | 33 void snd_gf1_mem_lock(struct snd_gf1_mem * alloc, int xup) in snd_gf1_mem_lock() 42 static struct snd_gf1_mem_block *snd_gf1_mem_xalloc(struct snd_gf1_mem * alloc, in snd_gf1_mem_xalloc() 78 int snd_gf1_mem_xfree(struct snd_gf1_mem * alloc, struct snd_gf1_mem_block * block) in snd_gf1_mem_xfree() 108 static struct snd_gf1_mem_block *snd_gf1_mem_look(struct snd_gf1_mem * alloc, in snd_gf1_mem_look() 121 static struct snd_gf1_mem_block *snd_gf1_mem_share(struct snd_gf1_mem * alloc, in snd_gf1_mem_share() 136 static int snd_gf1_mem_find(struct snd_gf1_mem * alloc, in snd_gf1_mem_find() 188 struct snd_gf1_mem_block *snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner, in snd_gf1_mem_alloc() 222 int snd_gf1_mem_free(struct snd_gf1_mem * alloc, unsigned int address) in snd_gf1_mem_free() 239 struct snd_gf1_mem *alloc; in snd_gf1_mem_init() local 274 struct snd_gf1_mem *alloc; in snd_gf1_mem_done() local [all …]
|
/linux-3.3/fs/ocfs2/ |
D | localalloc.c | 287 struct ocfs2_dinode *alloc = NULL; in ocfs2_load_local_alloc() local 387 struct ocfs2_dinode *alloc = NULL; in ocfs2_shutdown_local_alloc() local 497 struct ocfs2_dinode *alloc; in ocfs2_begin_local_alloc_recovery() local 561 struct ocfs2_dinode *alloc) in ocfs2_complete_local_alloc_recovery() 633 struct ocfs2_dinode *alloc; in ocfs2_reserve_local_alloc_bits() local 739 struct ocfs2_dinode *alloc; in ocfs2_claim_local_alloc_bits() local 785 static u32 ocfs2_local_alloc_count_bits(struct ocfs2_dinode *alloc) in ocfs2_local_alloc_count_bits() 801 struct ocfs2_dinode *alloc, in ocfs2_local_alloc_find_clear_bits() 889 static void ocfs2_clear_local_alloc(struct ocfs2_dinode *alloc) in ocfs2_clear_local_alloc() 928 struct ocfs2_dinode *alloc, in ocfs2_sync_local_to_main() [all …]
|
/linux-3.3/drivers/infiniband/hw/mthca/ |
D | mthca_allocator.c | 40 u32 mthca_alloc(struct mthca_alloc *alloc) in mthca_alloc() 64 void mthca_free(struct mthca_alloc *alloc, u32 obj) in mthca_free() 79 int mthca_alloc_init(struct mthca_alloc *alloc, u32 num, u32 mask, in mthca_alloc_init() 105 void mthca_alloc_cleanup(struct mthca_alloc *alloc) in mthca_alloc_cleanup()
|
D | mthca_dev.h | 195 struct mthca_alloc alloc; member 201 struct mthca_alloc alloc; member 227 struct mthca_alloc alloc; member 240 struct mthca_alloc alloc; member 247 struct mthca_alloc alloc; member 254 struct mthca_alloc alloc; member 270 struct mthca_alloc alloc; member 275 struct mthca_alloc alloc; member
|
/linux-3.3/arch/cris/arch-v32/mm/ |
D | intmem.c | 36 struct intmem_allocation* alloc; in crisv32_intmem_init() local 65 struct intmem_allocation* alloc; in crisv32_intmem_alloc() local
|
/linux-3.3/arch/openrisc/kernel/ |
D | prom.c | 66 void *alloc; in early_init_devtree() local
|
/linux-3.3/tools/perf/util/ |
D | help.h | 5 size_t alloc; member
|
D | strbuf.h | 45 size_t alloc; member
|
D | sigchain.c | 9 int alloc; member
|
D | cache.h | 60 #define ALLOC_GROW(x, nr, alloc) \ argument
|
/linux-3.3/drivers/scsi/arm/ |
D | queue.h | 17 void *alloc; /* start of allocated mem */ member
|
/linux-3.3/drivers/video/omap2/ |
D | vram.c | 172 struct vram_alloc *alloc; in omap_vram_free() local 205 struct vram_alloc *alloc; in _omap_vram_reserve() local 326 struct vram_alloc *alloc; in _omap_vram_alloc() local
|
/linux-3.3/include/linux/ |
D | mempool.h | 21 mempool_alloc_t *alloc; member
|
/linux-3.3/drivers/char/agp/ |
D | compat_ioctl.c | 151 struct agp_allocate32 alloc; in compat_agpioc_allocate_wrap() local
|
/linux-3.3/drivers/uwb/ |
D | drp-ie.c | 299 const struct uwb_drp_alloc *alloc; in uwb_drp_ie_to_bm() local
|
/linux-3.3/drivers/staging/tidspbridge/dynload/ |
D | cload.c | 120 struct dynamic_loader_allocate *alloc, in dynamic_load_module() 229 struct dynamic_loader_allocate *alloc, in dynamic_open_module() 1780 struct dynamic_loader_allocate *alloc, in dynamic_unload_module()
|
/linux-3.3/drivers/gpu/drm/radeon/ |
D | radeon_mem.c | 222 drm_radeon_mem_alloc_t *alloc = data; in radeon_mem_alloc() local
|
/linux-3.3/fs/nfs/ |
D | nfs3acl.c | 378 struct posix_acl *alloc = NULL, *dfacl = NULL; in nfs3_proc_setacl() local
|
/linux-3.3/drivers/gpu/drm/i915/ |
D | i915_mem.c | 276 drm_i915_mem_alloc_t *alloc = data; in i915_mem_alloc() local
|
/linux-3.3/crypto/ |
D | xts.c | 287 static struct crypto_instance *alloc(struct rtattr **tb) in alloc() function
|
D | lrw.c | 326 static struct crypto_instance *alloc(struct rtattr **tb) in alloc() function
|
/linux-3.3/fs/xfs/ |
D | xfs_btree.h | 85 xfs_alloc_key_t alloc; member 92 xfs_alloc_rec_t alloc; member
|
/linux-3.3/drivers/staging/tidspbridge/include/dspbridge/ |
D | dblldefs.h | 153 dbll_alloc_fxn alloc; member
|
/linux-3.3/include/linux/sunrpc/ |
D | cache.h | 95 struct cache_head * (*alloc)(void); member
|
/linux-3.3/drivers/video/omap2/omapfb/ |
D | omapfb.h | 57 bool alloc; /* allocated by the driver */ member
|