/lib/ |
A D | kasprintf.c | 15 char *kvasprintf(gfp_t gfp, const char *fmt, va_list ap) in kvasprintf() 43 const char *kvasprintf_const(gfp_t gfp, const char *fmt, va_list ap) in kvasprintf_const() 53 char *kasprintf(gfp_t gfp, const char *fmt, ...) in kasprintf()
|
A D | memregion.c | 9 int memregion_alloc(gfp_t gfp) in memregion_alloc()
|
A D | idr.c | 34 unsigned long max, gfp_t gfp) in idr_alloc_u32() 79 int idr_alloc(struct idr *idr, void *ptr, int start, int end, gfp_t gfp) in idr_alloc() 117 int idr_alloc_cyclic(struct idr *idr, void *ptr, int start, int end, gfp_t gfp) in idr_alloc_cyclic() 381 gfp_t gfp) in ida_alloc_range()
|
A D | flex_proportions.c | 38 int fprop_global_init(struct fprop_global *p, gfp_t gfp) in fprop_global_init() 91 int fprop_local_init_percpu(struct fprop_local_percpu *pl, gfp_t gfp) in fprop_local_init_percpu()
|
A D | xarray.c | 301 bool xas_nomem(struct xa_state *xas, gfp_t gfp) in xas_nomem() 328 static bool __xas_nomem(struct xa_state *xas, gfp_t gfp) in __xas_nomem() 373 gfp_t gfp = GFP_NOWAIT | __GFP_NOWARN; in xas_alloc() local 1046 gfp_t gfp) in xas_split_alloc() 1182 gfp_t gfp = GFP_NOWAIT; in xas_try_split() local 1729 void *xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in xa_store() 1764 void *old, void *entry, gfp_t gfp) in __xa_cmpxchg() 1771 void *old, void *entry, gfp_t gfp) in __xa_cmpxchg_raw() 1873 unsigned long last, void *entry, gfp_t gfp) in xa_store_range() 1986 struct xa_limit limit, gfp_t gfp) in __xa_alloc() [all …]
|
A D | test_free_pages.c | 14 static void test_free_pages(gfp_t gfp) in test_free_pages()
|
A D | bucket_locks.c | 15 size_t max_size, unsigned int cpu_mult, gfp_t gfp, in __alloc_bucket_spinlocks()
|
A D | argv_split.c | 60 char **argv_split(gfp_t gfp, const char *str, int *argcp) in argv_split()
|
A D | string_helpers.c | 651 char *kstrdup_quotable(const char *src, gfp_t gfp) in kstrdup_quotable() 679 char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp) in kstrdup_quotable_cmdline() 712 char *kstrdup_quotable_file(struct file *file, gfp_t gfp) in kstrdup_quotable_file() 738 char *kstrdup_and_replace(const char *src, char old, char new, gfp_t gfp) in kstrdup_and_replace() 762 char **kasprintf_strarray(gfp_t gfp, const char *prefix, size_t n) in kasprintf_strarray()
|
A D | btree.c | 92 static unsigned long *btree_node_alloc(struct btree_head *head, gfp_t gfp) in btree_node_alloc() 409 gfp_t gfp) in btree_grow() 445 gfp_t gfp) in btree_insert_level() 506 unsigned long *key, void *val, gfp_t gfp) in btree_insert() 635 struct btree_geo *geo, gfp_t gfp) in btree_merge()
|
A D | objpool.c | 119 gfp_t gfp, void *context, objpool_init_obj_cb objinit, in objpool_init()
|
A D | maple_tree.c | 4367 unsigned long *next, gfp_t gfp) in mas_alloc_cyclic() 6282 bool mas_nomem(struct ma_state *mas, gfp_t gfp) in mas_nomem() 6360 unsigned long last, void *entry, gfp_t gfp) in mtree_store_range() 6391 gfp_t gfp) in mtree_store() 6409 unsigned long last, void *entry, gfp_t gfp) in mtree_insert_range() 6446 gfp_t gfp) in mtree_insert() 6454 unsigned long max, gfp_t gfp) in mtree_alloc_range() 6516 unsigned long *next, gfp_t gfp) in mtree_alloc_cyclic() 6536 unsigned long max, gfp_t gfp) in mtree_alloc_rrange() 6676 gfp_t gfp) in mas_dup_alloc() [all …]
|
A D | percpu-refcount.c | 64 unsigned int flags, gfp_t gfp) in percpu_ref_init()
|
A D | percpu_counter.c | 189 gfp_t gfp, u32 nr_counters, in __percpu_counter_init_many()
|
A D | radix-tree.c | 408 static int radix_tree_extend(struct radix_tree_root *root, gfp_t gfp, in radix_tree_extend() 607 gfp_t gfp = root_gfp_mask(root); in __radix_tree_create() local 1477 struct radix_tree_iter *iter, gfp_t gfp, in idr_get_free()
|
A D | test_objpool.c | 288 gfp_t gfp = GFP_KERNEL; in ot_init_sync_m0() local 454 gfp_t gfp = GFP_KERNEL; in ot_init_async_m0() local
|
A D | rhashtable.c | 150 gfp_t gfp) in nested_bucket_table_alloc() 179 gfp_t gfp) in bucket_table_alloc()
|
A D | test_xarray.c | 40 static void *xa_store_index(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_store_index() 51 static void xa_alloc_index(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_alloc_index() 72 unsigned order, void *entry, gfp_t gfp) in xa_store_order()
|
A D | scatterlist.c | 591 gfp_t gfp, unsigned int *nent_p) in sgl_alloc_order() 643 struct scatterlist *sgl_alloc(unsigned long long length, gfp_t gfp, in sgl_alloc()
|
A D | ref_tracker.c | 255 gfp_t gfp) in ref_tracker_alloc()
|
/lib/kunit/ |
A D | string-stream.c | 17 static struct string_stream_fragment *alloc_string_stream_fragment(int len, gfp_t gfp) in alloc_string_stream_fragment() 157 struct string_stream *alloc_string_stream(gfp_t gfp) in alloc_string_stream() 190 struct string_stream *kunit_alloc_string_stream(struct kunit *test, gfp_t gfp) in kunit_alloc_string_stream()
|
A D | string-stream.h | 26 gfp_t gfp; member
|
A D | test.c | 929 const char *kunit_kstrdup_const(struct kunit *test, const char *str, gfp_t gfp) in kunit_kstrdup_const()
|
/lib/reed_solomon/ |
A D | reed_solomon.c | 71 int fcr, int prim, int nroots, gfp_t gfp) in codec_init() 215 int prim, int nroots, gfp_t gfp) in init_rs_internal() 289 int nroots, gfp_t gfp) in init_rs_gfp()
|
/lib/tests/ |
A D | printf_kunit.c | 638 gfp_t gfp; in flags() local
|