Searched defs:arr (Results 1 – 4 of 4) sorted by relevance
467 const struct kparam_array *arr = kp->arr; in param_array_set() local478 const struct kparam_array *arr = kp->arr; in param_array_get() local499 const struct kparam_array *arr = arg; in param_array_free() local
348 static const struct symsearch arr[] = { in find_symbol() local366 struct symsearch arr[] = { in find_symbol() local1431 } arr[] = { in verify_exported_symbols() local
2841 static int add_module(struct modules_array *arr, struct module *mod) in add_module()2858 static bool has_module(struct modules_array *arr, struct module *mod) in has_module()2871 struct modules_array arr = {}; in get_modules_for_addrs() local
1242 static void *realloc_array(void *arr, size_t old_n, size_t new_n, size_t size) in realloc_array()