Searched refs:vmalloc (Results 1 – 25 of 134) sorted by relevance
123456
37 …d = (struct audio_driver *) (sound_mem_blocks[sound_nblocks] = vmalloc(sizeof(struct audio_driver)… in sound_install_audiodrv()42 …op = (struct audio_operations *) (sound_mem_blocks[sound_nblocks] = vmalloc(sizeof(struct audio_op… in sound_install_audiodrv()102 …op = (struct mixer_operations *) (sound_mem_blocks[sound_nblocks] = vmalloc(sizeof(struct mixer_op… in sound_install_mixer()
32 dp = vmalloc(l); in do_mod_firmware_load()
84 beqz \tmp, \not_vmalloc # not vmalloc161 9: # handle the vmalloc range204 9: # handle the vmalloc range
66 deflate_workspace = vmalloc(zlib_deflate_workspacesize()); in jffs2_zlib_init()72 inflate_workspace = vmalloc(zlib_inflate_workspacesize()); in jffs2_zlib_init()
7 #define module_map(x) vmalloc(x)
14 #define module_map(x) vmalloc(x)
62 return vmalloc(size); in smb_vmalloc()91 #define smb_vmalloc(s) vmalloc(s)
37 static inline void * vmalloc (unsigned long size) in vmalloc() function
30 new_fds = (struct file **) vmalloc(size); in alloc_fd_array()140 new_fdset = (fd_set *) vmalloc(size); in alloc_fdset()
69 conf->strip_zone = vmalloc(sizeof(struct strip_zone)* in create_strip_zones()128 conf = vmalloc(sizeof (raid0_conf_t)); in raid0_run()151 conf->hash_table = vmalloc (sizeof (struct raid0_hash)*nb_zone); in raid0_run()
8 o 512GB of vmalloc/ioremap space36 implies that kernel mapping/vmalloc/ioremap/module mapping are not 68 510 vmalloc and ioremap space136 allocated with vmalloc during memory fragmentation. This have to150 vmalloc:151 vmalloc should be outside the first 512GB to keep that space free
15 vmalloc.o slab.o bootmem.o swap.o vmscan.o page_io.o \
58 stream.workspace = vmalloc(zlib_inflate_workspacesize()); in cramfs_uncompress_init()
10 #define module_map(x) vmalloc(x)