Home
last modified time | relevance | path

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

/lib/
Dstrnlen_user.c23 static inline long do_strnlen_user(const char __user *src, unsigned long count, unsigned long max) in do_strnlen_user()
102 unsigned long max = max_addr - src_addr; in strnlen_user() local
Dstrncpy_from_user.c28 unsigned long count, unsigned long max) in do_strncpy_from_user()
107 unsigned long max = max_addr - src_addr; in strncpy_from_user() local
Dxarray.c411 unsigned long max = xas->xa_index; in xas_max() local
560 unsigned long max = xas_max(xas); in xas_expand() local
773 unsigned int offset, max; in xas_store() local
1079 void *xas_find(struct xa_state *xas, unsigned long max) in xas_find()
1148 void *xas_find_marked(struct xa_state *xas, unsigned long max, xa_mark_t mark) in xas_find_marked()
1812 unsigned long max, xa_mark_t filter) in xa_find()
1861 unsigned long max, xa_mark_t filter) in xa_find_after()
1892 unsigned long max, unsigned int n) in xas_extract_present()
1911 unsigned long max, unsigned int n, xa_mark_t mark) in xas_extract_marked()
1958 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
379 int ida_alloc_range(struct ida *ida, unsigned int min, unsigned int max, in ida_alloc_range()
Dtest_xarray.c329 unsigned long max = (1UL << order) - 1; in check_xa_shrink() local
508 unsigned long max = min + (1UL << order); in check_multi_store_1() local
875 unsigned int max = (2 << i) - 1; in check_store_iter() local
Drbtree_test.c225 u32 subtree, max = node->val; in check_augmented() local
Dradix-tree.c615 unsigned long max = index; in __radix_tree_create() local
1487 unsigned long max) in idr_get_free()
Dkfifo.c384 unsigned int max = (1 << (recsize << 3)) - 1; in __kfifo_max_r() local
Dstring.c183 size_t max = count; in strscpy() local
Dobjagg.c225 unsigned int min, max; in objagg_obj_root_id_alloc() local
Dtest_kmod.c915 unsigned int max) in test_dev_config_update_uint_range()
/lib/zlib_inflate/
Dinftrees.c28 unsigned min, max; /* minimum and maximum code lengths */ in zlib_inflate_table() local
/lib/zstd/
Dentropy_common.c118 int const max = (2 * threshold - 1) - remaining; in FSE_readNCount() local
Dfse_compress.c263 int const max = (2 * threshold - 1) - remaining; in FSE_writeNCount_generic() local
329 unsigned max = 0; in FSE_count_simple() local
363 unsigned max = 0; in FSE_count_parallel_wksp() local
Dcompress.c150 #define CLAMPCHECK(val, min, max) \ in ZSTD_checkCParams() argument
652 U32 max = MaxLL; in ZSTD_compressSequences_internal() local
684 U32 max = MaxOff; in ZSTD_compressSequences_internal() local
716 U32 max = MaxML; in ZSTD_compressSequences_internal() local
Ddecompress.c752 …e *DTableSpace, const FSE_DTable **DTablePtr, symbolEncodingType_e type, U32 max, U32 maxLog, cons… in ZSTD_buildSeqTable()
/lib/math/
Dprime_numbers.c264 static int selftest(unsigned long max) in selftest()