Searched refs:prctl_list_t (Results 1 – 1 of 1) sorted by relevance
82 } prctl_list_t; typedef86 static prctl_list_t *global_rctl_list_head = NULL;87 static prctl_list_t *global_rctl_list_tail = NULL;145 static prctl_value_t *store_value_entry(rctlblk_t *rblk, prctl_list_t *list);146 static prctl_list_t *store_list_entry(const char *name);1130 prctl_list_t *list = NULL; in store_rctls()1264 store_value_entry(rctlblk_t *rblk, prctl_list_t *list) in store_value_entry()1302 prctl_list_t *1305 prctl_list_t *e = calloc(1, sizeof (prctl_list_t)); in store_list_entry()1342 prctl_list_t *new_list, *old_list = global_rctl_list_head; in free_lists()[all …]