/kernel/linux/linux-5.10/tools/bpf/ |
H A D | bpf_jit_disasm.c | 35 static void get_exec_path(char *tpath, size_t size) in get_exec_path() argument
|
/kernel/linux/linux-5.10/sound/soc/intel/catpt/ |
H A D | messages.c | 59 size_t size, arrsz; in catpt_ipc_alloc_stream() local [all...] |
/kernel/linux/linux-5.10/sound/soc/kirkwood/ |
H A D | kirkwood-dma.c | 209 unsigned long size, count; in kirkwood_dma_prepare() local 252 size_t size = kirkwood_dma_snd_hw.buffer_bytes_max; in kirkwood_dma_preallocate_dma_buffer() local [all...] |
/kernel/linux/linux-5.10/tools/perf/ui/gtk/ |
H A D | annotate.c | 28 static int perf_gtk__get_percent(char *buf, size_t size, struct symbol *sym, in perf_gtk__get_percent() argument 57 static int perf_gtk__get_offset(char *buf, size_t size, struct map_symbol *ms, in perf_gtk__get_offset() argument 70 static int perf_gtk__get_line(char *buf, size_t size, struct disasm_line *dl) in perf_gtk__get_line() argument [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | bpf-event.c | 26 static int snprintf_hex(char *buf, size_t size, unsigned char *data, size_t len) in snprintf_hex() argument 120 static int synthesize_bpf_prog_name(char *buf, int size, in synthesize_bpf_prog_name() argument [all...] |
H A D | bpf-loader.h | 147 __bpf_strerror(char *buf, size_t size) in __bpf_strerror() argument 159 bpf__strerror_prepare_load(const char *filename __maybe_unused, bool source __maybe_unused, int err __maybe_unused, char *buf, size_t size) bpf__strerror_prepare_load() argument 168 bpf__strerror_probe(struct bpf_object *obj __maybe_unused, int err __maybe_unused, char *buf, size_t size) bpf__strerror_probe() argument 175 bpf__strerror_load(struct bpf_object *obj __maybe_unused, int err __maybe_unused, char *buf, size_t size) bpf__strerror_load() argument 183 bpf__strerror_config_obj(struct bpf_object *obj __maybe_unused, struct parse_events_term *term __maybe_unused, struct evlist *evlist __maybe_unused, int *error_pos __maybe_unused, int err __maybe_unused, char *buf, size_t size) bpf__strerror_config_obj() argument 194 bpf__strerror_apply_obj_config(int err __maybe_unused, char *buf, size_t size) bpf__strerror_apply_obj_config() argument 201 bpf__strerror_setup_output_event(struct evlist *evlist __maybe_unused, int err __maybe_unused, char *buf, size_t size) bpf__strerror_setup_output_event() argument 209 bpf__strerror_setup_stdout(struct evlist *evlist, int err, char *buf, size_t size) bpf__strerror_setup_stdout() argument [all...] |
H A D | data.c | 415 u64 size = data->file.size; in perf_data__size() local 361 perf_data_file__write(struct perf_data_file *file, void *buf, size_t size) perf_data_file__write() argument 367 perf_data__write(struct perf_data *data, void *buf, size_t size) perf_data__write() argument [all...] |
H A D | symbol-minimal.c | 37 size_t size = sizeof(bid->data); in read_build_id() local
|
H A D | trace-event-info.c | 45 unsigned long long size = 0; in record_file() local 303 ssize_t size = strlen(dent->d_name) + 1; in record_event_files() local 324 unsigned long long size = 0; record_proc_kallsyms() local 336 unsigned int size; record_ftrace_printk() local 364 unsigned long long size; record_saved_cmdline() local 455 ssize_t size; tracing_data_header() local [all...] |
H A D | trace-event-parse.c | 41 static int size; in common_lock_depth() local 55 static int size; in common_flags() local 69 static int size; in common_pc() local 15 get_common_field(struct scripting_context *context, int *offset, int *size, const char *type) get_common_field() argument 95 read_size(struct tep_event *event, void *ptr, int size) read_size() argument 100 event_format__fprintf(struct tep_event *event, int cpu, void *data, int size, FILE *fp) event_format__fprintf() argument 117 event_format__print(struct tep_event *event, int cpu, void *data, int size) event_format__print() argument 165 parse_ftrace_file(struct tep_handle *pevent, char *buf, unsigned long size) parse_ftrace_file() argument 170 parse_event_file(struct tep_handle *pevent, char *buf, unsigned long size, char *sys) parse_event_file() argument [all...] |
H A D | unwind-libdw.c | 136 ssize_t size; in access_dso_mem() local
|
H A D | debug.c | 242 size_t size = backtrace(array, ARRAY_SIZE(array)); in dump_stack() local
|
H A D | mmap.c | 318 unsigned long size; in perf_mmap__push() local 313 perf_mmap__push(struct mmap *md, void *to, int push(struct mmap *map, void *to, void *buf, size_t size)) perf_mmap__push() argument [all...] |
H A D | ordered-events.c | 105 size_t size; in alloc_event() local [all...] |
H A D | thread_map.c | 321 size_t size; in get_comm() local
|
H A D | trace-event-read.c | 26 static int __do_read(int fd, void *buf, int size) in __do_read() argument 52 static int do_read(void *data, int size) in do_read() argument 69 static void skip(int size) in skip() argument 103 int size = 0; read_string() local 145 unsigned int size; read_proc_kallsyms() local 168 unsigned int size; read_ftrace_printk() local 195 unsigned long long size; read_header_files() local 244 read_ftrace_file(struct tep_handle *pevent, unsigned long long size) read_ftrace_file() argument 269 read_event_file(struct tep_handle *pevent, char *sys, unsigned long long size) read_event_file() argument 295 unsigned long long size; read_ftrace_files() local 313 unsigned long long size; read_event_files() local 344 unsigned long long size; read_saved_cmdline() local 381 ssize_t size = -1; trace_report() local [all...] |
H A D | vdso.c | 76 size_t size; in get_file() local
|
/kernel/linux/linux-5.10/tools/spi/ |
H A D | spidev_test.c | 314 size_t size = strlen(str); in transfer_escaped_string() local
|
/kernel/linux/linux-5.10/tools/testing/scatterlist/linux/ |
H A D | mm.h | 113 static inline void *kmalloc(unsigned int size, unsigned int flags) in kmalloc() argument 119 kmalloc_array(unsigned int n, unsigned int size, unsigned int flags) in kmalloc_array() argument
|
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | bnode.c | 256 int size, block, i, hash; in __hfs_bnode_create() local
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | bnode.c | 405 int size, block, i, hash; in __hfs_bnode_create() local
|
H A D | btree.c | 140 unsigned int size; in hfs_btree_open() local [all...] |
/kernel/linux/linux-5.10/fs/kernfs/ |
H A D | inode.c | 141 ssize_t kernfs_iop_listxattr(struct dentry *dentry, char *buf, size_t size) in kernfs_iop_listxattr() argument 291 kernfs_xattr_get(struct kernfs_node *kn, const char *name, void *value, size_t size) kernfs_xattr_get() argument 301 kernfs_xattr_set(struct kernfs_node *kn, const char *name, const void *value, size_t size, int flags) kernfs_xattr_set() argument 311 kernfs_vfs_xattr_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *suffix, void *value, size_t size) kernfs_vfs_xattr_get() argument 321 kernfs_vfs_xattr_set(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *suffix, const void *value, size_t size, int flags) kernfs_vfs_xattr_set() argument 332 kernfs_vfs_user_xattr_add(struct kernfs_node *kn, const char *full_name, struct simple_xattrs *xattrs, const void *value, size_t size, int flags) kernfs_vfs_user_xattr_add() argument 366 kernfs_vfs_user_xattr_rm(struct kernfs_node *kn, const char *full_name, struct simple_xattrs *xattrs, const void *value, size_t size, int flags) kernfs_vfs_user_xattr_rm() argument 387 kernfs_vfs_user_xattr_set(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *suffix, const void *value, size_t size, int flags) kernfs_vfs_user_xattr_set() argument [all...] |
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | logfile.c | 342 int size, err; in ntfs_check_and_load_restart_page() local 473 s64 size, pos; ntfs_check_logfile() local [all...] |
H A D | inode.h | 99 s64 size; /* Copy of compressed_size from member
|