Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/prctl/
H A Dprctl.c87 static prctl_list_t *global_rctl_list_tail = NULL; variable
1323 global_rctl_list_tail = e; in store_list_entry()
1325 global_rctl_list_tail->next = e; in store_list_entry()
1326 global_rctl_list_tail = e; in store_list_entry()
1360 global_rctl_list_tail = NULL; in free_lists()