Searched defs:buf_len (Results 1 – 5 of 5) sorted by relevance
/kernel/bpf/ |
D | helpers.c | 364 static int __bpf_strtoull(const char *buf, size_t buf_len, u64 flags, in __bpf_strtoull() 415 static int __bpf_strtoll(const char *buf, size_t buf_len, u64 flags, in __bpf_strtoll() 437 BPF_CALL_4(bpf_strtol, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument 462 BPF_CALL_4(bpf_strtoul, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument
|
D | cgroup.c | 1174 size_t, buf_len, u64, flags) in BPF_CALL_4() argument 1231 char *, buf, size_t, buf_len) in BPF_CALL_3() argument 1246 size_t, buf_len) in BPF_CALL_3() argument 1266 const char *, buf, size_t, buf_len) in BPF_CALL_3() argument
|
/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 | 39 unsigned long buf_len) in kexec_image_probe_default() 57 unsigned long buf_len) in arch_kexec_kernel_image_probe() 93 unsigned long buf_len) in kexec_image_verify_sig_default() 104 unsigned long buf_len) in arch_kexec_kernel_verify_sig()
|
/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
|