Searched refs:flex_array_get_ptr (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
H A Dflex_array.h79 void *flex_array_get_ptr(struct flex_array *fa, unsigned int element_nr);
/linux-4.4.14/security/selinux/ss/
H A Davtab.c96 newnode->next = flex_array_get_ptr(h->htable, hvalue); avtab_insert_node()
118 for (prev = NULL, cur = flex_array_get_ptr(h->htable, hvalue); avtab_insert()
162 for (prev = NULL, cur = flex_array_get_ptr(h->htable, hvalue); avtab_insert_nonunique()
193 for (cur = flex_array_get_ptr(h->htable, hvalue); cur; avtab_search()
229 for (cur = flex_array_get_ptr(h->htable, hvalue); cur; avtab_search_node()
288 cur = flex_array_get_ptr(h->htable, i); avtab_destroy()
356 cur = flex_array_get_ptr(h->htable, i); avtab_hash_eval()
648 for (cur = flex_array_get_ptr(a->htable, i); cur; avtab_write()
H A Dpolicydb.h363 return flex_array_get_ptr(fa, element_nr); sym_name()
H A Dservices.c552 source = flex_array_get_ptr(policydb.type_val_to_struct_array, type_attribute_bounds_av()
556 target = flex_array_get_ptr(policydb.type_val_to_struct_array, type_attribute_bounds_av()
888 type = flex_array_get_ptr(policydb.type_val_to_struct_array, security_bounded_transition()
H A Dpolicydb.c1766 upper = flex_array_get_ptr(p->type_val_to_struct_array, type_bounds_sanity_check()
/linux-4.4.14/lib/
H A Dflex_array.c311 * may instead wish to use the flex_array_get_ptr helper.
337 * flex_array_get_ptr - pull a ptr back out of the array
345 void *flex_array_get_ptr(struct flex_array *fa, unsigned int element_nr) flex_array_get_ptr() function
355 EXPORT_SYMBOL(flex_array_get_ptr); variable

Completed in 163 milliseconds