Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Ddm-vdo-target.c242 static void free_string_array(char **string_array) in free_string_array() argument
246 for (offset = 0; string_array[offset] != NULL; offset++) in free_string_array()
247 vdo_free(string_array[offset]); in free_string_array()
248 vdo_free(string_array); in free_string_array()
/linux/drivers/counter/
H A Dcounter-sysfs.c224 const char *const string_array[]) in counter_find_enum() argument
230 if (sysfs_streq(buf, string_array[*enum_item])) in counter_find_enum()