Searched refs:val_list (Results 1 – 2 of 2) sorted by relevance
1561 struct val_list { struct1562 struct val_list *val_next; argument1574 static struct val_list * argument1575 add_val(struct val_list **val_listp, struct val_list *tail, in add_val()1578 struct val_list *new_val; in add_val()1580 struct val_list *listp = *val_listp; in add_val()1583 new_val = kmem_alloc(sizeof (struct val_list), KM_SLEEP); in add_val()1608 free_val_list(struct val_list *head) in free_val_list()1610 struct val_list *tval_list; in free_val_list()1617 kmem_free(tval_list, sizeof (struct val_list)); in free_val_list()[all …]
80 prctl_value_t *val_list; member1268 prctl_value_t *iter = list->val_list; in store_value_entry()1280 list->val_list = e; in store_value_entry()1319 e->val_list = NULL; in store_list_entry()1346 old_val = old_list->val_list; in free_lists()1441 iter_val = iter_list->val_list; in print_rctls()