Home
last modified time | relevance | path

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

/linux/tools/perf/util/ !
H A Dsymbol-elf.c2112 static struct phdr_data *kcore_copy_info__addnew(struct kcore_copy_info *kci, in kcore_copy_info__addnew() argument
2119 list_add_tail(&p->node, &kci->phdrs); in kcore_copy_info__addnew()
2124 static void kcore_copy__free_phdrs(struct kcore_copy_info *kci) in kcore_copy__free_phdrs() argument
2128 list_for_each_entry_safe(p, tmp, &kci->phdrs, node) { in kcore_copy__free_phdrs()
2134 static struct sym_data *kcore_copy__new_sym(struct kcore_copy_info *kci, in kcore_copy__new_sym() argument
2141 list_add_tail(&s->node, &kci->syms); in kcore_copy__new_sym()
2147 static void kcore_copy__free_syms(struct kcore_copy_info *kci) in kcore_copy__free_syms() argument
2151 list_for_each_entry_safe(s, tmp, &kci->syms, node) { in kcore_copy__free_syms()
2160 struct kcore_copy_info *kci = arg; in kcore_copy__process_kallsyms() local
2166 if (!kci->first_module_symbol || start < kci->first_module_symbol) in kcore_copy__process_kallsyms()
[all …]
/linux/sound/soc/ !
H A Dsoc-dapm.c1164 int kci) in dapm_create_or_share_kcontrol() argument
1184 shared = dapm_is_shared_kcontrol(dapm, w, &w->kcontrol_news[kci], in dapm_create_or_share_kcontrol()
1226 w->kcontrol_news[kci].name); in dapm_create_or_share_kcontrol()
1236 name = w->kcontrol_news[kci].name; in dapm_create_or_share_kcontrol()
1239 kcontrol = snd_soc_cnew(&w->kcontrol_news[kci], NULL, name, in dapm_create_or_share_kcontrol()
1265 w->kcontrols[kci] = kcontrol; in dapm_create_or_share_kcontrol()