ek 991 arch/powerpc/perf/core-book3s.c int eu = 0, ek = 0, eh = 0; ek 1016 arch/powerpc/perf/core-book3s.c ek = event->attr.exclude_kernel; ek 1020 arch/powerpc/perf/core-book3s.c event->attr.exclude_kernel != ek || ek 1026 arch/powerpc/perf/core-book3s.c if (eu || ek || eh) ek 1316 arch/sparc/kernel/perf_event.c int eu = 0, ek = 0, eh = 0; ek 1332 arch/sparc/kernel/perf_event.c ek = event->attr.exclude_kernel; ek 1336 arch/sparc/kernel/perf_event.c event->attr.exclude_kernel != ek || ek 58 fs/nfsd/export.c struct svc_expkey *ek = container_of(h, struct svc_expkey, h); ek 61 fs/nfsd/export.c qword_add(bpp, blen, ek->ek_client->name); ek 62 fs/nfsd/export.c snprintf(type, 5, "%d", ek->ek_fsidtype); ek 64 fs/nfsd/export.c qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype)); ek 82 fs/nfsd/export.c struct svc_expkey *ek = NULL; ek 128 fs/nfsd/export.c ek = svc_expkey_lookup(cd, &key); ek 130 fs/nfsd/export.c if (!ek) ek 142 fs/nfsd/export.c ek = svc_expkey_update(cd, &key, ek); ek 143 fs/nfsd/export.c if (!ek) ek 152 fs/nfsd/export.c ek = svc_expkey_update(cd, &key, ek); ek 153 fs/nfsd/export.c if (!ek) ek 159 fs/nfsd/export.c if (ek) ek 160 fs/nfsd/export.c cache_put(&ek->h, cd); ek 171 fs/nfsd/export.c struct svc_expkey *ek ; ek 178 fs/nfsd/export.c ek = container_of(h, struct svc_expkey, h); ek 179 fs/nfsd/export.c seq_printf(m, "%s %d 0x", ek->ek_client->name, ek 180 fs/nfsd/export.c ek->ek_fsidtype); ek 181 fs/nfsd/export.c for (i=0; i < key_len(ek->ek_fsidtype)/4; i++) ek 182 fs/nfsd/export.c seq_printf(m, "%08x", ek->ek_fsid[i]); ek 186 fs/nfsd/export.c seq_path(m, &ek->ek_path, "\\ \t\n"); ek 821 fs/nfsd/export.c struct svc_expkey key, *ek; ek 831 fs/nfsd/export.c ek = svc_expkey_lookup(cd, &key); ek 832 fs/nfsd/export.c if (ek == NULL) ek 834 fs/nfsd/export.c err = cache_check(cd, &ek->h, reqp); ek 837 fs/nfsd/export.c return ek; ek 941 fs/nfsd/export.c struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); ek 942 fs/nfsd/export.c if (IS_ERR(ek)) ek 943 fs/nfsd/export.c return ERR_CAST(ek); ek 945 fs/nfsd/export.c exp = exp_get_by_name(cd, clp, &ek->ek_path, reqp); ek 946 fs/nfsd/export.c cache_put(&ek->h, nn->svc_expkey_cache); ek 1594 tools/perf/util/parse-events.c int ek; ek 1611 tools/perf/util/parse-events.c int ek = evsel ? evsel->core.attr.exclude_kernel : 0; ek 1621 tools/perf/util/parse-events.c int exclude = eu | ek | eh; ek 1630 tools/perf/util/parse-events.c exclude = eu = ek = eh = 1; ek 1634 tools/perf/util/parse-events.c exclude = eu = ek = eh = 1; ek 1635 tools/perf/util/parse-events.c ek = 0; ek 1638 tools/perf/util/parse-events.c exclude = eu = ek = eh = 1; ek 1683 tools/perf/util/parse-events.c mod->ek = ek; ek 1738 tools/perf/util/parse-events.c evsel->core.attr.exclude_kernel = mod.ek; ek 461 tools/perf/util/symbol-elf.c Elf_Kind ek; ek 467 tools/perf/util/symbol-elf.c ek = elf_kind(elf); ek 468 tools/perf/util/symbol-elf.c if (ek != ELF_K_ELF) ek 620 tools/perf/util/symbol-elf.c Elf_Kind ek; ek 632 tools/perf/util/symbol-elf.c ek = elf_kind(elf); ek 633 tools/perf/util/symbol-elf.c if (ek != ELF_K_ELF) ek 1228 tools/perf/util/symbol-elf.c Elf_Kind ek; ek 1235 tools/perf/util/symbol-elf.c ek = elf_kind(elf); ek 1236 tools/perf/util/symbol-elf.c if (ek != ELF_K_ELF) ek 89 tools/thermal/tmon/pid.c double ek; ek 92 tools/thermal/tmon/pid.c ek = p_param.t_target - xk; /* error */ ek 93 tools/thermal/tmon/pid.c if (ek >= 3.0) { ek 102 tools/thermal/tmon/pid.c i_term = p_param.kp * p_param.ki * p_param.ts * ek;