Searched refs:ek (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/tools/thermal/tmon/ |
D | pid.c | 89 double ek; in controller_handler() local 92 ek = p_param.t_target - xk; /* error */ in controller_handler() 93 if (ek >= 3.0) { in controller_handler() 102 i_term = p_param.kp * p_param.ki * p_param.ts * ek; in controller_handler()
|
/Linux-v5.4/fs/nfsd/ |
D | export.c | 58 struct svc_expkey *ek = container_of(h, struct svc_expkey, h); in expkey_request() local 61 qword_add(bpp, blen, ek->ek_client->name); in expkey_request() 62 snprintf(type, 5, "%d", ek->ek_fsidtype); in expkey_request() 64 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype)); in expkey_request() 82 struct svc_expkey *ek = NULL; in expkey_parse() local 128 ek = svc_expkey_lookup(cd, &key); in expkey_parse() 130 if (!ek) in expkey_parse() 142 ek = svc_expkey_update(cd, &key, ek); in expkey_parse() 143 if (!ek) in expkey_parse() 152 ek = svc_expkey_update(cd, &key, ek); in expkey_parse() [all …]
|
/Linux-v5.4/tools/perf/util/ |
D | parse-events.c | 1587 int ek; member 1604 int ek = evsel ? evsel->core.attr.exclude_kernel : 0; in get_event_modifier() local 1614 int exclude = eu | ek | eh; in get_event_modifier() 1623 exclude = eu = ek = eh = 1; in get_event_modifier() 1627 exclude = eu = ek = eh = 1; in get_event_modifier() 1628 ek = 0; in get_event_modifier() 1631 exclude = eu = ek = eh = 1; in get_event_modifier() 1676 mod->ek = ek; in get_event_modifier() 1731 evsel->core.attr.exclude_kernel = mod.ek; in parse_events__modifier_event()
|
D | symbol-elf.c | 461 Elf_Kind ek; in elf_read_build_id() local 467 ek = elf_kind(elf); in elf_read_build_id() 468 if (ek != ELF_K_ELF) in elf_read_build_id() 620 Elf_Kind ek; in filename__read_debuglink() local 632 ek = elf_kind(elf); in filename__read_debuglink() 633 if (ek != ELF_K_ELF) in filename__read_debuglink() 1228 Elf_Kind ek; in dso__type_fd() local 1235 ek = elf_kind(elf); in dso__type_fd() 1236 if (ek != ELF_K_ELF) in dso__type_fd()
|
/Linux-v5.4/arch/powerpc/perf/ |
D | core-book3s.c | 991 int eu = 0, ek = 0, eh = 0; in check_excludes() local 1016 ek = event->attr.exclude_kernel; in check_excludes() 1020 event->attr.exclude_kernel != ek || in check_excludes() 1026 if (eu || ek || eh) in check_excludes()
|
/Linux-v5.4/Documentation/arm/ |
D | microchip.rst | 204 to this rule (sama5d3[13456]ek.dts, usb_a9g20.dts or animeo_ip.dts for example).
|
/Linux-v5.4/arch/sparc/kernel/ |
D | perf_event.c | 1316 int eu = 0, ek = 0, eh = 0; in check_excludes() local 1332 ek = event->attr.exclude_kernel; in check_excludes() 1336 event->attr.exclude_kernel != ek || in check_excludes()
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | at91-sama5d27_som1_ek.dts | 17 …compatible = "atmel,sama5d27-som1-ek", "atmel,sama5d27-som1", "atmel,sama5d27", "atmel,sama5d2", "…
|