Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 44) sorted by relevance

12

/lib/
A Dradix-tree.c101 int offset) in tag_set()
107 int offset) in tag_clear()
113 int offset) in tag_get()
181 unsigned long offset) in radix_tree_find_next_bit()
223 unsigned long offset) in next_index()
605 unsigned int shift, offset = 0; in __radix_tree_create() local
658 unsigned offset = 0; in radix_tree_free_nodes() local
763 unsigned offset; in __radix_tree_lookup() local
977 unsigned offset; in radix_tree_tag_set() local
1034 int offset = 0; in radix_tree_tag_clear() local
[all …]
A Dgeneric-radix-tree.c12 void *__genradix_ptr(struct __genradix *radix, size_t offset) in __genradix_ptr()
22 void *__genradix_ptr_alloc(struct __genradix *radix, size_t offset, in __genradix_ptr_alloc()
213 size_t offset; in __genradix_prealloc() local
A Dxarray.c86 unsigned int offset, xa_mark_t mark) in node_get_mark()
533 unsigned int offset = 0; in xas_free_nodes() local
671 unsigned int offset = xas->xa_offset; in xas_create() local
787 unsigned int offset, max; in xas_store() local
887 unsigned int offset = xas->xa_offset; in xas_set_mark() local
916 unsigned int offset = xas->xa_offset; in xas_clear_mark() local
1089 unsigned int offset, marks; in xas_split() local
1178 unsigned int offset, marks; in xas_try_split() local
1284 unsigned long offset = xas->xa_offset; in xas_pause() local
1465 unsigned int offset; in xas_find_marked() local
[all …]
A Ddevres.c29 static void __iomem *__devm_ioremap(struct device *dev, resource_size_t offset, in __devm_ioremap()
72 void __iomem *devm_ioremap(struct device *dev, resource_size_t offset, in devm_ioremap()
87 void __iomem *devm_ioremap_uc(struct device *dev, resource_size_t offset, in devm_ioremap_uc()
102 void __iomem *devm_ioremap_wc(struct device *dev, resource_size_t offset, in devm_ioremap_wc()
A Diov_iter.c349 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes, in copy_page_to_iter()
460 size_t copy_folio_from_iter_atomic(struct folio *folio, size_t offset, in copy_folio_from_iter_atomic()
724 unsigned int offset, size_t count) in iov_iter_folio_queue()
1020 size_t offset = iov_offset, fsize = folioq_folio_size(folioq, slot); in iter_folioq_get_pages() local
1086 unsigned nr, offset, count; in iter_xarray_get_pages() local
1293 unsigned offset = i->iov_offset % PAGE_SIZE; in iov_iter_npages() local
1298 unsigned offset = (i->xarray_start + i->iov_offset) % PAGE_SIZE; in iov_iter_npages() local
1591 size_t extracted = 0, offset, slot = i->folioq_slot; in iov_iter_extract_folioq_pages() local
1652 unsigned int nr = 0, offset; in iov_iter_extract_xarray_pages() local
1765 size_t skip = i->iov_offset, offset, len, size; in iov_iter_extract_kvec_pages() local
[all …]
A Dfind_bit.c248 unsigned long size, unsigned long offset) in find_next_clump8()
277 unsigned long size, unsigned long offset) in _find_next_zero_bit_le()
286 unsigned long size, unsigned long offset) in _find_next_bit_le()
A Dmaple_tree.c831 unsigned char offset) in mas_slot()
1425 unsigned char offset; in ma_data_end() local
1456 unsigned char offset; in mas_data_end() local
1596 unsigned char offset; in mas_max_gap() local
1707 unsigned char offset; in mas_adopt_children() local
1727 unsigned char offset; in mas_put_in_tree() local
1770 unsigned char offset; in mas_find_child() local
2759 unsigned char offset; in mtree_range_walk() local
3651 unsigned char offset; in mtree_lookup_walk() local
4436 int offset, level; in mas_prev_node() local
[all …]
A Dscatterlist.c433 struct page **pages, unsigned int n_pages, unsigned int offset, in sg_alloc_append_table_from_pages()
557 unsigned int n_pages, unsigned int offset, in sg_alloc_table_from_pages_segment()
829 bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset) in sg_miter_skip()
947 unsigned int offset = 0; in sg_copy_buffer() local
1062 unsigned int offset = 0; in sg_zero_buffer() local
1260 size_t offset = iter->iov_offset; in extract_folioq_to_sg() local
1323 size_t offset, len; in extract_xarray_to_sg() local
A Dlogic_iomem.c72 static void __iomem *real_ioremap(phys_addr_t offset, size_t size) in real_ioremap()
86 void __iomem *ioremap(phys_addr_t offset, size_t size) in ioremap()
A Dsbitmap.c390 static inline void emit_byte(struct seq_file *m, unsigned int offset, u8 byte) in emit_byte()
406 unsigned int offset = 0; in sbitmap_bitmap_show() local
516 unsigned int *offset) in __sbitmap_queue_get_batch()
642 void sbitmap_queue_clear_batch(struct sbitmap_queue *sbq, int offset, in sbitmap_queue_clear_batch()
A Derror-inject.c70 unsigned long entry, offset = 0, size = 0; in populate_error_injection_list() local
A Dbootconfig.c183 int offset = node->data & ~XBC_VALUE; in xbc_node_get_data() local
412 unsigned long offset = data - xbc_data; in xbc_init_node() local
A Dtest_lockup.c436 static bool __maybe_unused test_magic(unsigned long addr, int offset, in test_magic()
/lib/tests/
A Dcmdline_kunit.c41 static void cmdline_do_one_test(struct kunit *test, const char *in, int rc, int offset) in cmdline_do_one_test()
61 int offset; in cmdline_test_noint() local
77 int offset; in cmdline_test_lead_int() local
95 int offset; in cmdline_test_tail_int() local
/lib/crypto/x86/
A Dsha256-avx2-asm.S207 offset = \disp + 1*4 define
258 offset = \disp + 2*4 define
308 offset = \disp + 3*4 define
413 offset = 4*1 + \disp define
453 offset = 4*2 + \disp define
493 offset = 4*3 + \disp define
A Dsha256-ssse3-asm.S334 offset = \round * 4 + _XFER define
A Dsha256-avx-asm.S327 offset = \round * 4 + _XFER # define
/lib/lzo/
A Dlzo1x_decompress_safe.c79 size_t offset; in lzo1x_decompress_safe() local
147 size_t offset; in lzo1x_decompress_safe() local
188 size_t offset; in lzo1x_decompress_safe() local
/lib/kunit/
A Duser_alloc.c22 unsigned long offset; member
94 unsigned long offset) in kunit_vm_mmap()
A Dstring-stream-test.c225 size_t offset, total_len; in string_stream_variable_length_line_test() local
463 int offset, i; in string_stream_performance_test() local
/lib/pldmfw/
A Dpldmfw.c25 size_t offset; member
65 pldm_check_fw_space(struct pldmfw_priv *data, size_t offset, size_t length) in pldm_check_fw_space()
451 u32 offset, size; in pldm_parse_components() local
/lib/crypto/tests/
A Dhash-test-template.h153 size_t total_len, offset; in test_hash_incremental_updates() local
246 size_t offset = HASH_SIZE + rand_offset(max_tested_len - len); in test_hash_overlaps() local
478 int offset; member
/lib/zstd/compress/
A Dzstd_double_fast.c128 U32 offset; in ZSTD_compressBlock_doubleFast_noDict_generic() local
387 U32 offset; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
674 U32 offset; in ZSTD_compressBlock_doubleFast_extDict_generic() local
687 U32 offset; in ZSTD_compressBlock_doubleFast_extDict_generic() local
A Dzstd_fast.c583 U32 const offset = (U32) (curr - dictMatchIndex - dictIndexDelta); in ZSTD_compressBlock_fast_dictMatchState_generic() local
601 U32 const offset = (U32) (ip0 - match); in ZSTD_compressBlock_fast_dictMatchState_generic() local
902 { U32 const offset = current0 - idx; in ZSTD_compressBlock_fast_extDict_generic() local
/lib/842/
A D842_decompress.c165 u64 index, offset, total = round_down(p->out - p->ostart, 8); in __do_index() local

Completed in 52 milliseconds

12