Searched refs:kcalloc (Results 1 – 8 of 8) sorted by relevance
/external/squashfs-tools/kernel/fs/squashfs/ |
D | cache.c | 244 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()
|
D | block.c | 92 bh = kcalloc((msblk->block_size >> msblk->devblksize_log2) + 1, in squashfs_read_data()
|
D | file.c | 118 msblk->meta_index = kcalloc(SQUASHFS_META_SLOTS, in empty_meta_index()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator_validate.h | 42 #define kcalloc(size, count, arg) calloc(size, count) macro
|
/external/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | vc4_validate_shaders.c | 785 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/ |
D | compat.h | 67 static inline void *kcalloc(size_t n, size_t size, gfp_t flags) in kcalloc() function
|
/external/u-boot/drivers/mtd/ubi/ |
D | fastmap.c | 32 ret = kcalloc(ubi->peb_count, sizeof(int), GFP_KERNEL); in init_seen()
|
/external/u-boot/fs/ubifs/ |
D | super.c | 982 c->jheads = kcalloc(c->jhead_cnt, sizeof(struct ubifs_jhead), in alloc_wbufs()
|