Searched refs:name_comp (Results 1 – 1 of 1) sorted by relevance
331 struct counter_name_unit *name_comp; in counter_name_attribute_create() local340 name_comp = kmalloc(sizeof(*name_comp), GFP_KERNEL); in counter_name_attribute_create()341 if (!name_comp) in counter_name_attribute_create()343 name_comp->name = name; in counter_name_attribute_create()351 parm.component = name_comp; in counter_name_attribute_create()359 kfree(name_comp); in counter_name_attribute_create()