| /lib/ |
| 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
|
| 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
|
| D | test_maple_tree.c | 228 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 …]
|
| D | xarray.c | 416 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()
|
| 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()
|
| D | maple_tree.c | 1058 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 …]
|
| D | test_objpool.c | 288 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
|
| D | rbtree_test.c | 225 u32 subtree, max = node->val; in check_augmented() local
|
| 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 1136 unsigned int max = (2 << i) - 1; in check_store_iter() local
|
| D | radix-tree.c | 606 unsigned long max = index; in __radix_tree_create() local 1478 unsigned long max) in idr_get_free()
|
| D | string.c | 110 size_t max = count; in sized_strscpy() local
|
| D | kfifo.c | 380 unsigned int max = (1 << (recsize << 3)) - 1; in __kfifo_max_r() local
|
| D | objagg.c | 228 unsigned int min, max; in objagg_obj_root_id_alloc() local
|
| D | test_kmod.c | 905 unsigned int max) in test_dev_config_update_uint_range()
|
| /lib/zstd/compress/ |
| D | zstd_compress_sequences.c | 70 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()
|
| D | hist.c | 75 unsigned max=0; in HIST_count_parallel_wksp() local
|
| D | fse_compress.c | 291 int const max = (2*threshold-1) - remaining; in FSE_writeNCount_generic() local
|
| D | zstd_compress_superblock.c | 337 unsigned max = maxCode; in ZSTD_estimateSubBlockSize_symbolType() local
|
| /lib/zlib_inflate/ |
| D | inftrees.c | 28 unsigned min, max; /* minimum and maximum code lengths */ in zlib_inflate_table() local
|
| /lib/math/ |
| D | prime_numbers.c | 262 static int selftest(unsigned long max) in selftest()
|
| /lib/kunit/ |
| D | executor.c | 162 const size_t max = suite_set->end - suite_set->start; in kunit_filter_suites() local
|
| D | attributes.c | 115 const char * const str_list[], int max) in attr_enum_filter()
|
| /lib/zstd/common/ |
| D | entropy_common.c | 149 int const max = (2*threshold-1) - remaining; in FSE_readNCount_body() local
|
| D | zstd_internal.h | 51 #define BOUNDED(min,val,max) (MAX(min,MIN(val,max))) argument
|
| /lib/zstd/decompress/ |
| D | zstd_decompress_block.c | 606 symbolEncodingType_e type, unsigned max, U32 maxLog, in ZSTD_buildSeqTable() 1961 U32 const max = 1 << tableLog; local
|