Searched refs:func_comp (Results 1 – 1 of 1) sorted by relevance
986 struct counter_count_unit *func_comp; in counter_count_attributes_create() local1009 func_comp = kmalloc(sizeof(*func_comp), GFP_KERNEL); in counter_count_attributes_create()1010 if (!func_comp) { in counter_count_attributes_create()1014 func_comp->count = count; in counter_count_attributes_create()1022 parm.component = func_comp; in counter_count_attributes_create()1025 kfree(func_comp); in counter_count_attributes_create()