Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dsymbol-elf.c2091 static struct phdr_data *kcore_copy_info__addnew(struct kcore_copy_info *kci, in kcore_copy_info__addnew() argument
2098 list_add_tail(&p->node, &kci->phdrs); in kcore_copy_info__addnew()
2103 static void kcore_copy__free_phdrs(struct kcore_copy_info *kci) in kcore_copy__free_phdrs() argument
2107 list_for_each_entry_safe(p, tmp, &kci->phdrs, node) { in kcore_copy__free_phdrs()
2113 static struct sym_data *kcore_copy__new_sym(struct kcore_copy_info *kci, in kcore_copy__new_sym() argument
2120 list_add_tail(&s->node, &kci->syms); in kcore_copy__new_sym()
2126 static void kcore_copy__free_syms(struct kcore_copy_info *kci) in kcore_copy__free_syms() argument
2130 list_for_each_entry_safe(s, tmp, &kci->syms, node) { in kcore_copy__free_syms()
2139 struct kcore_copy_info *kci = arg; in kcore_copy__process_kallsyms() local
2145 if (!kci->first_module_symbol || start < kci->first_module_symbol) in kcore_copy__process_kallsyms()
[all …]
/linux-6.6.21/sound/soc/
Dsoc-dapm.c870 int kci) in dapm_create_or_share_kcontrol() argument
889 shared = dapm_is_shared_kcontrol(dapm, w, &w->kcontrol_news[kci], in dapm_create_or_share_kcontrol()
931 w->kcontrol_news[kci].name); in dapm_create_or_share_kcontrol()
941 name = w->kcontrol_news[kci].name; in dapm_create_or_share_kcontrol()
944 kcontrol = snd_soc_cnew(&w->kcontrol_news[kci], NULL, name, in dapm_create_or_share_kcontrol()
970 w->kcontrols[kci] = kcontrol; in dapm_create_or_share_kcontrol()