Searched refs:ext_comp (Results 1 – 1 of 1) sorted by relevance
1115 struct counter_ext_unit *ext_comp; in counter_device_ext_register() local1122 ext_comp = kmalloc(sizeof(*ext_comp), GFP_KERNEL); in counter_device_ext_register()1123 if (!ext_comp) { in counter_device_ext_register()1128 ext_comp->ext = counter->ext + i; in counter_device_ext_register()1136 parm.component = ext_comp; in counter_device_ext_register()1139 kfree(ext_comp); in counter_device_ext_register()