Home
last modified time | relevance | path

Searched defs:pos (Results 776 - 800 of 3575) sorted by relevance

1...<<31323334353637383940>>...143

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dswitch-tracking.c265 unsigned pos, cnt = 0; in process_events() local
/kernel/linux/linux-5.10/tools/perf/ui/gtk/
H A Dannotate.c99 struct disasm_line *pos, *n; in perf_gtk__annotate_symbol() local
/kernel/linux/linux-5.10/tools/perf/util/
H A Ddata.c373 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 Dtrace-event-info.c407 struct evsel *pos; in get_tracepoints_path() local
443 struct evsel *pos; in have_tracepoints() local
[all...]
H A Dbpf-prologue.c29 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 Dcgroup.c208 struct evsel *pos, *evsel, *leader; in evlist__expand_cgroup() local
H A Ddsos.c76 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 Dstream.c132 struct evsel *pos; in evlist__init_callchain_streams() local
H A Dthread_map.c190 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 Dcatalog.c335 struct list_head *pos; in hfsplus_delete_cat() local
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dfile_cloud.c139 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 Danode.c281 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 Dfile.c154 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 Dinode.c316 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 Dlogfile.c38 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 Dreaddir.c94 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 Dread.c295 loff_t pos = hdr->args.offset + hdr->res.count; in nfs_readpage_result() local
/kernel/linux/linux-5.10/fs/9p/
H A Dvfs_addr.c238 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 Dmmap.c264 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 Dzmap.c34 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 Ddirect-io.c185 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 Ddir_f.c215 __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 Ddatastream.c99 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 Dfile.c33 loff_t pos; member
/kernel/linux/linux-5.10/fs/exportfs/
H A Dexpfs.c251 filldir_one(struct dir_context *ctx, const char *name, int len, loff_t pos, u64 ino, unsigned int d_type) filldir_one() argument

Completed in 15 milliseconds

1...<<31323334353637383940>>...143