Searched refs:ext_comp (Results 1 – 1 of 1) sorted by relevance
1186 struct counter_ext_unit *ext_comp; in counter_device_ext_register() local1193 ext_comp = kmalloc(sizeof(*ext_comp), GFP_KERNEL); in counter_device_ext_register()1194 if (!ext_comp) { in counter_device_ext_register()1199 ext_comp->ext = counter->ext + i; in counter_device_ext_register()1207 parm.component = ext_comp; in counter_device_ext_register()1210 kfree(ext_comp); in counter_device_ext_register()