Searched refs:component_match_size (Results 1 – 1 of 1) sorted by relevance
227 static size_t component_match_size(size_t num) in component_match_size() function240 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()