Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/altera-stapl/
H A Daltera.c2344 procptr = in altera_get_act_info()
2348 if (procptr == NULL) in altera_get_act_info()
2353 procptr->next = NULL; in altera_get_act_info()
2357 *proc_list = procptr; in altera_get_act_info()
2362 tmpptr->next = procptr; in altera_get_act_info()
2450 procptr = proc_list; in altera_init()
2451 while (procptr != NULL) { in altera_init()
2452 if (procptr->attrs != 0) in altera_init()
2455 procptr->name, in altera_init()
2460 kfree(procptr); in altera_init()
[all …]