Searched refs:kcalloc (Results 1 – 5 of 5) sorted by relevance
/u-boot/drivers/clk/kendryte/ |
A D | bypass.c | 220 kcalloc(child_count, sizeof(struct clk *), GFP_KERNEL); in k210_bypass_set_children()
|
/u-boot/include/linux/ |
A D | compat.h | 48 static inline void *kcalloc(size_t n, size_t size, gfp_t flags) in kcalloc() function
|
/u-boot/drivers/usb/mtu3/ |
A D | mtu3_core.c | 514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
|
/u-boot/drivers/mtd/ubi/ |
A D | fastmap.c | 37 ret = kcalloc(ubi->peb_count, sizeof(int), GFP_KERNEL); in init_seen()
|
/u-boot/fs/ubifs/ |
A D | super.c | 986 c->jheads = kcalloc(c->jhead_cnt, sizeof(struct ubifs_jhead), in alloc_wbufs()
|
Completed in 16 milliseconds