Home
last modified time | relevance | path

Searched defs:end_index (Results 101 - 125 of 125) sorted by relevance

12345

/kernel/linux/linux-6.6/fs/f2fs/
H A Ddata.c2821 const pgoff_t end_index = ((unsigned long long)i_size) in f2fs_write_single_data_page() local
/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent_io.c172 unsigned long end_index = end >> PAGE_SHIFT; in extent_range_clear_dirty_for_io() local
212 pgoff_t end_index = end >> PAGE_SHIFT; in __process_pages_contig() local
239 unsigned long end_index = end >> PAGE_SHIFT; in __unlock_for_delalloc() local
257 pgoff_t end_index = end >> PAGE_SHIFT; in lock_delalloc_pages() local
636 pgoff_t end_index = i_size >> PAGE_SHIFT; end_bio_extent_readpage() local
1420 unsigned long end_index = i_size >> PAGE_SHIFT; __extent_writepage() local
[all...]
H A Dinode.c415 unsigned long end_index = (offset + bytes - 1) >> PAGE_SHIFT; in btrfs_cleanup_ordered_extents() local
9787 unsigned long end_index = end >> PAGE_SHIFT; in btrfs_set_range_writeback() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsubgpos.hh1196 match_lookahead(hb_ot_apply_context_t *c, unsigned int count, const HBUINT16 lookahead[], match_func_t match_func, const void *match_data, unsigned int offset, unsigned int *end_index) match_lookahead() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1279 int end_index = MLX5_GET(create_flow_group_in, fg_in, in mlx5_create_flow_group() local
691 alloc_flow_group(struct mlx5_flow_steering *steering, u8 match_criteria_enable, const void *match_criteria, int start_index, int end_index) alloc_flow_group() argument
721 alloc_insert_flow_group(struct mlx5_flow_table *ft, u8 match_criteria_enable, const void *match_criteria, int start_index, int end_index, struct list_head *prev) alloc_insert_flow_group() argument
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c3524 u_int end_index; in ahc_sent_msg() local
H A Daic79xx_core.c5029 u_int end_index; in ahd_sent_msg() local
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent_io.c1494 unsigned long end_index = end >> PAGE_SHIFT; in extent_range_clear_dirty_for_io() local
1509 unsigned long end_index = end >> PAGE_SHIFT; in extent_range_redirty_for_io() local
1820 unsigned long end_index = end >> PAGE_SHIFT; in __unlock_for_delalloc() local
1837 unsigned long end_index = delalloc_end >> PAGE_SHIFT; in lock_delalloc_pages() local
1941 __process_pages_contig(struct address_space *mapping, struct page *locked_page, pgoff_t start_index, pgoff_t end_index, unsigned long page_ops, pgoff_t *index_ret) __process_pages_contig() argument
2902 pgoff_t end_index = i_size >> PAGE_SHIFT; end_bio_extent_readpage() local
3585 unsigned long end_index = i_size >> PAGE_SHIFT; __extent_writepage() local
[all...]
H A Dinode.c113 unsigned long end_index = (offset + bytes - 1) >> PAGE_SHIFT; in btrfs_cleanup_ordered_extents() local
10013 unsigned long end_index = end >> PAGE_SHIFT; in btrfs_set_range_writeback() local
/kernel/linux/linux-5.10/fs/f2fs/
H A Ddata.c2788 const pgoff_t end_index = ((unsigned long long)i_size) in f2fs_write_single_data_page() local
/kernel/linux/linux-5.10/mm/
H A Dshmem.c2598 pgoff_t end_index; in shmem_file_read_iter() local
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c1397 int end_index = MLX5_GET(create_flow_group_in, fg_in, in mlx5_create_flow_group() local
800 alloc_flow_group(struct mlx5_flow_steering *steering, u8 match_criteria_enable, const void *match_criteria, int start_index, int end_index) alloc_flow_group() argument
830 alloc_insert_flow_group(struct mlx5_flow_table *ft, u8 match_criteria_enable, const void *match_criteria, int start_index, int end_index, struct list_head *prev) alloc_insert_flow_group() argument
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c3522 u_int end_index; in ahc_sent_msg() local
H A Daic79xx_core.c5027 u_int end_index; in ahd_sent_msg() local
/kernel/linux/linux-6.6/mm/
H A Dvmalloc.c3858 unsigned long end_index; in remap_vmalloc_range_partial() local
H A Dshmem.c2764 pgoff_t end_index; in shmem_file_read_iter() local
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h3505 BuildFastLoop( TNode<TIndex> start_index, TNode<TIndex> end_index, const FastLoopBody<TIndex>& body, int increment, IndexAdvanceMode advance_mode = IndexAdvanceMode::kPre) BuildFastLoop() argument
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc1568 PrintRegs(char name_prefix, int start_index, int end_index) PrintRegs() argument
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc962 EmitUseLookupTable(RegExpMacroAssembler* masm, ZoneList<base::uc32>* ranges, uint32_t start_index, uint32_t end_index, base::uc32 min_char, Label* fall_through, Label* even_label, Label* odd_label) EmitUseLookupTable() argument
1017 CutOutRange(RegExpMacroAssembler* masm, ZoneList<base::uc32>* ranges, uint32_t start_index, uint32_t end_index, uint32_t cut_index, Label* even_label, Label* odd_label) CutOutRange() argument
1040 SplitSearchSpace(ZoneList<base::uc32>* ranges, uint32_t start_index, uint32_t end_index, uint32_t* new_start_index, uint32_t* new_end_index, base::uc32* border) SplitSearchSpace() argument
1106 GenerateBranches(RegExpMacroAssembler* masm, ZoneList<base::uc32>* ranges, uint32_t start_index, uint32_t end_index, base::uc32 min_char, base::uc32 max_char, Label* fall_through, Label* even_label, Label* odd_label) GenerateBranches() argument
1300 int end_index = range_boundaries->length() - 1; EmitCharClass() local
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-integrity.c3445 unsigned end_index, end_offset; in dm_integrity_alloc_journal_scatterlist() local
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe.h232 u16 end_index; /* Completed TXQ Index */ member
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe.h231 u16 end_index; /* Completed TXQ Index */ member
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-integrity.c3735 unsigned int end_index, end_offset; in dm_integrity_alloc_journal_scatterlist() local
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc4983 size_t end_index = i; in MatchSimpleBodyDescriptor() local
/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclink.c5143 int end_index; in usc_process_rxoverrun_sync() local
[all...]

Completed in 151 milliseconds

12345