Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dkstrtox.c383 #define kstrto_from_user(f, g, type) \ macro
397 kstrto_from_user(kstrtoull_from_user, kstrtoull, unsigned long long);
398 kstrto_from_user(kstrtoll_from_user, kstrtoll, long long);
399 kstrto_from_user(kstrtoul_from_user, kstrtoul, unsigned long);
400 kstrto_from_user(kstrtol_from_user, kstrtol, long);
401 kstrto_from_user(kstrtouint_from_user, kstrtouint, unsigned int);
402 kstrto_from_user(kstrtoint_from_user, kstrtoint, int);
403 kstrto_from_user(kstrtou16_from_user, kstrtou16, u16);
404 kstrto_from_user(kstrtos16_from_user, kstrtos16, s16);
405 kstrto_from_user(kstrtou8_from_user, kstrtou8, u8);
[all …]