Home
last modified time | relevance | path

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

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