Searched refs:flex_array_alloc (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/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-3.3/include/linux/ |
D | flex_array.h | 63 struct flex_array *flex_array_alloc(int element_size, unsigned int total,
|
/linux-3.3/Documentation/ |
D | flexible-arrays.txt | 33 struct flex_array *flex_array_alloc(int element_size,
|
/linux-3.3/security/selinux/ss/ |
D | policydb.c | 541 p->type_val_to_struct_array = flex_array_alloc(sizeof(struct type_datum *), in policydb_index() 558 p->sym_val_to_name[i] = flex_array_alloc(sizeof(char *), in policydb_index() 2433 p->type_attr_map_array = flex_array_alloc(sizeof(struct ebitmap), in policydb_read()
|
/linux-3.3/net/openvswitch/ |
D | flow.c | 245 buckets = flex_array_alloc(sizeof(struct hlist_head *), in alloc_buckets()
|
/linux-3.3/fs/proc/ |
D | base.c | 2282 fa = flex_array_alloc(sizeof(info), nr_files, in proc_map_files_readdir()
|
/linux-3.3/kernel/ |
D | cgroup.c | 2097 group = flex_array_alloc(sizeof(*tc), group_size, GFP_KERNEL); in cgroup_attach_proc()
|