Searched refs:flex_array_get (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/ |
H A D | flex_array.h | 73 void *flex_array_get(struct flex_array *fa, unsigned int element_nr);
|
/linux-4.4.14/lib/ |
H A D | flex_array.c | 304 * flex_array_get - pull data back out of the array 315 void *flex_array_get(struct flex_array *fa, unsigned int element_nr) flex_array_get() function 334 EXPORT_SYMBOL(flex_array_get); variable 349 tmp = flex_array_get(fa, element_nr); flex_array_get_ptr()
|
/linux-4.4.14/net/openvswitch/ |
H A D | flow_table.c | 138 flex_array_get(buckets, i)); alloc_buckets() 257 struct hlist_head *head = flex_array_get(ti->buckets, i); table_instance_destroy() 302 head = flex_array_get(ti->buckets, *bucket); hlist_for_each_entry_rcu() 321 return flex_array_get(ti->buckets, find_bucket() 357 head = flex_array_get(old->buckets, i); flow_table_copy_flows()
|
/linux-4.4.14/security/selinux/ss/ |
H A D | services.c | 685 sattr = flex_array_get(policydb.type_attr_map_array, scontext->type - 1); context_struct_compute_av() 687 tattr = flex_array_get(policydb.type_attr_map_array, tcontext->type - 1); context_struct_compute_av() 1046 sattr = flex_array_get(policydb.type_attr_map_array, security_compute_xperms_decision() 1049 tattr = flex_array_get(policydb.type_attr_map_array, security_compute_xperms_decision()
|
H A D | policydb.c | 872 e = flex_array_get(p->type_attr_map_array, i); policydb_destroy() 2492 struct ebitmap *e = flex_array_get(p->type_attr_map_array, i); policydb_read() 3456 struct ebitmap *e = flex_array_get(p->type_attr_map_array, i); policydb_write()
|
/linux-4.4.14/fs/proc/ |
H A D | base.c | 2124 p = flex_array_get(fa, i); proc_map_files_readdir()
|
/linux-4.4.14/drivers/md/ |
H A D | raid5.c | 1280 addr = flex_array_get(percpu->scribble, i); to_addr_conv() 1289 addr = flex_array_get(percpu->scribble, i); to_addr_page()
|
Completed in 218 milliseconds