Searched refs:cached_arg (Results 1 – 1 of 1) sorted by relevance
219 static char cached_arg[KSYM_NAME_LEN]; in lookup_addr() local222 if (strcmp(arg, cached_arg)) { in lookup_addr()223 strscpy(cached_arg, arg, KSYM_NAME_LEN); in lookup_addr()