Searched defs: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) {
1323 global_rctl_list_head = e;
1343 prctl_list_t *new_list, *old_list = global_rctl_list_head;
1360 global_rctl_list_head = NULL;
1383 prctl_list_t *iter_list = global_rctl_list_head;

Completed in 66 milliseconds