Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dsymbol-elf.c1389 struct kcore_copy_info *kci = arg; in kcore_copy__process_kallsyms() local
1395 if (start > kci->last_module_symbol) in kcore_copy__process_kallsyms()
1396 kci->last_module_symbol = start; in kcore_copy__process_kallsyms()
1400 if (!kci->first_symbol || start < kci->first_symbol) in kcore_copy__process_kallsyms()
1401 kci->first_symbol = start; in kcore_copy__process_kallsyms()
1403 if (!kci->last_symbol || start > kci->last_symbol) in kcore_copy__process_kallsyms()
1404 kci->last_symbol = start; in kcore_copy__process_kallsyms()
1407 kci->stext = start; in kcore_copy__process_kallsyms()
1412 kci->etext = start; in kcore_copy__process_kallsyms()
1419 static int kcore_copy__parse_kallsyms(struct kcore_copy_info *kci, in kcore_copy__parse_kallsyms() argument
[all …]
/linux-4.4.14/sound/soc/
Dsoc-dapm.c795 int kci) in dapm_create_or_share_kcontrol() argument
814 shared = dapm_is_shared_kcontrol(dapm, w, &w->kcontrol_news[kci], in dapm_create_or_share_kcontrol()
852 w->kcontrol_news[kci].name); in dapm_create_or_share_kcontrol()
862 name = w->kcontrol_news[kci].name; in dapm_create_or_share_kcontrol()
865 kcontrol = snd_soc_cnew(&w->kcontrol_news[kci], NULL, name, in dapm_create_or_share_kcontrol()
891 w->kcontrols[kci] = kcontrol; in dapm_create_or_share_kcontrol()