Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/
H A Dhiproc.c45 static hi_entry_list *g_proc_head = HI_NULL; variable
75 tmp->next = g_proc_head; in add_list()
76 g_proc_head = tmp; in add_list()
82 hi_entry_list *tmp = g_proc_head; in get_list_and_delete_node()
83 hi_entry_list *pre = g_proc_head; in get_list_and_delete_node()
88 g_proc_head = tmp->next; in get_list_and_delete_node()
89 tmp1 = g_proc_head; in get_list_and_delete_node()
90 pre = g_proc_head; in get_list_and_delete_node()
108 hi_entry_list *tmp = g_proc_head; in del_list_node()
109 hi_entry_list *pre = g_proc_head; in del_list_node()
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/
H A Dhiproc.c44 static hi_entry_list *g_proc_head = HI_NULL; variable
74 tmp->next = g_proc_head; in add_list()
75 g_proc_head = tmp; in add_list()
81 hi_entry_list *tmp = g_proc_head; in get_list_and_delete_node()
82 hi_entry_list *pre = g_proc_head; in get_list_and_delete_node()
87 g_proc_head = tmp->next; in get_list_and_delete_node()
88 tmp1 = g_proc_head; in get_list_and_delete_node()
89 pre = g_proc_head; in get_list_and_delete_node()
107 hi_entry_list *tmp = g_proc_head; in del_list_node()
108 hi_entry_list *pre = g_proc_head; in del_list_node()
[all...]

Completed in 2 milliseconds