Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dsymbol-elf.c1429 static struct phdr_data *kcore_copy_info__addnew(struct kcore_copy_info *kci, in kcore_copy_info__addnew() argument
1436 list_add_tail(&p->node, &kci->phdrs); in kcore_copy_info__addnew()
1441 static void kcore_copy__free_phdrs(struct kcore_copy_info *kci) in kcore_copy__free_phdrs() argument
1445 list_for_each_entry_safe(p, tmp, &kci->phdrs, node) { in kcore_copy__free_phdrs()
1451 static struct sym_data *kcore_copy__new_sym(struct kcore_copy_info *kci, in kcore_copy__new_sym() argument
1458 list_add_tail(&s->node, &kci->syms); in kcore_copy__new_sym()
1464 static void kcore_copy__free_syms(struct kcore_copy_info *kci) in kcore_copy__free_syms() argument
1468 list_for_each_entry_safe(s, tmp, &kci->syms, node) { in kcore_copy__free_syms()
1477 struct kcore_copy_info *kci = arg; in kcore_copy__process_kallsyms() local
1483 if (start > kci->last_module_symbol) in kcore_copy__process_kallsyms()
[all …]
/Linux-v4.19/sound/soc/
Dsoc-dapm.c822 int kci) in dapm_create_or_share_kcontrol() argument
841 shared = dapm_is_shared_kcontrol(dapm, w, &w->kcontrol_news[kci], in dapm_create_or_share_kcontrol()
880 w->kcontrol_news[kci].name); in dapm_create_or_share_kcontrol()
890 name = w->kcontrol_news[kci].name; in dapm_create_or_share_kcontrol()
893 kcontrol = snd_soc_cnew(&w->kcontrol_news[kci], NULL, name, in dapm_create_or_share_kcontrol()
919 w->kcontrols[kci] = kcontrol; in dapm_create_or_share_kcontrol()