Home
last modified time | relevance | path

Searched refs:allocinfo_str (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/alloc_tag/
H A Dallocinfo_ioctl_test.c108 static const char *allocinfo_str(const char *str) in allocinfo_str() function
119 strncpy(dest, allocinfo_str(src), ALLOCINFO_STR_SIZE - 1); in allocinfo_copy_str()
/linux/mm/
H A Dalloc_tag.c192 static const char *allocinfo_str(const char *str) in allocinfo_str() function
205 strscpy_pad(dest, allocinfo_str(src), ALLOCINFO_STR_SIZE); in allocinfo_copy_str()
211 return strncmp(allocinfo_str(str), template, ALLOCINFO_STR_SIZE); in allocinfo_cmp_str()