/lib/ |
A D | strnlen_user.c | 23 …_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 D | strncpy_from_user.c | 29 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 D | test_maple_tree.c | 228 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 D | idr.c | 34 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 D | xarray.c | 418 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 D | maple_tree.c | 1069 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 D | test_objpool.c | 287 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 D | test_xarray.c | 354 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 D | rbtree_test.c | 226 u32 subtree, max = node->val; in check_augmented() local
|
A D | radix-tree.c | 606 unsigned long max = index; in __radix_tree_create() local 1478 unsigned long max) in idr_get_free()
|
A D | string.c | 116 size_t max = count; in sized_strscpy() local
|
A D | kfifo.c | 380 unsigned int max = (1 << (recsize << 3)) - 1; in __kfifo_max_r() local
|
A D | objagg.c | 228 unsigned int min, max; in objagg_obj_root_id_alloc() local
|
A D | test_kmod.c | 910 unsigned int max) in test_dev_config_update_uint_range()
|
/lib/zstd/compress/ |
A D | zstd_compress_sequences.c | 71 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 D | hist.c | 86 unsigned max=0; in HIST_count_parallel_wksp() local
|
A D | fse_compress.c | 293 int const max = (2*threshold-1) - remaining; in FSE_writeNCount_generic() local
|
A D | zstd_compress_superblock.c | 343 unsigned max = maxCode; in ZSTD_estimateSubBlockSize_symbolType() local
|
/lib/math/tests/ |
A D | prime_numbers_kunit.c | 21 const unsigned long max = 65536; in prime_numbers_test() local
|
/lib/zlib_inflate/ |
A D | inftrees.c | 28 unsigned min, max; /* minimum and maximum code lengths */ in zlib_inflate_table() local
|
/lib/kunit/ |
A D | executor.c | 178 const size_t max = suite_set->end - suite_set->start; in kunit_filter_suites() local
|
A D | attributes.c | 115 const char * const str_list[], int max) in attr_enum_filter()
|
/lib/zstd/common/ |
A D | entropy_common.c | 133 int const max = (2*threshold-1) - remaining; in FSE_readNCount_body() local
|
A D | zstd_internal.h | 50 #define BOUNDED(min,val,max) (MAX(min,MIN(val,max))) argument
|
/lib/zstd/decompress/ |
A D | zstd_decompress_block.c | 649 SymbolEncodingType_e type, unsigned max, U32 maxLog, in ZSTD_buildSeqTable() 2024 U32 const max = 1 << tableLog; in ZSTD_getOffsetInfo() local
|