Searched defs:order (Results 1 – 7 of 7) sorted by relevance
/lib/ |
D | test_xarray.c | 69 unsigned order, void *entry, gfp_t gfp) in xa_store_order() 174 unsigned int order; in check_xa_mark_1() local 303 unsigned int order; in check_xa_shrink() local 504 unsigned int order) in check_multi_store_1() 529 unsigned int order) in check_multi_store_2() 543 unsigned int order) in check_multi_store_3() 840 unsigned int order, unsigned int present) in __check_store_iter() 906 static noinline void check_multi_find_1(struct xarray *xa, unsigned order) in check_multi_find_1() 1112 unsigned int order; in check_find_entry() local 1280 unsigned long index, unsigned order) in xa_store_many_order() [all …]
|
D | genalloc.c | 244 int order = pool->min_alloc_order; in gen_pool_destroy() local 280 int order = pool->min_alloc_order; in gen_pool_alloc_algo_owner() local 489 int order = pool->min_alloc_order; in gen_pool_free_owner() local 667 int order; in gen_pool_first_fit_align() local 693 int order; in gen_pool_fixed_alloc() local
|
D | scatterlist.c | 487 unsigned int order, bool chainable, in sgl_alloc_order() 560 void sgl_free_n_order(struct scatterlist *sgl, int nents, int order) in sgl_free_n_order() 582 void sgl_free_order(struct scatterlist *sgl, int order) in sgl_free_order()
|
D | bitmap.c | 1032 static int __reg_op(unsigned long *bitmap, unsigned int pos, int order, int reg_op) in __reg_op() 1098 int bitmap_find_free_region(unsigned long *bitmap, unsigned int bits, int order) in bitmap_find_free_region() 1123 void bitmap_release_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_release_region() 1140 int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_allocate_region()
|
D | test_meminit.c | 63 static int __init do_alloc_pages_order(int order, int *total_failures) in do_alloc_pages_order()
|
D | xarray.c | 642 unsigned int order = xas->xa_shift; in xas_create() local 1569 unsigned int order = BITS_PER_LONG; in xa_store_range() local
|
/lib/zlib_inflate/ |
D | inflate.c | 332 static const unsigned short order[19] = /* permutation of code lengths */ in zlib_inflate() local
|