Searched refs:flex_array_alloc (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/lib/ |
D | flex_array.c | 88 struct flex_array *flex_array_alloc(int element_size, unsigned int total, in flex_array_alloc() function 117 EXPORT_SYMBOL(flex_array_alloc);
|
/Linux-v4.19/include/linux/ |
D | flex_array.h | 73 struct flex_array *flex_array_alloc(int element_size, unsigned int total,
|
/Linux-v4.19/Documentation/core-api/ |
D | flexible-arrays.rst | 30 The creation of a flexible array is done with :c:func:`flex_array_alloc()`:: 34 struct flex_array *flex_array_alloc(int element_size,
|
/Linux-v4.19/Documentation/ |
D | flexible-arrays.txt | 36 struct flex_array *flex_array_alloc(int element_size,
|
/Linux-v4.19/net/openvswitch/ |
D | flow_table.c | 119 buckets = flex_array_alloc(sizeof(struct hlist_head), in alloc_buckets()
|
/Linux-v4.19/security/selinux/ss/ |
D | avtab.c | 332 h->htable = flex_array_alloc(sizeof(struct avtab_node *), nslot, in avtab_alloc()
|
D | policydb.c | 572 p->type_val_to_struct_array = flex_array_alloc(sizeof(struct type_datum *), in policydb_index() 588 p->sym_val_to_name[i] = flex_array_alloc(sizeof(char *), in policydb_index() 2523 p->type_attr_map_array = flex_array_alloc(sizeof(struct ebitmap), in policydb_read()
|
/Linux-v4.19/net/sctp/ |
D | stream.c | 46 result = flex_array_alloc(elem_size, elem_count, gfp); in fa_alloc()
|
/Linux-v4.19/fs/proc/ |
D | base.c | 2184 fa = flex_array_alloc(sizeof(info), nr_files, in proc_map_files_readdir()
|
/Linux-v4.19/drivers/md/ |
D | raid5.c | 2247 ret = flex_array_alloc(len, cnt, flags); in scribble_alloc()
|