/lib/ |
D | find_bit.c | 68 unsigned long offset) in find_next_bit() 77 unsigned long offset) in find_next_zero_bit() 87 unsigned long offset) in find_next_and_bit() 200 long size, unsigned long offset) in find_next_zero_bit_le() 209 long size, unsigned long offset) in find_next_bit_le()
|
D | radix-tree.c | 97 unsigned int offset = (index >> parent->shift) & RADIX_TREE_MAP_MASK; in radix_tree_descend() local 110 int offset) in tag_set() 116 int offset) in tag_clear() 122 int offset) in tag_get() 190 unsigned long offset) in radix_tree_find_next_bit() 232 unsigned long offset) in next_index() 244 unsigned int shift, unsigned int offset, in radix_tree_node_alloc() 614 unsigned int shift, offset = 0; in __radix_tree_create() local 667 unsigned offset = 0; in radix_tree_free_nodes() local 730 unsigned offset = get_slot_offset(node, slot); in radix_tree_insert() local [all …]
|
D | pci_iomap.c | 30 unsigned long offset, in pci_iomap_range() 70 unsigned long offset, in pci_iomap_wc_range()
|
D | generic-radix-tree.c | 54 void *__genradix_ptr(struct __genradix *radix, size_t offset) in __genradix_ptr() 104 void *__genradix_ptr_alloc(struct __genradix *radix, size_t offset, in __genradix_ptr_alloc() 220 size_t offset; in __genradix_prealloc() local
|
D | xarray.c | 84 unsigned int offset, xa_mark_t mark) in node_get_mark() 90 static inline bool node_set_mark(struct xa_node *node, unsigned int offset, in node_set_mark() 97 static inline bool node_clear_mark(struct xa_node *node, unsigned int offset, in node_clear_mark() 153 static void xas_move_index(struct xa_state *xas, unsigned long offset) in xas_move_index() 203 unsigned int offset = get_offset(xas->xa_index, node); in xas_descend() local 521 unsigned int offset = 0; in xas_free_nodes() local 659 unsigned int offset = xas->xa_offset; in xas_create() local 773 unsigned int offset, max; in xas_store() local 873 unsigned int offset = xas->xa_offset; in xas_set_mark() local 902 unsigned int offset = xas->xa_offset; in xas_clear_mark() local [all …]
|
D | devres.c | 25 static void __iomem *__devm_ioremap(struct device *dev, resource_size_t offset, in __devm_ioremap() 64 void __iomem *devm_ioremap(struct device *dev, resource_size_t offset, in devm_ioremap() 80 void __iomem *devm_ioremap_nocache(struct device *dev, resource_size_t offset, in devm_ioremap_nocache() 95 void __iomem *devm_ioremap_wc(struct device *dev, resource_size_t offset, in devm_ioremap_wc()
|
D | packing.c | 11 static int get_le_offset(int offset) in get_le_offset() 20 static int get_reverse_lsw32_offset(int offset, size_t len) in get_reverse_lsw32_offset()
|
D | scatterlist.c | 390 unsigned int n_pages, unsigned int offset, in __sg_alloc_table_from_pages() 465 unsigned int n_pages, unsigned int offset, in sg_alloc_table_from_pages() 726 bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset) in sg_miter_skip() 843 unsigned int offset = 0; in sg_copy_buffer() local 958 unsigned int offset = 0; in sg_zero_buffer() local
|
D | iov_iter.c | 156 static size_t copy_page_to_iter_iovec(struct page *page, size_t offset, size_t bytes, in copy_page_to_iter_iovec() 240 static size_t copy_page_from_iter_iovec(struct page *page, size_t offset, size_t bytes, in copy_page_from_iter_iovec() 367 static size_t copy_page_to_iter_pipe(struct page *page, size_t offset, size_t bytes, in copy_page_to_iter_pipe() 457 static void memcpy_from_page(char *to, struct page *page, size_t offset, size_t len) in memcpy_from_page() 464 static void memcpy_to_page(struct page *page, size_t offset, const char *from, size_t len) in memcpy_to_page() 471 static void memzero_page(struct page *page, size_t offset, size_t len) in memzero_page() 631 static unsigned long memcpy_mcsafe_to_page(struct page *page, size_t offset, in memcpy_mcsafe_to_page() 863 static inline bool page_copy_sane(struct page *page, size_t offset, size_t n) in page_copy_sane() 887 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes, in copy_page_to_iter() 906 size_t copy_page_from_iter(struct page *page, size_t offset, size_t bytes, in copy_page_from_iter() [all …]
|
D | stackdepot.c | 54 u32 offset : STACK_ALLOC_OFFSET_BITS; member 202 size_t offset = parts.offset << STACK_ALLOC_ALIGN; in stack_depot_fetch() local
|
D | sbitmap.c | 291 static inline void emit_byte(struct seq_file *m, unsigned int offset, u8 byte) in emit_byte() 307 unsigned int offset = 0; in sbitmap_bitmap_show() local
|
D | error-inject.c | 63 unsigned long entry, offset = 0, size = 0; in populate_error_injection_list() local
|
D | test_kasan.c | 348 unsigned long offset; in kfree_via_page() local
|
D | decompress_unlzma.c | 394 int offset; in process_bit1() local
|
D | test_firmware.c | 109 size_t size, loff_t *offset) in test_fw_misc_read()
|
D | test_xarray.c | 1113 unsigned long offset, index; in check_find_entry() local
|
/lib/lzo/ |
D | lzo1x_decompress_safe.c | 79 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/zstd/ |
D | zstd_opt.h | 142 …getPrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 offset, U32 matchLength… in ZSTD_getPrice() 165 …atePrice(seqStore_t *seqStorePtr, U32 litLength, const BYTE *literals, U32 offset, U32 matchLength) in ZSTD_updatePrice() 426 U32 offset, rep[ZSTD_REP_NUM]; in ZSTD_compressBlock_opt_generic() local 725 U32 offset, rep[ZSTD_REP_NUM]; in ZSTD_compressBlock_opt_extDict_generic() local
|
D | compress.c | 1048 U32 offset; in ZSTD_compressBlock_fast_generic() local 1162 U32 offset; in ZSTD_compressBlock_fast_extDict_generic() local 1299 U32 offset; in ZSTD_compressBlock_doubleFast_generic() local 1445 U32 offset; in ZSTD_compressBlock_doubleFast_extDict_generic() local 1462 U32 offset; in ZSTD_compressBlock_doubleFast_extDict_generic() local 1928 size_t offset = 0; in ZSTD_compressBlock_lazy_generic() local 2089 size_t offset = 0; in ZSTD_compressBlock_lazy_extDict_generic() local
|
D | zstd_internal.h | 173 U32 offset; member
|
D | decompress.c | 864 size_t offset; member 957 size_t offset; in ZSTD_decodeSequence() local 1189 size_t offset; in ZSTD_decodeSequenceLong_generic() local
|
/lib/842/ |
D | 842_decompress.c | 165 u64 index, offset, total = round_down(p->out - p->ostart, 8); in __do_index() local
|
/lib/zlib_inflate/ |
D | inflate.h | 93 unsigned offset; /* distance back to copy string from */ member
|
/lib/xz/ |
D | xz_dec_lzma2.c | 322 size_t offset = dict->pos - dist - 1; in dict_get() local 587 uint32_t offset; in lzma_literal() local
|
/lib/lz4/ |
D | lz4_decompress.c | 124 size_t offset; in LZ4_decompress_generic() local
|