Searched defs:buf_len (Results 1 – 5 of 5) sorted by relevance
/kernel/ |
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()
|
D | kexec_file.c | 49 unsigned long buf_len) in kexec_image_probe_default() 67 unsigned long buf_len) in arch_kexec_kernel_image_probe() 103 unsigned long buf_len) in kexec_image_verify_sig_default() 114 unsigned long buf_len) in arch_kexec_kernel_verify_sig()
|
/kernel/bpf/ |
D | helpers.c | 416 static int __bpf_strtoull(const char *buf, size_t buf_len, u64 flags, in __bpf_strtoull() 467 static int __bpf_strtoll(const char *buf, size_t buf_len, u64 flags, in __bpf_strtoll() 489 BPF_CALL_4(bpf_strtol, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument 514 BPF_CALL_4(bpf_strtoul, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument
|
D | cgroup.c | 1583 size_t, buf_len, u64, flags) in BPF_CALL_4() argument 1640 char *, buf, size_t, buf_len) in BPF_CALL_3() argument 1655 size_t, buf_len) in BPF_CALL_3() argument 1675 const char *, buf, size_t, buf_len) in BPF_CALL_3() argument
|
/kernel/trace/ |
D | trace_output.c | 217 trace_print_hex_seq(struct trace_seq *p, const unsigned char *buf, int buf_len, in trace_print_hex_seq() 239 size_t buf_len = count * el_size; in trace_print_array_seq() local
|