Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c87 static prctl_list_t *global_rctl_list_head = NULL; variable
1322 if (global_rctl_list_head == NULL) { in store_list_entry()
1323 global_rctl_list_head = e; in store_list_entry()
1343 prctl_list_t *new_list, *old_list = global_rctl_list_head; in free_lists()
1360 global_rctl_list_head = NULL; in free_lists()
1383 prctl_list_t *iter_list = global_rctl_list_head; in print_rctls()