Home
last modified time | relevance | path

Searched defs:array (Results 1 – 5 of 5) sorted by relevance

/lib/
Dassoc_array.c133 int assoc_array_iterate(const struct assoc_array *array, in assoc_array_iterate()
170 assoc_array_walk(const struct assoc_array *array, in assoc_array_walk()
304 void *assoc_array_find(const struct assoc_array *array, in assoc_array_find()
441 void assoc_array_destroy(struct assoc_array *array, in assoc_array_destroy()
964 struct assoc_array_edit *assoc_array_insert(struct assoc_array *array, in assoc_array_insert()
1079 struct assoc_array_edit *assoc_array_delete(struct assoc_array *array, in assoc_array_delete()
1275 struct assoc_array_edit *assoc_array_clear(struct assoc_array *array, in assoc_array_clear()
1454 int assoc_array_gc(struct assoc_array *array, in assoc_array_gc()
Dtest_rhashtable.c137 static int __init test_rht_lookup(struct rhashtable *ht, struct test_obj *array, in test_rht_lookup()
208 static s64 __init test_rhashtable(struct rhashtable *ht, struct test_obj *array, in test_rhashtable()
448 static int __init test_rhashtable_max(struct test_obj *array, in test_rhashtable_max()
Dsha1.c82 void sha_transform(__u32 *digest, const char *data, __u32 *array) in sha_transform()
Dstring.c688 int match_string(const char * const *array, size_t n, const char *string) in match_string()
714 int __sysfs_match_string(const char * const *array, size_t n, const char *str) in __sysfs_match_string()
Dvsprintf.c845 const char *array[4], *s; in dentry_name() local