Home
last modified time | relevance | path

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

12

/lib/
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
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
Dtest_maple_tree.c228 unsigned long max, bool verbose) in check_rev_seq()
260 static noinline void __init check_seq(struct maple_tree *mt, unsigned long max, in check_seq()
391 unsigned long max; in check_find() local
1679 int i, max = 4000; in check_node_overwrite() local
1692 int i, brk = 105, max = 1040, brk_start = 100, count = 20000000; in bench_slot_store() local
1708 int i, overwrite = 76, max = 240, count = 20000000; in bench_node_store() local
1727 int i, max = 2500, count = 50000000; in bench_awalk() local
1744 int i, max = 2500, count = 550000000; in bench_walk() local
1761 int i, max = 2500, count = 550000000; in bench_load() local
1775 unsigned long max = 2500, index = 0; in bench_mt_for_each() local
[all …]
Dxarray.c416 unsigned long max = xas->xa_index; in xas_max() local
565 unsigned long max = xas_max(xas); in xas_expand() local
780 unsigned int offset, max; in xas_store() local
1253 void *xas_find(struct xa_state *xas, unsigned long max) in xas_find()
1322 void *xas_find_marked(struct xa_state *xas, unsigned long max, xa_mark_t mark) in xas_find_marked()
2047 unsigned long max, xa_mark_t filter) in xa_find()
2097 unsigned long max, xa_mark_t filter) in xa_find_after()
2128 unsigned long max, unsigned int n) in xas_extract_present()
2147 unsigned long max, unsigned int n, xa_mark_t mark) in xas_extract_marked()
2194 unsigned long max, unsigned int n, xa_mark_t filter) in xa_extract()
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()
Dmaple_tree.c1058 unsigned long min, max; in mas_ascend() local
1407 enum maple_type type, unsigned long *pivots, unsigned long max) in ma_data_end()
2748 unsigned long max, min; in mtree_range_walk() local
3466 unsigned long max = wr_mas->r_max; in mas_is_span_wr() local
4420 unsigned long max; in mas_prev_node() local
4580 unsigned long max) in mas_next_node()
4666 static void *mas_next_slot(struct ma_state *mas, unsigned long max, bool empty) in mas_next_slot()
4790 unsigned long max, min; in mas_rev_awalk() local
5053 unsigned long max, unsigned long size, bool fwd) in mas_sparse_area()
5085 unsigned long max, unsigned long size) in mas_empty_area()
[all …]
Dtest_objpool.c288 int max = num_possible_cpus() << 3; in ot_init_sync_m0() local
458 int max = num_possible_cpus() << 3; in ot_init_async_m0() local
Drbtree_test.c225 u32 subtree, max = node->val; in check_augmented() local
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
1136 unsigned int max = (2 << i) - 1; in check_store_iter() local
Dradix-tree.c606 unsigned long max = index; in __radix_tree_create() local
1478 unsigned long max) in idr_get_free()
Dstring.c110 size_t max = count; in sized_strscpy() local
Dkfifo.c380 unsigned int max = (1 << (recsize << 3)) - 1; in __kfifo_max_r() local
Dobjagg.c228 unsigned int min, max; in objagg_obj_root_id_alloc() local
Dtest_kmod.c905 unsigned int max) in test_dev_config_update_uint_range()
/lib/zstd/compress/
Dzstd_compress_sequences.c70 static size_t ZSTD_NCountCost(unsigned const* count, unsigned const max, in ZSTD_NCountCost()
84 static size_t ZSTD_entropyCost(unsigned const* count, unsigned const max, size_t const total) in ZSTD_entropyCost()
107 unsigned const max) in ZSTD_fseBitCost()
140 unsigned const* count, unsigned const max) in ZSTD_crossEntropyCost()
158 FSE_repeat* repeatMode, unsigned const* count, unsigned const max, in ZSTD_selectEncodingType()
245 unsigned* count, U32 max, in ZSTD_buildCTable()
Dhist.c75 unsigned max=0; in HIST_count_parallel_wksp() local
Dfse_compress.c291 int const max = (2*threshold-1) - remaining; in FSE_writeNCount_generic() local
Dzstd_compress_superblock.c337 unsigned max = maxCode; in ZSTD_estimateSubBlockSize_symbolType() local
/lib/zlib_inflate/
Dinftrees.c28 unsigned min, max; /* minimum and maximum code lengths */ in zlib_inflate_table() local
/lib/math/
Dprime_numbers.c262 static int selftest(unsigned long max) in selftest()
/lib/kunit/
Dexecutor.c162 const size_t max = suite_set->end - suite_set->start; in kunit_filter_suites() local
Dattributes.c115 const char * const str_list[], int max) in attr_enum_filter()
/lib/zstd/common/
Dentropy_common.c149 int const max = (2*threshold-1) - remaining; in FSE_readNCount_body() local
Dzstd_internal.h51 #define BOUNDED(min,val,max) (MAX(min,MIN(val,max))) argument
/lib/zstd/decompress/
Dzstd_decompress_block.c606 symbolEncodingType_e type, unsigned max, U32 maxLog, in ZSTD_buildSeqTable()
1961 U32 const max = 1 << tableLog; local

12