Searched refs:ek (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/thermal/tmon/
H A Dpid.c88 double ek; local
91 ek = p_param.t_target - xk; /* error */
92 if (ek >= 3.0) {
101 i_term = p_param.kp * p_param.ki * p_param.ts * ek;
/linux-master/fs/nfsd/
H A Dexport.c64 struct svc_expkey *ek = container_of(h, struct svc_expkey, h); local
67 qword_add(bpp, blen, ek->ek_client->name);
68 snprintf(type, 5, "%d", ek->ek_fsidtype);
70 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype));
88 struct svc_expkey *ek = NULL; local
134 ek = svc_expkey_lookup(cd, &key);
136 if (!ek)
148 ek = svc_expkey_update(cd, &key, ek);
181 struct svc_expkey *ek ; local
937 struct svc_expkey key, *ek; local
1061 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); local
[all...]
/linux-master/tools/perf/util/
H A Dparse-events.c1656 int ek; member in struct:event_modifier
1675 int ek = evsel ? evsel->core.attr.exclude_kernel : 0; local
1686 int exclude = eu | ek | eh;
1696 exclude = eu = ek = eh = 1;
1702 exclude = eu = ek = eh = 1;
1703 ek = 0;
1706 exclude = eu = ek = eh = 1;
1755 mod->ek = ek;
1812 evsel->core.attr.exclude_kernel = mod.ek;
[all...]
H A Dsymbol-elf.c864 Elf_Kind ek; local
870 ek = elf_kind(elf);
871 if (ek != ELF_K_ELF)
1129 Elf_Kind ek; local
1141 ek = elf_kind(elf);
1142 if (ek != ELF_K_ELF)
1917 Elf_Kind ek; local
1924 ek = elf_kind(elf);
1925 if (ek != ELF_K_ELF)
/linux-master/arch/powerpc/perf/
H A Dcore-book3s.c1095 int eu = 0, ek = 0, eh = 0; local
1120 ek = event->attr.exclude_kernel;
1124 event->attr.exclude_kernel != ek ||
1130 if (eu || ek || eh)
/linux-master/arch/sparc/kernel/
H A Dperf_event.c1316 int eu = 0, ek = 0, eh = 0; local
1332 ek = event->attr.exclude_kernel;
1336 event->attr.exclude_kernel != ek ||

Completed in 146 milliseconds