Searched refs:malloc_cache_aligned (Results 1 – 25 of 26) sorted by relevance
12
24 p = malloc_cache_aligned(size); in kmalloc()43 return malloc_cache_aligned(obj->sz); in kmem_cache_alloc()
29 p = malloc_cache_aligned(size); in zalloc()
208 writebuf = (unsigned char *)malloc_cache_aligned(szwritebuf); in gzwrite()
13 unsigned long addr = (unsigned long)malloc_cache_aligned(len); in dma_alloc_coherent()
44 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in blob_decap()109 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in blob_encap()
171 desc = malloc_cache_aligned(sizeof(int) * MAX_CAAM_DESCSIZE); in caam_hash()
109 static inline void *malloc_cache_aligned(size_t size) in malloc_cache_aligned() function
94 presskey = malloc_cache_aligned(MAX_DELAY_STOP_STR); in passwd_abort_sha256()113 sha = malloc_cache_aligned(SHA256_SUM_LEN); in passwd_abort_sha256()
107 *abc = malloc_cache_aligned(abc_blocks * part_info->blksz); in ab_control_create_from_disk()
1106 tmpbuf = (unsigned char *)malloc_cache_aligned(err); in usb_select_config()
370 tmp_buffer = malloc_cache_aligned(actsize); in get_contents()504 block = malloc_cache_aligned(cur_dev->blksz); in read_bootsectandvi()631 mydata->fatbuf = malloc_cache_aligned(FATBUFSIZE); in get_fs_info()1206 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_exists()1226 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_size()1264 itr = malloc_cache_aligned(sizeof(fat_itr)); in file_fat_read_at()1325 dir = malloc_cache_aligned(sizeof(*dir)); in fat_opendir()
1336 itr = malloc_cache_aligned(sizeof(fat_itr)); in file_fat_write_at()1447 dirs = malloc_cache_aligned(sizeof(fat_itr)); in fat_dir_entries()1459 fsdata.fatbuf = malloc_cache_aligned(FATBUFSIZE); in fat_dir_entries()1582 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_unlink()1661 itr = malloc_cache_aligned(sizeof(fat_itr)); in fat_mkdir()1723 dotdent = malloc_cache_aligned(bytesperclust); in fat_mkdir()
274 buffer = malloc_cache_aligned(buffer_size); in pstore_display()384 buffer = malloc_cache_aligned(buffer_size); in pstore_save()
397 tbuf = malloc_cache_aligned(tbuf_size); in ubi_volume_read()
46 *sblk = malloc_cache_aligned(ctxt.cur_dev->blksz); in sqfs_read_sblk()124 table = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_frag_lookup()149 metadata_buffer = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_frag_lookup()705 itb = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_read_inode_table()792 dtb = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_read_directory_table()1454 data_buffer = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_read()1522 fragment = malloc_cache_aligned(n_blks * ctxt.cur_dev->blksz); in sqfs_read()
474 cbuf = malloc_cache_aligned(csize); in btrfs_read_extent_reg()475 dbuf = malloc_cache_aligned(dsize); in btrfs_read_extent_reg()625 buf = malloc_cache_aligned(fs_info->sectorsize); in read_and_truncate_page()
572 eb->data = malloc_cache_aligned(blocksize); in __alloc_extent_buffer()
931 da8xx_fb_info = malloc_cache_aligned(size); in video_hw_init()956 par->vram_virt = malloc_cache_aligned(par->vram_size); in video_hw_init()979 par->v_palette_base = malloc_cache_aligned(PALETTE_SIZE); in video_hw_init()
91 ptr = malloc_cache_aligned(sizeof(struct crypto_comp)); in crypto_alloc_comp()771 buff = malloc_cache_aligned(UBIFS_BLOCK_SIZE); in do_readpage()
618 gpt_h = malloc_cache_aligned(size); in gpt_restore()627 gpt_e = malloc_cache_aligned(size); in gpt_restore()
306 malloc_cache_aligned(sizeof(struct bcm6348_dma_desc) * in bcm6348_iudma_request()
845 buf = malloc_cache_aligned(mtd->erasesize); in nand_torture()
187 info->tx_desc = malloc_cache_aligned((sizeof(struct tx_descriptor_t) * in init_nand_dma()189 info->rx_desc = malloc_cache_aligned((sizeof(struct rx_descriptor_t) * in init_nand_dma()
530 lp = malloc_cache_aligned(sizeof(*lp)); in pcnet_initialize()
658 priv->rx_buf = malloc_cache_aligned(PKTSIZE_ALIGN); in altera_tse_probe()
Completed in 68 milliseconds