Searched defs:last_index (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/tools/perf/util/
H A Dpstack.c42 unsigned short i = pstack->top, last_index = pstack->top - 1; local
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_tcp.h23 u_int8_t last_index; /* Index of the last packet */ member in struct:ip_ct_tcp
/linux-master/lib/
H A Dinterval_tree.c43 interval_tree_span_iter_first(struct interval_tree_span_iter *iter, struct rb_root_cached *itree, unsigned long first_index, unsigned long last_index) argument
[all...]
H A Dtest_maple_tree.c2059 unsigned long last_index; local
/linux-master/include/linux/
H A Dinterval_tree.h53 unsigned long last_index; member in struct:interval_tree_span_iter
/linux-master/fs/ocfs2/
H A Dmmap.c55 pgoff_t last_index; local
/linux-master/drivers/dma/
H A Dof-dma.c259 static atomic_t last_index; local
/linux-master/tools/testing/radix-tree/
H A Dtag_check.c137 unsigned long last_index = 0; local
/linux-master/fs/verity/
H A Dread_metadata.c22 pgoff_t index, last_index; local
/linux-master/drivers/cpufreq/
H A Dcpufreq_stats.c20 unsigned int last_index; member in struct:cpufreq_stats
/linux-master/kernel/trace/
H A Dtrace_printk.c269 int last_index; local
/linux-master/tools/testing/selftests/arm64/mte/
H A Dcheck_buffer_fill.c67 int i, j, item, last_index; local
162 int i, j, item, last_index; local
[all...]
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_soft.c335 static int last_index; variable
/linux-master/fs/ufs/
H A Dballoc.c248 pgoff_t index, cur_index, last_index; local
/linux-master/drivers/acpi/
H A Dacpi_processor.c820 int last_index = 0; local
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.h81 u8 last_index; member in struct:tid_flow_state
/linux-master/drivers/iommu/iommufd/
H A Ddevice.c1063 unsigned long last_index = iopt_area_iova_to_index(area, last); local
H A Dpages.c131 interval_tree_double_span_iter_first( struct interval_tree_double_span_iter *iter, struct rb_root_cached *itree1, struct rb_root_cached *itree2, unsigned long first_index, unsigned long last_index) argument
181 iopt_pages_err_unpin(struct iopt_pages *pages, unsigned long start_index, unsigned long last_index, struct page **page_list) argument
237 iopt_area_unmap_domain_range(struct iopt_area *area, struct iommu_domain *domain, unsigned long start_index, unsigned long last_index) argument
375 batch_from_domain(struct pfn_batch *batch, struct iommu_domain *domain, struct iopt_area *area, unsigned long start_index, unsigned long last_index) argument
402 raw_pages_from_domain(struct iommu_domain *domain, struct iopt_area *area, unsigned long start_index, unsigned long last_index, struct page **out_pages) argument
426 batch_from_domain_continue(struct pfn_batch *batch, struct iommu_domain *domain, struct iopt_area *area, unsigned long start_index, unsigned long last_index) argument
519 batch_from_xarray(struct pfn_batch *batch, struct xarray *xa, unsigned long start_index, unsigned long last_index) argument
540 batch_from_xarray_clear(struct pfn_batch *batch, struct xarray *xa, unsigned long start_index, unsigned long last_index) argument
563 clear_xarray(struct xarray *xa, unsigned long start_index, unsigned long last_index) argument
575 pages_to_xarray(struct xarray *xa, unsigned long start_index, unsigned long last_index, struct page **pages) argument
736 pfn_reader_user_pin(struct pfn_reader_user *user, struct iopt_pages *pages, unsigned long start_index, unsigned long last_index) argument
942 unsigned long last_index; member in struct:pfn_reader
1062 pfn_reader_init(struct pfn_reader *pfns, struct iopt_pages *pages, unsigned long start_index, unsigned long last_index) argument
1121 pfn_reader_first(struct pfn_reader *pfns, struct iopt_pages *pages, unsigned long start_index, unsigned long last_index) argument
1197 iopt_area_unpin_domain(struct pfn_batch *batch, struct iopt_area *area, struct iopt_pages *pages, struct iommu_domain *domain, unsigned long start_index, unsigned long last_index, unsigned long *unmapped_end_index, unsigned long real_last_index) argument
1257 __iopt_area_unfill_domain(struct iopt_area *area, struct iopt_pages *pages, struct iommu_domain *domain, unsigned long last_index) argument
1542 iopt_pages_unfill_xarray(struct iopt_pages *pages, unsigned long start_index, unsigned long last_index) argument
1590 iopt_pages_fill_from_xarray(struct iopt_pages *pages, unsigned long start_index, unsigned long last_index, struct page **out_pages) argument
1610 iopt_pages_fill_from_domain(struct iopt_pages *pages, unsigned long start_index, unsigned long last_index, struct page **out_pages) argument
1632 iopt_pages_fill_from_mm(struct iopt_pages *pages, struct pfn_reader_user *user, unsigned long start_index, unsigned long last_index, struct page **out_pages) argument
1671 iopt_pages_fill_xarray(struct iopt_pages *pages, unsigned long start_index, unsigned long last_index, struct page **out_pages) argument
1743 iopt_pages_rw_slow(struct iopt_pages *pages, unsigned long start_index, unsigned long last_index, unsigned long offset, void *data, unsigned long length, unsigned int flags) argument
1835 unsigned long last_index = (start_byte + length - 1) / PAGE_SIZE; local
1915 iopt_area_add_access(struct iopt_area *area, unsigned long start_index, unsigned long last_index, struct page **out_pages, unsigned int flags) argument
1971 iopt_area_remove_access(struct iopt_area *area, unsigned long start_index, unsigned long last_index) argument
[all...]
/linux-master/fs/btrfs/
H A Ddefrag.c1172 unsigned long last_index = (start + len - 1) >> PAGE_SHIFT; local
1210 u64 last_index = (start + len - 1) >> PAGE_SHIFT; local
H A Ddelayed-inode.c1687 btrfs_readdir_get_delayed_items(struct inode *inode, u64 last_index, struct list_head *ins_list, struct list_head *del_list) argument
H A Dctree.h448 u64 last_index; member in struct:btrfs_file_private
H A Drelocation.c2993 const unsigned long last_index = (cluster->end - offset) >> PAGE_SHIFT; local
3128 unsigned long last_index; local
H A Dfree-space-cache.c374 unsigned long last_index; local
/linux-master/fs/f2fs/
H A Dcompress.c1245 unsigned int last_index = cc->cluster_size - 1; local
/linux-master/mm/
H A Dfilemap.c2491 pgoff_t last_index; local
2472 filemap_readahead(struct kiocb *iocb, struct file *file, struct address_space *mapping, struct folio *folio, pgoff_t last_index) argument
4150 filemap_cachestat(struct address_space *mapping, pgoff_t first_index, pgoff_t last_index, struct cachestat *cs) argument
4285 pgoff_t first_index, last_index; local
[all...]

Completed in 641 milliseconds

12