| /OK3568_Linux_fs/kernel/mm/ |
| H A D | fadvise.c | 39 pgoff_t end_index; in generic_fadvise() local 100 end_index = endbyte >> PAGE_SHIFT; in generic_fadvise() 103 nrpages = end_index - start_index + 1; in generic_fadvise() 122 end_index = (endbyte >> PAGE_SHIFT); in generic_fadvise() 137 if (end_index == 0) in generic_fadvise() 140 end_index--; in generic_fadvise() 143 if (end_index >= start_index) { in generic_fadvise() 158 start_index, end_index, in generic_fadvise() 170 end_index); in generic_fadvise()
|
| H A D | readahead.c | 269 pgoff_t end_index; /* The last page we want to read */ in do_page_cache_ra() local 274 end_index = (isize - 1) >> PAGE_SHIFT; in do_page_cache_ra() 275 if (index > end_index) in do_page_cache_ra() 278 if (nr_to_read > end_index - index) in do_page_cache_ra() 279 nr_to_read = end_index - index + 1; in do_page_cache_ra()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/ |
| H A D | MessageParser.cpp | 145 size_t end_index = 0; in process() local 152 &end_index); in process() 158 if (((ssize_t)start_index >= 0) && (end_index > 0)) { in process() 159 raw_stream.erase(raw_stream.begin(), raw_stream.begin() + end_index); in process() 163 end_index = 0; in process() 167 raw_stream.size(), &start_index, &end_index); in process() 174 if (((ssize_t)start_index >= 0) && (end_index > 0)) { in process() 175 raw_stream.erase(raw_stream.begin(), raw_stream.begin() + end_index); in process()
|
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | submenu.php | 71 $end_index = $start_index + $icons_per_page - 1; variable 73 if(count($var[$submenu]["apps"]) - 1 < $end_index) 74 $end_index = count($var[$submenu]["apps"]) - 1; variable 97 if($i<=$end_index)
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/ |
| H A D | submenu.php | 71 $end_index = $start_index + $icons_per_page - 1; variable 73 if(count($var[$submenu]["apps"]) - 1 < $end_index) 74 $end_index = count($var[$submenu]["apps"]) - 1; variable 97 if($i<=$end_index)
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum1_kvdl.c | 34 unsigned int end_index; member 48 .end_index = MLXSW_SP1_KVDL_##id##_END, \ 97 kvdl_index <= part->info.end_index) in mlxsw_sp1_kvdl_index_part() 124 nr_entries = (info->end_index - info->start_index + 1) / in mlxsw_sp1_kvdl_part_alloc() 200 part->info.end_index = size - 1; in mlxsw_sp1_kvdl_part_update() 202 part->info.start_index = part_prev->info.end_index + 1; in mlxsw_sp1_kvdl_part_update() 203 part->info.end_index = part->info.start_index + size - 1; in mlxsw_sp1_kvdl_part_update() 224 resource_size = info->end_index - info->start_index + 1; in mlxsw_sp1_kvdl_part_init() 285 nr_entries = (info->end_index - in mlxsw_sp1_kvdl_part_occ()
|
| H A D | spectrum_policer.c | 17 u16 end_index; /* Exclusive */ member 93 family->end_index = MLXSW_CORE_RES_GET(core, MAX_GLOBAL_POLICERS); in mlxsw_sp_policer_single_rate_family_init() 123 family->end_index, GFP_KERNEL); in mlxsw_sp_policer_single_rate_index_alloc() 326 if (WARN_ON(family->start_index >= family->end_index)) { in mlxsw_sp_policer_family_register()
|
| H A D | spectrum_fid.c | 97 u16 end_index; member 484 nr_fids = fid_family->end_index - fid_family->start_index + 1; in mlxsw_sp_fid_8021d_index_alloc() 697 .end_index = VLAN_N_VID + MLXSW_SP_FID_8021D_MAX - 1, 746 .end_index = MLXSW_SP_FID_8021Q_EMU_END, 834 .end_index = MLXSW_SP_RFID_BASE + MLXSW_SP_RFID_MAX - 1, 876 .end_index = VLAN_N_VID - 1, 1056 u16 nr_fids = tmpl->end_index - tmpl->start_index + 1; in mlxsw_sp_fid_family_register()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | fs_dax.h | 228 TP_PROTO(struct inode *inode, pgoff_t start_index, pgoff_t end_index), 229 TP_ARGS(inode, start_index, end_index), 233 __field(pgoff_t, end_index) 240 __entry->end_index = end_index; 247 __entry->end_index 253 TP_PROTO(struct inode *inode, pgoff_t start_index, pgoff_t end_index),\ 254 TP_ARGS(inode, start_index, end_index))
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | cpumap.c | 44 int end_index; /* Index of last node of a level in a cpuinfo tree */ member 133 lv->start_index = lv->end_index = lv->num_nodes = 0; in enumerate_cpuinfo_nodes() 166 tree_level[CPUINFO_LVL_NODE].end_index = n; in enumerate_cpuinfo_nodes() 171 tree_level[CPUINFO_LVL_CORE].end_index = n - 1; in enumerate_cpuinfo_nodes() 175 tree_level[CPUINFO_LVL_PROC].end_index = n - 1; in enumerate_cpuinfo_nodes() 276 if (n <= new_tree->level[level].end_index) { in build_cpuinfo_tree()
|
| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | file_direct.c | 35 int end_index = start_index | mask; in squashfs_readpage_block() local 41 if (end_index > file_end) in squashfs_readpage_block() 42 end_index = file_end; in squashfs_readpage_block() 44 pages = end_index - start_index + 1; in squashfs_readpage_block()
|
| H A D | file.c | 388 int start_index = page->index & ~mask, end_index = start_index | mask; in squashfs_copy_cache() local 396 for (i = start_index; i <= end_index && bytes > 0; i++, in squashfs_copy_cache()
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | bitmap.c | 37 pgoff_t index, end_index; in __ntfs_bitmap_set_bits_in_run() local 57 end_index = (start_bit + cnt - 1) >> (3 + PAGE_SHIFT); in __ntfs_bitmap_set_bits_in_run() 106 while (index < end_index) { in __ntfs_bitmap_set_bits_in_run()
|
| /OK3568_Linux_fs/kernel/fs/isofs/ |
| H A D | compress.c | 310 pgoff_t index = page->index, end_index; in zisofs_readpage() local 312 end_index = (inode->i_size + PAGE_SIZE - 1) >> PAGE_SHIFT; in zisofs_readpage() 317 if (index >= end_index) { in zisofs_readpage() 328 end_index - (index & ~(zisofs_pages_per_cblock - 1))); in zisofs_readpage()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | file.c | 614 pgoff_t end_index; in populate_page() local 621 end_index = (i_size - 1) >> PAGE_SHIFT; in populate_page() 622 if (!i_size || page->index > end_index) { in populate_page() 679 if (end_index == page->index) { in populate_page() 720 pgoff_t offset = page1->index, end_index; in ubifs_do_bulk_read() local 781 end_index = ((isize - 1) >> PAGE_SHIFT); in ubifs_do_bulk_read() 787 if (page_offset > end_index) in ubifs_do_bulk_read() 1011 pgoff_t end_index = i_size >> PAGE_SHIFT; in ubifs_writepage() local 1020 if (page->index > end_index || (page->index == end_index && !len)) { in ubifs_writepage() 1030 if (page->index < end_index) { in ubifs_writepage()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
| H A D | fs_tracepoint.h | 106 __field(u32, end_index) 117 __entry->end_index = fg->start_index + fg->max_ftes; 139 __entry->start_index, __entry->end_index,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/ |
| H A D | turn_in_original_visitor.hpp | 186 && section.begin_index < section.end_index in point_in_original() 193 boost::begin(original.m_ring) + section.end_index + 1, in point_in_original()
|
| H A D | get_piece_turns.hpp | 185 signed_size_type const sec1_last_index = piece1_first_index + section1.end_index; in calculate_turns() 186 signed_size_type const sec2_last_index = piece2_first_index + section2.end_index; in calculate_turns()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | mpage.c | 524 unsigned long end_index; in __mpage_writepage() local 626 end_index = i_size >> PAGE_SHIFT; in __mpage_writepage() 627 if (page->index >= end_index) { in __mpage_writepage() 638 if (page->index > end_index || !offset) in __mpage_writepage()
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | data_mgmt.c | 872 u32 end_index = in incfs_get_filled_blocks() local 873 arg->end_index ? arg->end_index : df->df_total_block_count; in incfs_get_filled_blocks() 882 if (end_index > df->df_total_block_count) in incfs_get_filled_blocks() 883 end_index = df->df_total_block_count; in incfs_get_filled_blocks() 890 if (arg->start_index > end_index) { in incfs_get_filled_blocks() 902 .end = end_index, in incfs_get_filled_blocks() 908 arg->index_out = end_index; in incfs_get_filled_blocks() 917 for (arg->index_out = arg->start_index; arg->index_out < end_index; in incfs_get_filled_blocks()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | compression.c | 282 unsigned long end_index = (cb->start + cb->len - 1) >> PAGE_SHIFT; in end_compressed_writeback() local 284 unsigned long nr_pages = end_index - index + 1; in end_compressed_writeback() 505 unsigned long end_index; in add_ra_bio_pages() local 526 end_index = (i_size_read(inode) - 1) >> PAGE_SHIFT; in add_ra_bio_pages() 531 if (pg_index > end_index) in add_ra_bio_pages() 576 if (page->index == end_index) { in add_ra_bio_pages()
|
| H A D | extent_io.c | 1494 unsigned long end_index = end >> PAGE_SHIFT; in extent_range_clear_dirty_for_io() local 1497 while (index <= end_index) { in extent_range_clear_dirty_for_io() 1509 unsigned long end_index = end >> PAGE_SHIFT; in extent_range_redirty_for_io() local 1512 while (index <= end_index) { in extent_range_redirty_for_io() 1812 pgoff_t start_index, pgoff_t end_index, 1820 unsigned long end_index = end >> PAGE_SHIFT; in __unlock_for_delalloc() local 1823 if (index == locked_page->index && end_index == index) in __unlock_for_delalloc() 1826 __process_pages_contig(inode->i_mapping, locked_page, index, end_index, in __unlock_for_delalloc() 1837 unsigned long end_index = delalloc_end >> PAGE_SHIFT; in lock_delalloc_pages() local 1841 if (index == locked_page->index && index == end_index) in lock_delalloc_pages() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/sections/ |
| H A D | sectionalize.hpp | 93 signed_size_type end_index; member 104 , end_index(-1) in section() 549 section.end_index = index + 1; in apply()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/tests/ |
| H A D | extent-io-tests.c | 25 unsigned long end_index = end >> PAGE_SHIFT; in process_page_range() local 26 unsigned long nr_pages = end_index - index + 1; in process_page_range()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | aops.c | 1035 unsigned long start, target_index, end_index, index; in ocfs2_grab_pages_for_write() local 1058 end_index = ((last_byte - 1) >> PAGE_SHIFT) + 1; in ocfs2_grab_pages_for_write() 1059 if ((start + wc->w_num_pages) > end_index) in ocfs2_grab_pages_for_write() 1060 wc->w_num_pages = end_index - start; in ocfs2_grab_pages_for_write() 1065 end_index = (user_pos + user_len - 1) >> PAGE_SHIFT; in ocfs2_grab_pages_for_write() 1070 if (index >= target_index && index <= end_index && in ocfs2_grab_pages_for_write() 1090 } else if (index >= target_index && index <= end_index && in ocfs2_grab_pages_for_write()
|