Searched refs:flex_array_alloc (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/ |
H A D | flex_array.h | 64 struct flex_array *flex_array_alloc(int element_size, unsigned int total,
|
/linux-4.4.14/lib/ |
H A D | flex_array.c | 48 * flex_array_alloc - allocate a new flexible array 88 struct flex_array *flex_array_alloc(int element_size, unsigned int total, flex_array_alloc() function 117 EXPORT_SYMBOL(flex_array_alloc); variable
|
/linux-4.4.14/security/selinux/ss/ |
H A D | avtab.c | 332 h->htable = flex_array_alloc(sizeof(struct avtab_node *), nslot, avtab_alloc()
|
H A D | policydb.c | 565 p->type_val_to_struct_array = flex_array_alloc(sizeof(struct type_datum *), policydb_index() 582 p->sym_val_to_name[i] = flex_array_alloc(sizeof(char *), policydb_index() 2479 p->type_attr_map_array = flex_array_alloc(sizeof(struct ebitmap), policydb_read()
|
/linux-4.4.14/net/openvswitch/ |
H A D | flow_table.c | 125 buckets = flex_array_alloc(sizeof(struct hlist_head), alloc_buckets()
|
/linux-4.4.14/fs/proc/ |
H A D | base.c | 2095 fa = flex_array_alloc(sizeof(info), nr_files, proc_map_files_readdir()
|
/linux-4.4.14/drivers/md/ |
H A D | raid5.c | 2069 ret = flex_array_alloc(len, cnt, flags); scribble_alloc()
|
Completed in 209 milliseconds