Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/prctl/
H A Dprctl.c86 static prctl_list_t *global_rctl_list_head = NULL; variable
1321 if (global_rctl_list_head == NULL) { in store_list_entry()
1322 global_rctl_list_head = e; in store_list_entry()
1342 prctl_list_t *new_list, *old_list = global_rctl_list_head; in free_lists()
1359 global_rctl_list_head = NULL; in free_lists()
1382 prctl_list_t *iter_list = global_rctl_list_head; in print_rctls()