Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dsymbol-elf.c1715 static struct phdr_data *kcore_copy_info__addnew(struct kcore_copy_info *kci, in kcore_copy_info__addnew() argument
1722 list_add_tail(&p->node, &kci->phdrs); in kcore_copy_info__addnew()
1727 static void kcore_copy__free_phdrs(struct kcore_copy_info *kci) in kcore_copy__free_phdrs() argument
1731 list_for_each_entry_safe(p, tmp, &kci->phdrs, node) { in kcore_copy__free_phdrs()
1737 static struct sym_data *kcore_copy__new_sym(struct kcore_copy_info *kci, in kcore_copy__new_sym() argument
1744 list_add_tail(&s->node, &kci->syms); in kcore_copy__new_sym()
1750 static void kcore_copy__free_syms(struct kcore_copy_info *kci) in kcore_copy__free_syms() argument
1754 list_for_each_entry_safe(s, tmp, &kci->syms, node) { in kcore_copy__free_syms()
1763 struct kcore_copy_info *kci = arg; in kcore_copy__process_kallsyms() local
1769 if (!kci->first_module_symbol || start < kci->first_module_symbol) in kcore_copy__process_kallsyms()
[all …]
/linux-6.1.9/sound/soc/
Dsoc-dapm.c878 int kci) in dapm_create_or_share_kcontrol() argument
897 shared = dapm_is_shared_kcontrol(dapm, w, &w->kcontrol_news[kci], in dapm_create_or_share_kcontrol()
937 w->kcontrol_news[kci].name); in dapm_create_or_share_kcontrol()
947 name = w->kcontrol_news[kci].name; in dapm_create_or_share_kcontrol()
950 kcontrol = snd_soc_cnew(&w->kcontrol_news[kci], NULL, name, in dapm_create_or_share_kcontrol()
976 w->kcontrols[kci] = kcontrol; in dapm_create_or_share_kcontrol()