/lib/ |
A D | iommu-helper.c | 11 unsigned long shift, unsigned long boundary_size, in iommu_area_alloc()
|
A D | xarray.c | 158 unsigned int shift = xas->xa_node->shift; in xas_move_index() local 362 static void *xas_alloc(struct xa_state *xas, unsigned int shift) in xas_alloc() 571 unsigned int shift = 0; in xas_expand() local 653 int shift; in xas_create() local 715 unsigned char shift = xas->xa_shift; in xas_create_range() local 1826 unsigned int shift = 0; in xas_set_range() local 2426 void xa_dump_index(unsigned long index, unsigned int shift) in xa_dump_index() 2436 void xa_dump_entry(const void *entry, unsigned long index, unsigned long shift) in xa_dump_entry() 2472 unsigned int shift = 0; in xa_dump() local
|
A D | rhashtable.c | 77 const unsigned int shift = PAGE_SHIFT - ilog2(sizeof(void *)); in nested_table_free() local 152 const unsigned int shift = PAGE_SHIFT - ilog2(sizeof(void *)); in nested_bucket_table_alloc() local 1191 const unsigned int shift = PAGE_SHIFT - ilog2(sizeof(void *)); in __rht_bucket_nested() local 1231 const unsigned int shift = PAGE_SHIFT - ilog2(sizeof(void *)); in rht_bucket_nested_insert() local
|
A D | radix-tree.c | 211 static inline unsigned long shift_maxindex(unsigned int shift) in shift_maxindex() 235 unsigned int shift, unsigned int offset, in radix_tree_node_alloc() 409 unsigned long index, unsigned int shift) in radix_tree_extend() 605 unsigned int shift, offset = 0; in __radix_tree_create() local 1483 unsigned int shift, offset = 0; in idr_get_free() local
|
A D | ts_bm.c | 85 int shift = bm->patlen - 1; in bm_find() local
|
A D | sort.c | 200 size_t shift = 0; in __sort_r() local
|
A D | sbitmap.c | 101 int sbitmap_init_node(struct sbitmap *sb, unsigned int depth, int shift, in sbitmap_init_node() 449 int shift, bool round_robin, gfp_t flags, int node) in sbitmap_queue_init_node()
|
A D | bitmap.c | 93 unsigned shift, unsigned nbits) in __bitmap_shift_right() 138 unsigned int shift, unsigned int nbits) in __bitmap_shift_left()
|
A D | idr.c | 637 unsigned int shift = node->shift + IDA_CHUNK_SHIFT + in ida_dump_entry() local
|
A D | assoc_array.c | 260 int shift = shortcut->skip_to_level & ASSOC_ARRAY_KEY_CHUNK_MASK; in assoc_array_walk() local
|
A D | vsprintf.c | 510 int shift = 3; in number() local 2055 int shift; member 2807 unsigned int shift = 32 - size*8; in convert_num_spec() local
|
A D | test_maple_tree.c | 2990 int loop, shift; in check_empty_area_fill() local
|
A D | maple_tree.c | 504 unsigned long shift; in mas_set_parent() local 1803 unsigned char shift) in mab_shift_right() 2974 unsigned char shift, b_end = ++b_node->b_end; in mas_rebalance() local
|
/lib/zstd/compress/ |
A D | zstd_compress_literals.c | 123 { int const shift = MIN(9-(int)strategy, 3); in ZSTD_minLiteralsToCompress() local
|
A D | zstd_compress_sequences.c | 143 unsigned const shift = 8 - accuracyLog; in ZSTD_crossEntropyCost() local
|
A D | zstd_opt.c | 106 ZSTD_downscaleStats(unsigned* table, U32 lastEltIndex, U32 shift, base_directive_e base1) in ZSTD_downscaleStats()
|
/lib/math/ |
A D | div64.c | 223 int shift = __builtin_ctzll(c); in mul_u64_u64_div_u64() local
|
/lib/vdso/ |
A D | gettimeofday.c | 33 static __always_inline u64 vdso_shift_ns(u64 ns, u32 shift) in vdso_shift_ns()
|
/lib/tests/ |
A D | printf_kunit.c | 576 int shift; member
|
/lib/reed_solomon/ |
A D | test_rslib.c | 87 int shift; member
|