Home
last modified time | relevance | path

Searched refs:kcalloc (Results 1 – 8 of 8) sorted by relevance

/external/squashfs-tools/kernel/fs/squashfs/
Dcache.c244 cache->entry = kcalloc(entries, sizeof(*(cache->entry)), GFP_KERNEL); in squashfs_cache_init()
266 entry->data = kcalloc(cache->pages, sizeof(void *), GFP_KERNEL); in squashfs_cache_init()
402 void **data = kcalloc(pages, sizeof(void *), GFP_KERNEL); in squashfs_read_table()
Dblock.c92 bh = kcalloc((msblk->block_size >> msblk->devblksize_log2) + 1, in squashfs_read_data()
Dfile.c118 msblk->meta_index = kcalloc(SQUASHFS_META_SLOTS, in empty_meta_index()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator_validate.h42 #define kcalloc(size, count, arg) calloc(size, count) macro
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate_shaders.c785 kcalloc(BITS_TO_LONGS(validation_state.max_ip), in vc4_validate_shader()
790 validated_shader = kcalloc(1, sizeof(*validated_shader), GFP_KERNEL); in vc4_validate_shader()
/external/u-boot/include/linux/
Dcompat.h67 static inline void *kcalloc(size_t n, size_t size, gfp_t flags) in kcalloc() function
/external/u-boot/drivers/mtd/ubi/
Dfastmap.c32 ret = kcalloc(ubi->peb_count, sizeof(int), GFP_KERNEL); in init_seen()
/external/u-boot/fs/ubifs/
Dsuper.c982 c->jheads = kcalloc(c->jhead_cnt, sizeof(struct ubifs_jhead), in alloc_wbufs()