Home
last modified time | relevance | path

Searched defs:buf_len (Results 1 – 5 of 5) sorted by relevance

/kernel/
Dkexec_elf.c63 static bool elf_is_ehdr_sane(const struct elfhdr *ehdr, size_t buf_len) in elf_is_ehdr_sane()
185 static bool elf_is_phdr_sane(const struct elf_phdr *phdr, size_t buf_len) in elf_is_phdr_sane()
Dkexec_file.c52 unsigned long buf_len) in kexec_image_probe_default()
147 unsigned long buf_len) in kexec_image_verify_sig()
/kernel/bpf/
Dhelpers.c438 static int __bpf_strtoull(const char *buf, size_t buf_len, u64 flags, in __bpf_strtoull()
489 static int __bpf_strtoll(const char *buf, size_t buf_len, u64 flags, in __bpf_strtoll()
511 BPF_CALL_4(bpf_strtol, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument
536 BPF_CALL_4(bpf_strtoul, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument
Dcgroup.c2033 size_t, buf_len, u64, flags) in BPF_CALL_4() argument
2090 char *, buf, size_t, buf_len) in BPF_CALL_3() argument
2105 size_t, buf_len) in BPF_CALL_3() argument
2125 const char *, buf, size_t, buf_len) in BPF_CALL_3() argument
/kernel/trace/
Dtrace_output.c218 trace_print_hex_seq(struct trace_seq *p, const unsigned char *buf, int buf_len, in trace_print_hex_seq()
240 size_t buf_len = count * el_size; in trace_print_array_seq() local