Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/counter/
H A Dcounter.c915 struct counter_count_unit *func_comp; in counter_count_attributes_create() local
938 func_comp = kmalloc(sizeof(*func_comp), GFP_KERNEL); in counter_count_attributes_create()
939 if (!func_comp) { in counter_count_attributes_create()
943 func_comp->count = count; in counter_count_attributes_create()
951 parm.component = func_comp; in counter_count_attributes_create()
954 kfree(func_comp); in counter_count_attributes_create()

Completed in 3 milliseconds