Searched defs:buf_len (Results 1 – 5 of 5) sorted by relevance
/kernel/ |
A D | kexec_elf.c | 63 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()
|
A D | kexec_file.c | 67 unsigned long buf_len) in kexec_image_probe_default() 164 unsigned long buf_len) in kexec_image_verify_sig()
|
/kernel/bpf/ |
A D | cgroup.c | 2249 size_t, buf_len, u64, flags) in BPF_CALL_4() argument 2306 char *, buf, size_t, buf_len) in BPF_CALL_3() argument 2321 size_t, buf_len) in BPF_CALL_3() argument 2341 const char *, buf, size_t, buf_len) in BPF_CALL_3() argument
|
A D | helpers.c | 450 static int __bpf_strtoull(const char *buf, size_t buf_len, u64 flags, in __bpf_strtoull() 501 static int __bpf_strtoll(const char *buf, size_t buf_len, u64 flags, in __bpf_strtoll() 523 BPF_CALL_4(bpf_strtol, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument 548 BPF_CALL_4(bpf_strtoul, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument
|
/kernel/trace/ |
A D | trace_output.c | 222 trace_print_hex_seq(struct trace_seq *p, const unsigned char *buf, int buf_len, in trace_print_hex_seq() 247 size_t buf_len = count * el_size; in trace_print_array_seq() local
|
Completed in 36 milliseconds