Home
last modified time | relevance | path

Searched refs:kfree_strarray (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/lib/
H A Dstring_helpers.c761 kfree_strarray(names, i); in kasprintf_strarray()
780 void kfree_strarray(char **array, size_t n) in kfree_strarray() function
791 EXPORT_SYMBOL_GPL(kfree_strarray);
802 kfree_strarray(array->array, array->n); in devm_kfree_strarray()
/openbmc/linux/include/linux/
H A Dstring_helpers.h115 void kfree_strarray(char **array, size_t n);
/openbmc/linux/drivers/gpio/
H A Dgpio-mockup.c538 kfree_strarray(line_names, ngpio); in gpio_mockup_register_chip()
547 kfree_strarray(line_names, ngpio); in gpio_mockup_register_chip()