__sysfs_match_string  143 arch/x86/kernel/cpu/intel_epb.c 	ret = __sysfs_match_string(energy_perf_strings,
__sysfs_match_string   70 drivers/block/zram/zcomp.c 	i = __sysfs_match_string(backends, -1, comp);
__sysfs_match_string   70 drivers/counter/counter.c 	index = __sysfs_match_string(e->items, e->num_items, buf);
__sysfs_match_string  133 drivers/counter/counter.c 	index = __sysfs_match_string(e->items, e->num_items, buf);
__sysfs_match_string  194 drivers/counter/counter.c 	index = __sysfs_match_string(e->items, e->num_items, buf);
__sysfs_match_string  472 drivers/iio/industrialio-core.c 	ret = __sysfs_match_string(e->items, e->num_items, buf);
__sysfs_match_string  357 drivers/md/bcache/sysfs.c 		v = __sysfs_match_string(bch_cache_modes, -1, buf);
__sysfs_match_string  368 drivers/md/bcache/sysfs.c 		v = __sysfs_match_string(bch_reada_cache_policies, -1, buf);
__sysfs_match_string  377 drivers/md/bcache/sysfs.c 		v = __sysfs_match_string(bch_stop_on_failure_modes, -1, buf);
__sysfs_match_string  845 drivers/md/bcache/sysfs.c 		v = __sysfs_match_string(error_actions, -1, buf);
__sysfs_match_string 1118 drivers/md/bcache/sysfs.c 		v = __sysfs_match_string(cache_replacement_policies, -1, buf);
__sysfs_match_string  199 include/linux/string.h int __sysfs_match_string(const char * const *array, size_t n, const char *s);
__sysfs_match_string  208 include/linux/string.h #define sysfs_match_string(_a, _s) __sysfs_match_string(_a, ARRAY_SIZE(_a), _s)
__sysfs_match_string  729 lib/string.c   EXPORT_SYMBOL(__sysfs_match_string);