Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c88 static prctl_list_t *global_rctl_list_tail = NULL; variable
1324 global_rctl_list_tail = e; in store_list_entry()
1326 global_rctl_list_tail->next = e; in store_list_entry()
1327 global_rctl_list_tail = e; in store_list_entry()
1361 global_rctl_list_tail = NULL; in free_lists()