Home
last modified time | relevance | path

Searched refs:setobjs_list (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/src/alisp/
Dalisp_local.h150 struct list_head setobjs_list[ALISP_OBJ_PAIR_HASH_SIZE]; member
Dalisp.c266 list_for_each_safe(pos, pos1, &instance->setobjs_list[i]) { in free_objects()
844 list_add(&p->list, &instance->setobjs_list[get_string_hash(id)]); in set_object_direct()
878 list_for_each(pos, &instance->setobjs_list[get_string_hash(id)]) { in set_object()
898 list_add(&p->list, &instance->setobjs_list[get_string_hash(id)]); in set_object()
917 list_for_each(pos, &instance->setobjs_list[get_string_hash(id)]) { in unset_object()
936 list_for_each(pos, &instance->setobjs_list[get_string_hash(id)]) { in get_object1()
968 list_for_each(pos, &instance->setobjs_list[get_string_hash(id)]) { in replace_object()
997 list_for_each(pos, &instance->setobjs_list[i]) { in dump_objects()
3223 INIT_LIST_HEAD(&instance->setobjs_list[i]); in alsa_lisp()