Searched refs:art_len (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/thermal/int340x_thermal/
H A Dacpi_thermal_rel.c243 int art_len; fill_art() local
250 art_len = count * sizeof(union art_object); fill_art()
251 art_user = kzalloc(art_len, GFP_KERNEL); fill_art()
266 if (copy_to_user(ubuf, art_user, art_len)) fill_art()

Completed in 32 milliseconds