/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | switch-tracking.c | 265 unsigned pos, cnt = 0; in process_events() local
|
/kernel/linux/linux-5.10/tools/perf/ui/gtk/ |
H A D | annotate.c | 99 struct disasm_line *pos, *n; in perf_gtk__annotate_symbol() local
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | data.c | 373 perf_data__switch(struct perf_data *data, const char *postfix, size_t pos, bool at_exit, char **new_filepath) perf_data__switch() argument
|
H A D | trace-event-info.c | 407 struct evsel *pos; in get_tracepoints_path() local 443 struct evsel *pos; in have_tracepoints() local [all...] |
H A D | bpf-prologue.c | 29 struct bpf_insn *pos; member 33 pos_get_cnt(struct bpf_insn_pos *pos) in pos_get_cnt() argument 39 append_insn(struct bpf_insn new_insn, struct bpf_insn_pos *pos) in append_insn() argument 55 check_pos(struct bpf_insn_pos *pos) check_pos() argument 112 gen_ldx_reg_from_ctx(struct bpf_insn_pos *pos, int ctx_reg, const char *reg, int target_reg) gen_ldx_reg_from_ctx() argument 122 ins(BPF_LDX_MEM(BPF_DW, target_reg, ctx_reg, offset), pos); gen_ldx_reg_from_ctx() local 142 gen_read_mem(struct bpf_insn_pos *pos, int src_base_addr_reg, int dst_addr_reg, long offset, int probeid) gen_read_mem() argument 150 ins(BPF_MOV64_REG(BPF_REG_ARG3, src_base_addr_reg), pos); gen_read_mem() local 153 ins(BPF_ALU64_IMM(BPF_ADD, BPF_REG_ARG3, offset), pos); gen_read_mem() local 156 ins(BPF_ALU64_IMM(BPF_MOV, BPF_REG_ARG2, BPF_REG_SIZE), pos); gen_read_mem() local 160 ins(BPF_MOV64_REG(BPF_REG_ARG1, dst_addr_reg), pos); gen_read_mem() local 163 ins(BPF_EMIT_CALL(probeid), pos); gen_read_mem() local 183 gen_prologue_fastpath(struct bpf_insn_pos *pos, struct probe_trace_arg *args, int nargs) gen_prologue_fastpath() argument 242 gen_prologue_slowpath(struct bpf_insn_pos *pos, struct probe_trace_arg *args, int nargs) gen_prologue_slowpath() argument 266 ins(BPF_MOV64_REG(BPF_REG_7, BPF_REG_FP), pos); gen_prologue_slowpath() local 268 ins(BPF_ALU64_IMM(BPF_ADD, BPF_REG_7, stack_offset), pos); gen_prologue_slowpath() local 277 stack_offset), pos); gen_prologue_slowpath() local 303 BPF_REG_FP, stack_offset), pos); gen_prologue_slowpath() local 325 prologue_relocate(struct bpf_insn_pos *pos, struct bpf_insn *error_code, struct bpf_insn *success_code, struct bpf_insn *user_code) prologue_relocate() argument 371 struct bpf_insn_pos pos; bpf__gen_prologue() local 448 ins(BPF_MOV64_REG(BPF_REG_CTX, BPF_REG_ARG1), &pos); bpf__gen_prologue() local 493 ins(BPF_MOV64_REG(BPF_REG_ARG1, BPF_REG_CTX), &pos); bpf__gen_prologue() local [all...] |
H A D | cgroup.c | 208 struct evsel *pos, *evsel, *leader; in evlist__expand_cgroup() local
|
H A D | dsos.c | 76 struct dso *pos; in __dsos__read_build_ids() local 209 struct dso *pos; in __dsos__find_id() local 297 struct dso *pos; __dsos__fprintf_buildid() local 313 struct dso *pos; __dsos__fprintf() local [all...] |
H A D | stream.c | 132 struct evsel *pos; in evlist__init_callchain_streams() local
|
H A D | thread_map.c | 190 struct str_node *pos; in thread_map__new_by_pid_str() local 249 struct str_node *pos; in thread_map__new_by_tid_str() local
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | catalog.c | 335 struct list_head *pos; in hfsplus_delete_cat() local
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | file_cloud.c | 139 loff_t pos = (loff_t)(vec[0]->index) << HMDFS_PAGE_OFFSET; in hmdfs_do_readpages_cloud() local 299 loff_t pos = ctx->pos; in analysis_dentry_file_from_cloud() local [all...] |
/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | anode.c | 281 int pos = 0; in hpfs_remove_btree() local 338 int hpfs_ea_read(struct super_block *s, secno a, int ano, unsigned pos, in hpfs_ea_read() argument 361 hpfs_ea_write(struct super_block *s, secno a, int ano, unsigned pos, unsigned len, const char *buf) hpfs_ea_write() argument [all...] |
H A D | file.c | 154 hpfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) hpfs_write_begin() argument 170 hpfs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *pagep, void *fsdata) hpfs_write_end() argument
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | inode.c | 316 jfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) jfs_write_begin() argument
|
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | logfile.c | 38 ntfs_check_restart_page_header(struct inode *vi, RESTART_PAGE_HEADER *rp, s64 pos) ntfs_check_restart_page_header() argument 336 ntfs_check_and_load_restart_page(struct inode *vi, RESTART_PAGE_HEADER *rp, s64 pos, RESTART_PAGE_HEADER **wrp, LSN *lsn) ntfs_check_and_load_restart_page() argument 473 s64 size, pos; ntfs_check_logfile() local [all...] |
/kernel/linux/linux-5.10/fs/fuse/ |
H A D | readdir.c | 94 static void fuse_readdir_cache_end(struct file *file, loff_t pos) in fuse_readdir_cache_end() argument 32 fuse_add_dirent_to_cache(struct file *file, struct fuse_dirent *dirent, loff_t pos) fuse_add_dirent_to_cache() argument [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | read.c | 295 loff_t pos = hdr->args.offset + hdr->res.count; in nfs_readpage_result() local
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | vfs_addr.c | 238 loff_t pos = iocb->ki_pos; in v9fs_direct_IO() local 255 v9fs_write_begin(struct file *filp, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) v9fs_write_begin() argument 291 v9fs_write_end(struct file *filp, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) v9fs_write_end() argument
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | mmap.c | 264 ecryptfs_write_begin(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned flags, struct page **pagep, void **fsdata) ecryptfs_write_begin() argument 462 ecryptfs_write_end(struct file *file, struct address_space *mapping, loff_t pos, unsigned len, unsigned copied, struct page *page, void *fsdata) ecryptfs_write_end() argument [all...] |
/kernel/linux/linux-5.10/fs/erofs/ |
H A D | zmap.c | 34 erofs_off_t pos; in z_erofs_fill_inode_lazy() local 155 const erofs_off_t pos = in legacy_load_cluster_from_disk() local 196 decode_compactedbits(unsigned int lobits, unsigned int lomask, u8 *in, unsigned int pos, u8 *type) decode_compactedbits() argument 282 erofs_off_t pos; compacted_load_cluster_from_disk() local [all...] |
/kernel/linux/linux-5.10/fs/iomap/ |
H A D | direct-io.c | 185 iomap_dio_zero(struct iomap_dio *dio, struct iomap *iomap, loff_t pos, in iomap_dio_zero() argument 205 iomap_dio_bio_actor(struct inode *inode, loff_t pos, loff_t length, in iomap_dio_bio_actor() argument 62 iomap_dio_submit_bio(struct iomap_dio *dio, struct iomap *iomap, struct bio *bio, loff_t pos) iomap_dio_submit_bio() argument 347 iomap_dio_inline_actor(struct inode *inode, loff_t pos, loff_t length, struct iomap_dio *dio, struct iomap *iomap) iomap_dio_inline_actor() argument 374 iomap_dio_actor(struct inode *inode, loff_t pos, loff_t length, void *data, struct iomap *iomap, struct iomap *srcmap) iomap_dio_actor() argument 428 loff_t pos = iocb->ki_pos; __iomap_dio_rw() local [all...] |
/kernel/linux/linux-5.10/fs/adfs/ |
H A D | dir_f.c | 215 __adfs_dir_get(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_get() argument 257 int pos = 5 + (ctx->pos - 2) * 26; in adfs_f_iterate() local [all...] |
/kernel/linux/linux-5.10/fs/befs/ |
H A D | datastream.c | 99 befs_off_t pos = fblock << BEFS_SB(sb)->block_shift; in befs_fblock2brun() local 49 befs_read_datastream(struct super_block *sb, const befs_data_stream *ds, befs_off_t pos, uint *off) befs_read_datastream() argument [all...] |
/kernel/linux/linux-5.10/fs/configfs/ |
H A D | file.c | 33 loff_t pos; member
|
/kernel/linux/linux-5.10/fs/exportfs/ |
H A D | expfs.c | 251 filldir_one(struct dir_context *ctx, const char *name, int len, loff_t pos, u64 ino, unsigned int d_type) filldir_one() argument
|