Searched refs:free_objs_list (Results 1 – 2 of 2) sorted by relevance
147 struct list_head free_objs_list; member
132 if (list_empty(&instance->free_objs_list)) { in new_object()140 p = (struct alisp_object *)instance->free_objs_list.next; in new_object()197 list_add(&p->list, &instance->free_objs_list); in delete_object()289 list_for_each_safe(pos, pos1, &instance->free_objs_list) { in free_objects()1049 list_for_each(pos, &instance->free_objs_list) { in print_obj_lists()3219 INIT_LIST_HEAD(&instance->free_objs_list); in alsa_lisp()