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

/linux-4.1.27/drivers/base/
H A Dcomponent.c227 static size_t component_match_size(size_t num) component_match_size() function
240 new = devm_kmalloc(dev, component_match_size(num), GFP_KERNEL); component_match_realloc()
245 memcpy(new, match, component_match_size(min(match->num, num))); component_match_realloc()

Completed in 33 milliseconds