Lines Matching defs:heap
877 struct list_head heap;
897 INIT_LIST_HEAD(&heap);
918 wt = tplg_calloc(&heap, sizeof(*wt) + sizeof(void *) * w->num_kcontrols);
954 mt = tplg_calloc(&heap, sizeof(*mt));
970 err = tplg_decode_control_mixer1(tplg, &heap, mt, pos,
974 et = tplg_calloc(&heap, sizeof(*mt));
990 err = tplg_decode_control_enum1(tplg, &heap, et, pos, ec);
993 bt = tplg_calloc(&heap, sizeof(*bt));
1027 tplg_free(&heap);
1035 tplg_free(&heap);