Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 28) sorted by relevance

12

/lib/
A Dstrnlen_user.c23 …_always_inline long do_strnlen_user(const char __user *src, unsigned long count, unsigned long max) in do_strnlen_user()
111 unsigned long max = max_addr - src_addr; in strnlen_user() local
A Dstrncpy_from_user.c29 unsigned long count, unsigned long max) in do_strncpy_from_user()
138 unsigned long max = max_addr - src_addr; in strncpy_from_user() local
A Dtest_maple_tree.c228 unsigned long max, bool verbose) in check_rev_seq()
391 unsigned long max; in check_find() local
1789 int i, max = 4000; in check_node_overwrite() local
1818 int i, overwrite = 76, max = 240, count = 20000000; in bench_node_store() local
1837 int i, max = 2500, count = 50000000; in bench_awalk() local
1854 int i, max = 2500, count = 550000000; in bench_walk() local
1871 int i, max = 2500, count = 550000000; in bench_load() local
1885 unsigned long max = 2500, index = 0; in bench_mt_for_each() local
1909 unsigned long max = 2500; in bench_mas_for_each() local
1939 unsigned long max = 2500; in bench_mas_prev() local
[all …]
A Didr.c34 unsigned long max, gfp_t gfp) in idr_alloc_u32()
120 int err, max = end > 0 ? end - 1 : INT_MAX; in idr_alloc_cyclic() local
380 int ida_alloc_range(struct ida *ida, unsigned int min, unsigned int max, in ida_alloc_range()
491 int ida_find_first_range(struct ida *ida, unsigned int min, unsigned int max) in ida_find_first_range()
A Dxarray.c418 unsigned long max = xas->xa_index; in xas_max() local
572 unsigned long max = xas_max(xas); in xas_expand() local
787 unsigned int offset, max; in xas_store() local
1393 void *xas_find(struct xa_state *xas, unsigned long max) in xas_find()
1462 void *xas_find_marked(struct xa_state *xas, unsigned long max, xa_mark_t mark) in xas_find_marked()
2190 unsigned long max, xa_mark_t filter) in xa_find()
2240 unsigned long max, xa_mark_t filter) in xa_find_after()
2271 unsigned long max, unsigned int n) in xas_extract_present()
2290 unsigned long max, unsigned int n, xa_mark_t mark) in xas_extract_marked()
2337 unsigned long max, unsigned int n, xa_mark_t filter) in xa_extract()
A Dmaple_tree.c1069 unsigned long min, max; in mas_ascend() local
2765 unsigned long max, min; in mtree_range_walk() local
3491 unsigned long max = wr_mas->r_max; in mas_is_span_wr() local
4440 unsigned long max; in mas_prev_node() local
4597 unsigned long max) in mas_next_node()
4784 unsigned long max, min; in mas_rev_awalk() local
5075 unsigned long max, unsigned long size) in mas_empty_area()
5129 unsigned long max, unsigned long size) in mas_empty_area_rev()
6454 unsigned long max, gfp_t gfp) in mtree_alloc_range()
6536 unsigned long max, gfp_t gfp) in mtree_alloc_rrange()
[all …]
A Dtest_objpool.c287 int max = num_possible_cpus() << 3; in ot_init_sync_m0() local
453 int max = num_possible_cpus() << 3; in ot_init_async_m0() local
A Dtest_xarray.c354 unsigned long max = (1UL << order) - 1; in check_xa_shrink() local
589 unsigned long max = min + (1UL << order); in check_multi_store_1() local
1149 unsigned int max = (2 << i) - 1; in check_store_iter() local
A Drbtree_test.c226 u32 subtree, max = node->val; in check_augmented() local
A Dradix-tree.c606 unsigned long max = index; in __radix_tree_create() local
1478 unsigned long max) in idr_get_free()
A Dstring.c116 size_t max = count; in sized_strscpy() local
A Dkfifo.c380 unsigned int max = (1 << (recsize << 3)) - 1; in __kfifo_max_r() local
A Dobjagg.c228 unsigned int min, max; in objagg_obj_root_id_alloc() local
A Dtest_kmod.c910 unsigned int max) in test_dev_config_update_uint_range()
/lib/zstd/compress/
A Dzstd_compress_sequences.c71 static size_t ZSTD_NCountCost(unsigned const* count, unsigned const max, in ZSTD_NCountCost()
85 static size_t ZSTD_entropyCost(unsigned const* count, unsigned const max, size_t const total) in ZSTD_entropyCost()
108 unsigned const max) in ZSTD_fseBitCost()
141 unsigned const* count, unsigned const max) in ZSTD_crossEntropyCost()
159 FSE_repeat* repeatMode, unsigned const* count, unsigned const max, in ZSTD_selectEncodingType()
246 unsigned* count, U32 max, in ZSTD_buildCTable()
A Dhist.c86 unsigned max=0; in HIST_count_parallel_wksp() local
A Dfse_compress.c293 int const max = (2*threshold-1) - remaining; in FSE_writeNCount_generic() local
A Dzstd_compress_superblock.c343 unsigned max = maxCode; in ZSTD_estimateSubBlockSize_symbolType() local
/lib/math/tests/
A Dprime_numbers_kunit.c21 const unsigned long max = 65536; in prime_numbers_test() local
/lib/zlib_inflate/
A Dinftrees.c28 unsigned min, max; /* minimum and maximum code lengths */ in zlib_inflate_table() local
/lib/kunit/
A Dexecutor.c178 const size_t max = suite_set->end - suite_set->start; in kunit_filter_suites() local
A Dattributes.c115 const char * const str_list[], int max) in attr_enum_filter()
/lib/zstd/common/
A Dentropy_common.c133 int const max = (2*threshold-1) - remaining; in FSE_readNCount_body() local
A Dzstd_internal.h50 #define BOUNDED(min,val,max) (MAX(min,MIN(val,max))) argument
/lib/zstd/decompress/
A Dzstd_decompress_block.c649 SymbolEncodingType_e type, unsigned max, U32 maxLog, in ZSTD_buildSeqTable()
2024 U32 const max = 1 << tableLog; in ZSTD_getOffsetInfo() local

Completed in 59 milliseconds

12