kstrtoull_from_user  248 drivers/edac/thunderx_edac.c 	res = kstrtoull_from_user(data, count, 0, &pdata->_field);	    \
kstrtoull_from_user  278 drivers/edac/thunderx_edac.c 	res = kstrtoull_from_user(data, count, 0, &val);		    \
kstrtoull_from_user  311 drivers/edac/thunderx_edac.c 	res = kstrtoull_from_user(data, count, 0, &val);
kstrtoull_from_user 2368 fs/proc/base.c 	err = kstrtoull_from_user(buf, count, 10, &slack_ns);
kstrtoull_from_user  432 include/linux/kernel.h int __must_check kstrtoull_from_user(const char __user *s, size_t count, unsigned int base, unsigned long long *res);
kstrtoull_from_user  446 include/linux/kernel.h 	return kstrtoull_from_user(s, count, base, res);
kstrtoull_from_user  450 kernel/trace/trace_hwlat.c 	err = kstrtoull_from_user(ubuf, cnt, 10, &val);
kstrtoull_from_user  489 kernel/trace/trace_hwlat.c 	err = kstrtoull_from_user(ubuf, cnt, 10, &val);
kstrtoull_from_user  401 lib/kstrtox.c  kstrto_from_user(kstrtoull_from_user,	kstrtoull,	unsigned long long);