Searched refs:global_rctl_list_head (Results 1 – 1 of 1) sorted by relevance
86 static prctl_list_t *global_rctl_list_head = NULL; variable1321 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()