Searched refs:kci (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/tools/perf/util/ |
| D | symbol-elf.c | 1474 static struct phdr_data *kcore_copy_info__addnew(struct kcore_copy_info *kci, in kcore_copy_info__addnew() argument 1481 list_add_tail(&p->node, &kci->phdrs); in kcore_copy_info__addnew() 1486 static void kcore_copy__free_phdrs(struct kcore_copy_info *kci) in kcore_copy__free_phdrs() argument 1490 list_for_each_entry_safe(p, tmp, &kci->phdrs, node) { in kcore_copy__free_phdrs() 1496 static struct sym_data *kcore_copy__new_sym(struct kcore_copy_info *kci, in kcore_copy__new_sym() argument 1503 list_add_tail(&s->node, &kci->syms); in kcore_copy__new_sym() 1509 static void kcore_copy__free_syms(struct kcore_copy_info *kci) in kcore_copy__free_syms() argument 1513 list_for_each_entry_safe(s, tmp, &kci->syms, node) { in kcore_copy__free_syms() 1522 struct kcore_copy_info *kci = arg; in kcore_copy__process_kallsyms() local 1528 if (start > kci->last_module_symbol) in kcore_copy__process_kallsyms() [all …]
|
| /Linux-v5.4/sound/soc/ |
| D | soc-dapm.c | 856 int kci) in dapm_create_or_share_kcontrol() argument 875 shared = dapm_is_shared_kcontrol(dapm, w, &w->kcontrol_news[kci], in dapm_create_or_share_kcontrol() 915 w->kcontrol_news[kci].name); in dapm_create_or_share_kcontrol() 925 name = w->kcontrol_news[kci].name; in dapm_create_or_share_kcontrol() 928 kcontrol = snd_soc_cnew(&w->kcontrol_news[kci], NULL, name, in dapm_create_or_share_kcontrol() 954 w->kcontrols[kci] = kcontrol; in dapm_create_or_share_kcontrol()
|