Home
last modified time | relevance | path

Searched refs:func_comp (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/counter/
Dcounter.c986 struct counter_count_unit *func_comp; in counter_count_attributes_create() local
1009 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()