HomeSort by relevance Sort by last modified time
    Searched refs:YMALLOC (Results 1 - 9 of 9) sorted by null

  /external/yaffs2/yaffs2/
yportenv.h 57 #define YMALLOC(x) kmalloc(x,GFP_KERNEL)
61 #define YMALLOC_DMA(x) YMALLOC(x)
99 #define YMALLOC(x) malloc(x)
yaffs_checkptrw.c 167 dev->checkpointBlockList = YMALLOC(sizeof(int) * dev->checkpointMaxBlocks);
yaffs_guts.c 216 return YMALLOC(dev->nDataBytesPerChunk);
616 newTnodes = YMALLOC(nTnodes * tnodeSize);
662 tnl = YMALLOC(sizeof(yaffs_TnodeList));
1308 newObjects = YMALLOC(nObjects * sizeof(yaffs_Object));
1329 list = YMALLOC(sizeof(yaffs_ObjectList));
    [all...]
yaffs_fs.c     [all...]
  /external/yaffs2/yaffs2/direct/
yaffs_ramdisk.c 80 ramdisk.block = YMALLOC(sizeof(yramdisk_Block *) * ramdisk.nBlocks);
91 if((ramdisk.block[i] = YMALLOC(sizeof(yramdisk_Block))) == 0)
ydirectenv.h 47 #define YMALLOC(x) malloc(x)
yaffs_flashif.c 75 ramdisk.block = YMALLOC(sizeof(yflash_Block *) * ramdisk.nBlocks);
86 if((ramdisk.block[i] = YMALLOC(sizeof(yflash_Block))) == 0)
yaffs_ramem2k.c 138 ned.block = YMALLOC(sizeof(nandemul_Block*) * nBlocks );
151 if(!(blk = ned.block[i] = YMALLOC(sizeof(nandemul_Block))))
159 if((blk->page[j] = YMALLOC(sizeof(nandemul_Page))) == 0)
yaffsfs.c 1271 dsc = YMALLOC(sizeof(yaffsfs_DirectorySearchContext));

Completed in 190 milliseconds