Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfsd/
H A Dexport.c64 struct svc_expkey *ek = container_of(h, struct svc_expkey, h); in expkey_request() local
67 qword_add(bpp, blen, ek->ek_client->name); in expkey_request()
68 snprintf(type, 5, "%d", ek->ek_fsidtype); in expkey_request()
70 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype)); in expkey_request()
88 struct svc_expkey *ek = NULL; in expkey_parse() local
134 ek = svc_expkey_lookup(cd, &key); in expkey_parse()
136 if (!ek) in expkey_parse()
148 ek = svc_expkey_update(cd, &key, ek); in expkey_parse()
181 struct svc_expkey *ek ; expkey_show() local
840 struct svc_expkey key, *ek; exp_find_key() local
964 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); exp_find() local
[all...]
/kernel/linux/linux-6.6/fs/nfsd/
H A Dexport.c64 struct svc_expkey *ek = container_of(h, struct svc_expkey, h); in expkey_request() local
67 qword_add(bpp, blen, ek->ek_client->name); in expkey_request()
68 snprintf(type, 5, "%d", ek->ek_fsidtype); in expkey_request()
70 qword_addhex(bpp, blen, (char*)ek->ek_fsid, key_len(ek->ek_fsidtype)); in expkey_request()
88 struct svc_expkey *ek = NULL; in expkey_parse() local
134 ek = svc_expkey_lookup(cd, &key); in expkey_parse()
136 if (!ek) in expkey_parse()
148 ek = svc_expkey_update(cd, &key, ek); in expkey_parse()
181 struct svc_expkey *ek ; expkey_show() local
924 struct svc_expkey key, *ek; exp_find_key() local
1048 struct svc_expkey *ek = exp_find_key(nn->svc_expkey_cache, clp, fsid_type, fsidv, reqp); exp_find() local
[all...]
/kernel/linux/linux-5.10/tools/thermal/tmon/
H A Dpid.c89 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()
/kernel/linux/linux-6.6/tools/thermal/tmon/
H A Dpid.c88 double ek; in controller_handler() local
91 ek = p_param.t_target - xk; /* error */ in controller_handler()
92 if (ek >= 3.0) { in controller_handler()
101 i_term = p_param.kp * p_param.ki * p_param.ts * ek; in controller_handler()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dparse-events.c1609 int ek; member
1628 int ek = evsel ? evsel->core.attr.exclude_kernel : 0; in get_event_modifier() local
1639 int exclude = eu | ek | eh; in get_event_modifier()
1649 exclude = eu = ek = eh = 1; in get_event_modifier()
1655 exclude = eu = ek = eh = 1; in get_event_modifier()
1656 ek = 0; in get_event_modifier()
1659 exclude = eu = ek = eh = 1; in get_event_modifier()
1708 mod->ek = ek; in get_event_modifier()
1765 evsel->core.attr.exclude_kernel = mod.ek; in parse_events__modifier_event()
[all...]
H A Dsymbol-elf.c863 Elf_Kind ek; in elf_read_build_id() local
869 ek = elf_kind(elf); in elf_read_build_id()
870 if (ek != ELF_K_ELF) in elf_read_build_id()
1128 Elf_Kind ek; in filename__read_debuglink() local
1140 ek = elf_kind(elf); in filename__read_debuglink()
1141 if (ek != ELF_K_ELF) in filename__read_debuglink()
1844 Elf_Kind ek; in dso__type_fd() local
1851 ek = elf_kind(elf); in dso__type_fd()
1852 if (ek != ELF_K_ELF) in dso__type_fd()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol-elf.c490 Elf_Kind ek; in elf_read_build_id() local
496 ek = elf_kind(elf); in elf_read_build_id()
497 if (ek != ELF_K_ELF) in elf_read_build_id()
722 Elf_Kind ek; in filename__read_debuglink() local
734 ek = elf_kind(elf); in filename__read_debuglink()
735 if (ek != ELF_K_ELF) in filename__read_debuglink()
1368 Elf_Kind ek; in dso__type_fd() local
1375 ek = elf_kind(elf); in dso__type_fd()
1376 if (ek != ELF_K_ELF) in dso__type_fd()
H A Dparse-events.c1774 int ek; member
1792 int ek = evsel ? evsel->core.attr.exclude_kernel : 0; in get_event_modifier() local
1803 int exclude = eu | ek | eh; in get_event_modifier()
1812 exclude = eu = ek = eh = 1; in get_event_modifier()
1818 exclude = eu = ek = eh = 1; in get_event_modifier()
1819 ek = 0; in get_event_modifier()
1822 exclude = eu = ek = eh = 1; in get_event_modifier()
1869 mod->ek = ek; in get_event_modifier()
1925 evsel->core.attr.exclude_kernel = mod.ek; in parse_events__modifier_event()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dcore-book3s.c1013 int eu = 0, ek = 0, eh = 0; in check_excludes() local
1038 ek = event->attr.exclude_kernel; in check_excludes()
1042 event->attr.exclude_kernel != ek || in check_excludes()
1048 if (eu || ek || eh) in check_excludes()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Dcore-book3s.c1095 int eu = 0, ek = 0, eh = 0; in check_excludes() local
1120 ek = event->attr.exclude_kernel; in check_excludes()
1124 event->attr.exclude_kernel != ek || in check_excludes()
1130 if (eu || ek || eh) in check_excludes()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dperf_event.c1316 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()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dperf_event.c1316 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()

Completed in 25 milliseconds