Home
last modified time | relevance | path

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

/u-boot/drivers/clk/kendryte/
A Dbypass.c220 kcalloc(child_count, sizeof(struct clk *), GFP_KERNEL); in k210_bypass_set_children()
/u-boot/include/linux/
A Dcompat.h48 static inline void *kcalloc(size_t n, size_t size, gfp_t flags) in kcalloc() function
/u-boot/drivers/usb/mtu3/
A Dmtu3_core.c514 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()
/u-boot/drivers/mtd/ubi/
A Dfastmap.c37 ret = kcalloc(ubi->peb_count, sizeof(int), GFP_KERNEL); in init_seen()
/u-boot/fs/ubifs/
A Dsuper.c986 c->jheads = kcalloc(c->jhead_cnt, sizeof(struct ubifs_jhead), in alloc_wbufs()

Completed in 16 milliseconds